diff options
author | Travis Tilley <lv@gentoo.org> | 2004-08-08 23:44:39 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-08-08 23:44:39 +0000 |
commit | 3c94d3dbe45add8e6d54a3ccf98141cfed51d5cd (patch) | |
tree | 405273c98c591119b962f4e36c1826b5a4aebd36 /sys-libs | |
parent | Temporary Workaround (Manifest recommit) (diff) | |
download | gentoo-2-3c94d3dbe45add8e6d54a3ccf98141cfed51d5cd.tar.gz gentoo-2-3c94d3dbe45add8e6d54a3ccf98141cfed51d5cd.tar.bz2 gentoo-2-3c94d3dbe45add8e6d54a3ccf98141cfed51d5cd.zip |
makecheck fails with sandbox enabled, so i've made the ebuilds die right away if makecheck is in USE and sandbox is in FEATURES. this cannot be fixed by disabling the sandbox from within the ebuild, as the bug occurs if sandbox is loaded at all.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 10 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040619.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040808.ebuild | 4 |
5 files changed, 21 insertions, 5 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 2ad4f08a4250..ad7bede3791e 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-libs/glibc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.226 2004/08/08 22:31:48 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.227 2004/08/08 23:44:39 lv Exp $ + + 08 Aug 2004; Travis Tilley <lv@gentoo.org> glibc-2.3.4.20040605-r1.ebuild, + glibc-2.3.4.20040619-r1.ebuild, glibc-2.3.4.20040619.ebuild, + glibc-2.3.4.20040808.ebuild: + makecheck fails with sandbox enabled, so i've made the ebuilds die right away + if makecheck is in USE and sandbox is in FEATURES. this cannot be fixed by + disabling the sandbox from within the ebuild, as the bug occurs if sandbox is + loaded at all. 08 Aug 2004; Travis Tilley <lv@gentoo.org> glibc-2.3.4.20040808.ebuild: made --enable-bind-now the default for all users instead of just hardened users diff --git a/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild index bc76f851c1a4..bbc8d3b26be1 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild,v 1.18 2004/08/05 23:59:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040605-r1.ebuild,v 1.19 2004/08/08 23:44:39 lv Exp $ IUSE="nls pic build nptl erandom hardened makecheck multilib debug" @@ -228,6 +228,8 @@ pkg_setup() { die "GCC too old" fi echo + + hasq sandbox $FEATURES && use makecheck && die "sandbox breaks make check. either take makecheck out of USE or set FEATURES=-sandbox" } diff --git a/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild index dea55cf780d0..e5f4c36e34b0 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild,v 1.6 2004/08/07 22:49:02 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild,v 1.7 2004/08/08 23:44:39 lv Exp $ inherit eutils flag-o-matic gcc @@ -304,6 +304,8 @@ pkg_setup() { die "GCC too old" fi echo + + hasq sandbox $FEATURES && use makecheck && die "sandbox breaks make check. either take makecheck out of USE or set FEATURES=-sandbox" } diff --git a/sys-libs/glibc/glibc-2.3.4.20040619.ebuild b/sys-libs/glibc/glibc-2.3.4.20040619.ebuild index d6c36e6f18e5..fdc84f0d2fde 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040619.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040619.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619.ebuild,v 1.23 2004/08/05 23:59:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619.ebuild,v 1.24 2004/08/08 23:44:39 lv Exp $ inherit eutils flag-o-matic gcc @@ -304,6 +304,8 @@ pkg_setup() { die "GCC too old" fi echo + + hasq sandbox $FEATURES && use makecheck && die "sandbox breaks make check. either take makecheck out of USE or set FEATURES=-sandbox" } diff --git a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild index 4bf2ef2d5871..81ae9eba9b03 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.2 2004/08/08 22:31:48 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.3 2004/08/08 23:44:39 lv Exp $ inherit eutils flag-o-matic gcc @@ -278,6 +278,8 @@ pkg_setup() { die "GCC too old" fi echo + + hasq sandbox $FEATURES && use makecheck && die "sandbox breaks make check. either take makecheck out of USE or set FEATURES=-sandbox" } |