vapier 15/03/16 23:09:51
Modified: db-5.1.29-r1.ebuild db-6.1.19.ebuild
db-4.8.30-r2.ebuild db-6.0.30-r1.ebuild
db-5.3.28-r2.ebuild ChangeLog
Log:
Set linker to bfd when gold is detected #470634 by Nick.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.2 sys-libs/db/db-5.1.29-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild?r1=1.1&r2=1.2
Index: db-5.1.29-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- db-5.1.29-r1.ebuild 4 Aug 2014 03:34:08 -0000 1.1
+++ db-5.1.29-r1.ebuild 16 Mar 2015 23:09:51 -0000 1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild,v 1.1
2014/08/04 03:34:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild,v 1.2
2015/03/16 23:09:51 vapier Exp $
EAPI=5
-inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
+inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
toolchain-funcs
#Number of official patches
#PATCHNO=`echo ${PV}|sed -e "s,\(.*_p\)\([0-9]*\),\2,"`
@@ -97,6 +97,8 @@
src_configure() {
local myconf=''
+ tc-ld-disable-gold #470634
+
# compilation with -O0 fails on amd64, see bug #171231
if use amd64; then
replace-flags -O0 -O2
1.2 sys-libs/db/db-6.1.19.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.1.19.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.1.19.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.1.19.ebuild?r1=1.1&r2=1.2
Index: db-6.1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.1.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- db-6.1.19.ebuild 4 Aug 2014 20:45:13 -0000 1.1
+++ db-6.1.19.ebuild 16 Mar 2015 23:09:51 -0000 1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.1.19.ebuild,v 1.1
2014/08/04 20:45:13 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.1.19.ebuild,v 1.2
2015/03/16 23:09:51 vapier Exp $
EAPI=5
-inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal versionator
+inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal versionator toolchain-funcs
#Number of official patches
#PATCHNO=`echo ${PV}|sed -e "s,\(.*_p\)\([0-9]*\),\2,"`
@@ -117,6 +117,8 @@
multilib_src_configure() {
local myconf=()
+ tc-ld-disable-gold #470634
+
# compilation with -O0 fails on amd64, see bug #171231
if [[ ${ABI} == amd64 ]]; then
local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
1.11 sys-libs/db/db-4.8.30-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild?r1=1.10&r2=1.11
Index: db-4.8.30-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- db-4.8.30-r2.ebuild 20 Feb 2015 16:05:58 -0000 1.10
+++ db-4.8.30-r2.ebuild 16 Mar 2015 23:09:51 -0000 1.11
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v 1.10
2015/02/20 16:05:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v 1.11
2015/03/16 23:09:51 vapier Exp $
EAPI=5
-inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal
+inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal toolchain-funcs
#Number of official patches
#PATCHNO=`echo ${PV}|sed -e "s,\(.*_p\)\([0-9]*\),\2,"`
@@ -101,6 +101,8 @@
multilib_src_configure() {
local myconf=()
+ tc-ld-disable-gold #470634
+
# compilation with -O0 fails on amd64, see bug #171231
if [[ ${ABI} == amd64 ]]; then
local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
1.2 sys-libs/db/db-6.0.30-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild?r1=1.1&r2=1.2
Index: db-6.0.30-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- db-6.0.30-r1.ebuild 3 Aug 2014 22:03:03 -0000 1.1
+++ db-6.0.30-r1.ebuild 16 Mar 2015 23:09:51 -0000 1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild,v 1.1
2014/08/03 22:03:03 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild,v 1.2
2015/03/16 23:09:51 vapier Exp $
EAPI=5
-inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal versionator
+inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal versionator toolchain-funcs
#Number of official patches
#PATCHNO=`echo ${PV}|sed -e "s,\(.*_p\)\([0-9]*\),\2,"`
@@ -117,6 +117,8 @@
multilib_src_configure() {
local myconf=()
+ tc-ld-disable-gold #470634
+
# compilation with -O0 fails on amd64, see bug #171231
if [[ ${ABI} == amd64 ]]; then
local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
1.4 sys-libs/db/db-5.3.28-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild?r1=1.3&r2=1.4
Index: db-5.3.28-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- db-5.3.28-r2.ebuild 18 Jun 2014 20:50:23 -0000 1.3
+++ db-5.3.28-r2.ebuild 16 Mar 2015 23:09:51 -0000 1.4
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild,v 1.3
2014/06/18 20:50:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild,v 1.4
2015/03/16 23:09:51 vapier Exp $
EAPI=5
-inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal
+inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal toolchain-funcs
#Number of official patches
#PATCHNO=`echo ${PV}|sed -e "s,\(.*_p\)\([0-9]*\),\2,"`
@@ -116,6 +116,8 @@
multilib_src_configure() {
local myconf=()
+ tc-ld-disable-gold #470634
+
# compilation with -O0 fails on amd64, see bug #171231
if [[ ${ABI} == amd64 ]]; then
local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
1.374 sys-libs/db/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.374&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.374&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?r1=1.373&r2=1.374
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -r1.373 -r1.374
--- ChangeLog 20 Feb 2015 16:05:58 -0000 1.373
+++ ChangeLog 16 Mar 2015 23:09:51 -0000 1.374
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/db
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.373 2015/02/20
16:05:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.374 2015/03/16
23:09:51 vapier Exp $
+
+ 16 Mar 2015; Mike Frysinger <[email protected]> db-4.8.30-r2.ebuild,
+ db-5.1.29-r1.ebuild, db-5.3.28-r2.ebuild, db-6.0.30-r1.ebuild,
+ db-6.1.19.ebuild:
+ Set linker to bfd when gold is detected #470634 by Nick.
20 Feb 2015; Mikle Kolyada <[email protected]> db-4.8.30-r2.ebuild:
ia64 stable wrt bug #525282