Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.8_p20080602.ebuild ChangeLog glibc-2.6.1.ebuild glibc-2.7-r2.ebuild
Date: Sun, 22 Jun 2008 01:26:41
Message-Id: E1KAELi-0005bW-78@stork.gentoo.org
1 vapier 08/06/22 01:26:34
2
3 Modified: glibc-2.8_p20080602.ebuild ChangeLog
4 glibc-2.6.1.ebuild glibc-2.7-r2.ebuild
5 Log:
6 Change to / before running tests in case $PWD is weird #228809 by Kai Krakow.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64)
8
9 Revision Changes Path
10 1.4 sys-libs/glibc/glibc-2.8_p20080602.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild?r1=1.3&r2=1.4
15
16 Index: glibc-2.8_p20080602.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- glibc-2.8_p20080602.ebuild 21 Jun 2008 06:05:54 -0000 1.3
23 +++ glibc-2.8_p20080602.ebuild 22 Jun 2008 01:26:33 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 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.8_p20080602.ebuild,v 1.3 2008/06/21 06:05:54 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.4 2008/06/22 01:26:33 vapier Exp $
29
30 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
31
32 @@ -321,6 +321,7 @@
33 # they will fail. also, skip if this glibc is a cross compiler.
34 [[ ${ROOT} != "/" ]] && return 0
35 [[ -d ${D}/$(get_libdir) ]] || return 0
36 + cd / #228809
37 local x striptest
38 for x in date env ls true uname ; do
39 x=$(type -p ${x})
40
41
42
43 1.583 sys-libs/glibc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.583&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.583&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.582&r2=1.583
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
52 retrieving revision 1.582
53 retrieving revision 1.583
54 diff -u -r1.582 -r1.583
55 --- ChangeLog 21 Jun 2008 06:05:54 -0000 1.582
56 +++ ChangeLog 22 Jun 2008 01:26:33 -0000 1.583
57 @@ -1,6 +1,11 @@
58 # ChangeLog for sys-libs/glibc
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.582 2008/06/21 06:05:54 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.583 2008/06/22 01:26:33 vapier Exp $
62 +
63 + 22 Jun 2008; Mike Frysinger <vapier@g.o> glibc-2.6.1.ebuild,
64 + glibc-2.7-r2.ebuild, glibc-2.8_p20080602.ebuild:
65 + Change to / before running tests in case $PWD is weird #228809 by Kai
66 + Krakow.
67
68 21 Jun 2008; Mike Frysinger <vapier@g.o>
69 glibc-2.8_p20080602.ebuild:
70
71
72
73 1.24 sys-libs/glibc/glibc-2.6.1.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?rev=1.24&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?rev=1.24&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild?r1=1.23&r2=1.24
78
79 Index: glibc-2.6.1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v
82 retrieving revision 1.23
83 retrieving revision 1.24
84 diff -u -r1.23 -r1.24
85 --- glibc-2.6.1.ebuild 21 Jun 2008 06:51:40 -0000 1.23
86 +++ glibc-2.6.1.ebuild 22 Jun 2008 01:26:33 -0000 1.24
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.23 2008/06/21 06:51:40 vapier Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.24 2008/06/22 01:26:33 vapier Exp $
92
93 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
94
95 @@ -290,6 +290,7 @@
96 # they will fail. also, skip if this glibc is a cross compiler.
97 [[ ${ROOT} != "/" ]] && return 0
98 [[ -d ${D}/$(get_libdir) ]] || return 0
99 + cd / #228809
100 local x striptest
101 for x in date env ls true uname ; do
102 x=$(type -p ${x})
103
104
105
106 1.8 sys-libs/glibc/glibc-2.7-r2.ebuild
107
108 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.8&view=markup
109 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.8&content-type=text/plain
110 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?r1=1.7&r2=1.8
111
112 Index: glibc-2.7-r2.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v
115 retrieving revision 1.7
116 retrieving revision 1.8
117 diff -u -r1.7 -r1.8
118 --- glibc-2.7-r2.ebuild 21 Jun 2008 06:52:14 -0000 1.7
119 +++ glibc-2.7-r2.ebuild 22 Jun 2008 01:26:33 -0000 1.8
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2008 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.7 2008/06/21 06:52:14 vapier Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.8 2008/06/22 01:26:33 vapier Exp $
125
126 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
127
128 @@ -291,6 +291,7 @@
129 # they will fail. also, skip if this glibc is a cross compiler.
130 [[ ${ROOT} != "/" ]] && return 0
131 [[ -d ${D}/$(get_libdir) ]] || return 0
132 + cd / #228809
133 local x striptest
134 for x in date env ls true uname ; do
135 x=$(type -p ${x})
136
137
138
139 --
140 gentoo-commits@l.g.o mailing list