Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.13.ebuild ChangeLog
Date: Mon, 07 Feb 2011 19:18:27
Message-Id: 20110207191812.5B15F20054@flycatcher.gentoo.org
1 ssuominen 11/02/07 19:18:12
2
3 Modified: glibc-2.13.ebuild ChangeLog
4 Log:
5 Abort if sys-devel/prelink is installed wrt #353814.
6
7 (Portage version: 2.2.0_alpha20/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-libs/glibc/glibc-2.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild?r1=1.2&r2=1.3
15
16 Index: glibc-2.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- glibc-2.13.ebuild 6 Feb 2011 15:59:39 -0000 1.2
23 +++ glibc-2.13.ebuild 7 Feb 2011 19:18:12 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild,v 1.2 2011/02/06 15:59:39 zorry Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild,v 1.3 2011/02/07 19:18:12 ssuominen Exp $
29
30 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
31
32 @@ -197,6 +197,12 @@
33 eerror "glibc, then you may rebuild coreutils with USE=static."
34 die "Avoiding system meltdown #332927"
35 fi
36 +
37 + if has_version sys-devel/prelink; then
38 + eerror "Aborting. Your system might be prelinked."
39 + eerror "Unprelink your system and uninstall sys-devel/prelink first."
40 + die "Avoid system meltdown #353814"
41 + fi
42 }
43
44 eblit-src_unpack-post() {
45
46
47
48 1.743 sys-libs/glibc/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.743&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.743&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.742&r2=1.743
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
57 retrieving revision 1.742
58 retrieving revision 1.743
59 diff -u -r1.742 -r1.743
60 --- ChangeLog 7 Feb 2011 07:27:39 -0000 1.742
61 +++ ChangeLog 7 Feb 2011 19:18:12 -0000 1.743
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sys-libs/glibc
64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.742 2011/02/07 07:27:39 kumba Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.743 2011/02/07 19:18:12 ssuominen Exp $
67 +
68 + 07 Feb 2011; Samuli Suominen <ssuominen@g.o> glibc-2.13.ebuild:
69 + Abort if sys-devel/prelink is installed wrt #353814.
70
71 07 Feb 2011; Joshua Kinard <kumba@g.o> glibc-2.5-r4.ebuild,
72 glibc-2.5.1.ebuild: