Gentoo Archives: gentoo-user

From: Sid S <r030t1@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] glibc (and gcc) build fails: /bin/sh: /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen: No such file or directory
Date: Tue, 22 Jul 2014 13:49:02
Message-Id: CAAD4mYhcofFkEy=awfaqM6MN=P1Q0oKUtF4kt37ymzho4ywt7w@mail.gmail.com
1 Not sure what relevant information to provide. My system works and I can
2 compile other ebuilds normally, except, it seems, gcc and glibc. Searching
3 for the error in the tile doesn't give me much - what it does give me
4 doesn't seem to apply to my instance of the error, or at least what I know
5 about it (patches, etc). A common "solution" is to switch to a non-multilib
6 profile, but I need multilib. I am using the hardened profile with selinux,
7 but it doesn't seem to be an issue with either of those (it's usually
8 pretty obvious if it is).
9
10 `MAKEOPTS="-j1" emerge glibc`:
11
12 x86_64-pc-linux-gnu-gcc -m32 rpcgen.c -c -std=gnu99 -fgnu89-inline
13 -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants
14 -fno-stack-protector -fno-strict-aliasing -frounding-math -pipe
15 -Wstrict-prototypes -Wa,-mtune=i686 -U_FORTIFY_SOURCE -DPIC -DPIC
16 -DPIC -D_RPC_THREAD_SAFE_ -I../include
17 -I/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc
18 -I/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl
19 -I../nptl/sysdeps/unix/sysv/linux/i386/i686
20 -I../sysdeps/unix/sysv/linux/i386/i686
21 -I../nptl/sysdeps/unix/sysv/linux/i386
22 -I../nptl/sysdeps/unix/sysv/linux/x86 -I../sysdeps/unix/sysv/linux/x86
23 -I../sysdeps/unix/sysv/linux/i386/nptl
24 -I../sysdeps/unix/sysv/linux/i386 -I../nptl/sysdeps/unix/sysv/linux
25 -I../nptl/sysdeps/pthread -I../sysdeps/pthread
26 -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux
27 -I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv
28 -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv
29 -I../sysdeps/unix/i386 -I../nptl/sysdeps/unix -I../ports/sysdeps/unix
30 -I../sysdeps/unix -I../sysdeps/posix
31 -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu
32 -I../sysdeps/i386/i686/multiarch -I../nptl/sysdeps/i386/i686
33 -I../sysdeps/i386/i686 -I../sysdeps/i386/i486
34 -I../nptl/sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu
35 -I../nptl/sysdeps/i386 -I../sysdeps/i386 -I../sysdeps/x86
36 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96
37 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32
38 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I../ports -I..
39 -I../libio -I. -nostdinc -isystem
40 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib32/include
41 -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include-fixed -isystem
42 /usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h
43 -DNOT_IN_libc=1 -D_RPC_THREAD_SAFE_ -o
44 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpcgen.o
45 -MD -MP -MF /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpcgen.o.dt
46 -MT /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpcgen.o
47 x86_64-pc-linux-gnu-gcc -m32 -pie -Wl,-O1 -nostdlib -nostartfiles -o
48 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpcgen
49 -Wl,-dynamic-linker=/lib32/ld-linux.so.2 -Wl,-O1 -Wl,--as-needed
50 -Wl,-z,combreloc -Wl,-z,relro
51 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/csu/Scrt1.o
52 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/csu/crti.o
53 `x86_64-pc-linux-gnu-gcc -m32 --print-file-name=crtbeginS.o`
54 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpcgen.o
55 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpc_main.o
56 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpc_hout.o
57 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpc_cout.o
58 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpc_parse.o
59 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpc_scan.o
60 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpc_util.o
61 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpc_svcout.o
62 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpc_clntout.o
63 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpc_tblout.o
64 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/rpc_sample.o
65 -Wl,-rpath-link=/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl:/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/math:/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/elf:/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/dlfcn:/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/nss:/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/nis:/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/rt:/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/resolv:/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/crypt:/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/nptl
66 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/libc.so.6
67 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/libc_nonshared.a
68 -Wl,--as-needed
69 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/elf/ld.so
70 -Wl,--no-as-needed -lgcc `x86_64-pc-linux-gnu-gcc -m32
71 --print-file-name=crtendS.o`
72 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/csu/crtn.o
73 x86_64-pc-linux-gnu-gcc -m32
74 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpc_main.o
75 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpc_hout.o
76 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpc_cout.o
77 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpc_parse.o
78 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpc_scan.o
79 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpc_util.o
80 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpc_svcout.o
81 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpc_clntout.o
82 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpc_tblout.o
83 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpc_sample.o
84 -o /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen
85 CPP='x86_64-pc-linux-gnu-gcc -m32 -E -x c-header'
86 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen
87 -Y ../scripts -c rpcsvc/bootparam_prot.x -o
88 /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/xbootparam_prot.T
89 /bin/sh: /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen:
90 No such file or directory
91 make[2]: *** [/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/xbootparam_prot.stmp]
92 Error 127
93 make[2]: Leaving directory
94 `/var/tmp/portage/sys-libs/glibc-2.17/work/glibc-2.17/sunrpc'
95 make[1]: *** [sunrpc/others] Error 2
96 make[1]: Leaving directory
97 `/var/tmp/portage/sys-libs/glibc-2.17/work/glibc-2.17'
98 make: *** [all] Error 2
99 emake failed
100 * ERROR: sys-libs/glibc-2.17::gentoo failed (compile phase):
101 * make for x86 failed
102 *
103 * Call stack:
104 * ebuild.sh, line 93: Called src_compile
105 * environment, line 3145: Called eblit-run 'src_compile'
106 * environment, line 915: Called eblit-glibc-src_compile
107 * src_compile.eblit, line 259: Called src_compile
108 * environment, line 3145: Called eblit-run 'src_compile'
109 * environment, line 915: Called eblit-glibc-src_compile
110 * src_compile.eblit, line 267: Called toolchain-glibc_src_compile
111 * src_compile.eblit, line 166: Called die
112 * The specific snippet of code:
113 * emake || die "make for ${ABI} failed"
114 *
115 * If you need support, post the output of `emerge --info
116 '=sys-libs/glibc-2.17::gentoo'`,
117 * the complete build log and the output of `emerge -pqv
118 '=sys-libs/glibc-2.17::gentoo'`.
119 * The complete build log is located at
120 '/var/tmp/portage/sys-libs/glibc-2.17/temp/build.log'.
121 * The ebuild environment file is located at
122 '/var/tmp/portage/sys-libs/glibc-2.17/temp/environment'.
123 * Working directory:
124 '/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl'
125 * S: '/var/tmp/portage/sys-libs/glibc-2.17/work/glibc-2.17'
126
127 >>> Failed to emerge sys-libs/glibc-2.17, Log file:
128
129 >>> '/var/tmp/portage/sys-libs/glibc-2.17/temp/build.log'
130
131 * Messages for package sys-libs/glibc-2.17:
132
133 * ERROR: sys-libs/glibc-2.17::gentoo failed (compile phase):
134 * make for x86 failed
135 *
136 * Call stack:
137 * ebuild.sh, line 93: Called src_compile
138 * environment, line 3145: Called eblit-run 'src_compile'
139 * environment, line 915: Called eblit-glibc-src_compile
140 * src_compile.eblit, line 259: Called src_compile
141 * environment, line 3145: Called eblit-run 'src_compile'
142 * environment, line 915: Called eblit-glibc-src_compile
143 * src_compile.eblit, line 267: Called toolchain-glibc_src_compile
144 * src_compile.eblit, line 166: Called die
145 * The specific snippet of code:
146 * emake || die "make for ${ABI} failed"
147 *
148 * If you need support, post the output of `emerge --info
149 '=sys-libs/glibc-2.17::gentoo'`,
150 * the complete build log and the output of `emerge -pqv
151 '=sys-libs/glibc-2.17::gentoo'`.
152 * The complete build log is located at
153 '/var/tmp/portage/sys-libs/glibc-2.17/temp/build.log'.
154 * The ebuild environment file is located at
155 '/var/tmp/portage/sys-libs/glibc-2.17/temp/environment'.
156 * Working directory:
157 '/var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl'
158 * S: '/var/tmp/portage/sys-libs/glibc-2.17/work/glibc-2.17'
159
160
161 make.conf:
162
163 # These settings were set by the catalyst build script that automatically
164 # built this stage.
165 # Please consult /usr/share/portage/config/make.conf.example for a more
166 # detailed example.
167 CFLAGS="-O2 -pipe"
168 CXXFLAGS="${CFLAGS}"
169 # WARNING: Changing your CHOST is not something that should be done lightly.
170 # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
171 CHOST="x86_64-pc-linux-gnu"
172 # These are the USE flags that were used in addition to what is provided by the
173 # profile used for building.
174 USE="mmx sse sse2 utf-8 X pulseaudio alsa"
175 PORTDIR="/usr/portage"
176 DISTDIR="${PORTDIR}/distfiles"
177 PKGDIR="${PORTDIR}/packages"
178
179 PORTDIR_OVERLAY="/usr/local/portage"
180
181 MAKEOPTS="-j8"
182
183 GRUB_PLATFORMS="efi-64 pc"
184
185 POLICY_TYPES="strict"
186
187 VIDEO_CARDS="intel nouveau nvidia"
188
189 GENTOO_MIRRORS="http://mirror.mcs.anl.gov/pub/gentoo/
190 rsync://mirror.mcs.anl.gov/gentoo/
191 ftp://mirror.mcs.anl.gov/pub/gentoo/
192 http://www.gtlib.gatech.edu/pub/gentoo
193 rsync://rsync.gtlib.gatech.edu/gentoo
194 ftp://ftp.gtlib.gatech.edu/pub/gentoo http://lug.mtu.edu/gentoo/
195 ftp://lug.mtu.edu/gentoo/ http://gentoo.osuosl.org/"
196
197 SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
198
199
200 `emerge --info '=sys-libs/glibc-2.17::gentoo'`:
201
202 Portage 2.2.8-r1 (hardened/linux/amd64/selinux, gcc-4.7.3, glibc-2.17,
203 3.15.5-hardened-r1 x86_64)
204 =================================================================
205 System Settings
206 =================================================================
207 System uname: Linux-3.15.5-hardened-r1-x86_64-Intel-R-_Core-TM-_i7-4700HQ_CPU_@_2.40GHz-with-gentoo-2.2
208 KiB Mem: 16308416 total, 10943532 free
209 KiB Swap: 0 total, 0 free
210 Timestamp of tree: Tue, 22 Jul 2014 10:45:01 +0000
211 ld GNU ld (GNU Binutils) 2.23.2
212 app-shells/bash: 4.2_p45
213 dev-java/java-config: 2.2.0
214 dev-lang/python: 2.7.6, 3.3.3
215 dev-util/cmake: 2.8.12.2
216 dev-util/pkgconfig: 0.28-r1
217 sys-apps/baselayout: 2.2
218 sys-apps/openrc: 0.12.4
219 sys-apps/sandbox: 2.6-r1
220 sys-devel/autoconf: 2.13, 2.69
221 sys-devel/automake: 1.13.4
222 sys-devel/binutils: 2.23.2
223 sys-devel/gcc: 4.7.3-r1
224 sys-devel/gcc-config: 1.7.3
225 sys-devel/libtool: 2.4.2-r1
226 sys-devel/make: 3.82-r4
227 sys-kernel/linux-headers: 3.13 (virtual/os-headers)
228 sys-libs/glibc: 2.17
229 Repositories: gentoo x-portage
230 Installed sets: @steam
231 ACCEPT_KEYWORDS="amd64"
232 ACCEPT_LICENSE="* -@EULA"
233 CBUILD="x86_64-pc-linux-gnu"
234 CFLAGS="-O2 -pipe"
235 CHOST="x86_64-pc-linux-gnu"
236 CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
237 CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
238 /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
239 /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
240 CXXFLAGS="-O2 -pipe"
241 DISTDIR="/usr/portage/distfiles"
242 FCFLAGS="-O2 -pipe"
243 FEATURES="assume-digests binpkg-logs config-protect-if-modified
244 distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch
245 preserve-libs protect-owned sandbox selinux sesandbox sfperms strict
246 unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv
247 usersandbox usersync xattr"
248 FFLAGS="-O2 -pipe"
249 GENTOO_MIRRORS="http://mirror.mcs.anl.gov/pub/gentoo/
250 rsync://mirror.mcs.anl.gov/gentoo/
251 ftp://mirror.mcs.anl.gov/pub/gentoo/
252 http://www.gtlib.gatech.edu/pub/gentoo
253 rsync://rsync.gtlib.gatech.edu/gentoo
254 ftp://ftp.gtlib.gatech.edu/pub/gentoo http://lug.mtu.edu/gentoo/
255 ftp://lug.mtu.edu/gentoo/ http://gentoo.osuosl.org/"
256 LANG="en_US.utf8"
257 LDFLAGS="-Wl,-O1 -Wl,--as-needed"
258 MAKEOPTS="-j8"
259 PKGDIR="/usr/portage/packages"
260 PORTAGE_CONFIGROOT="/"
261 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
262 --omit-dir-times --compress --force --whole-file --delete --stats
263 --human-readable --timeout=180 --exclude=/distfiles --exclude=/local
264 --exclude=/packages"
265 PORTAGE_TMPDIR="/var/tmp"
266 PORTDIR="/usr/portage"
267 PORTDIR_OVERLAY="/usr/local/portage"
268 SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
269 USE="X acl alsa amd64 berkdb bzip2 cli cracklib crypt cxx dri gdbm
270 hardened iconv ipv6 justify mmx modules multilib ncurses nls nptl
271 open_perms openmp pam pax_kernel pcre pulseaudio readline selinux
272 session sse sse2 ssl tcpd unconfined unicode urandom utf-8 xtpax zlib"
273 ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x
274 ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel
275 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem
276 ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd
277 actions alias auth_basic authn_alias authn_anon authn_dbm
278 authn_default authn_file authz_dbm authz_default authz_groupfile
279 authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs
280 dav_lock deflate dir disk_cache env expires ext_filter file_cache
281 filter headers include info log_config logio mem_cache mime mime_magic
282 negotiation rewrite setenvif speling status unique_id userdir
283 usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets
284 stage tables krita karbon braindump author" CAMERAS="ptp2"
285 COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
286 ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18
287 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver
288 oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip
289 tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc"
290 INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux"
291 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
292 ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console
293 presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice"
294 PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7"
295 PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20"
296 USERLAND="GNU" VIDEO_CARDS="intel nouveau" XTABLES_ADDONS="quota2 psd
297 pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy
298 condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude
299 chaos account"
300 Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL,
301 PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
302 PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
303
304 =================================================================
305 Package Settings
306 =================================================================
307
308 sys-libs/glibc-2.17 was built with the following:
309 USE="hardened (multilib) (selinux) -debug -gd -nscd -profile -suid
310 -systemtap -vanilla" ABI_X86="64"
311 CFLAGS="-pipe -O2 -fno-strict-aliasing -fno-stack-protector"
312 CXXFLAGS="-pipe -O2 -fno-strict-aliasing"
313
314
315 `emerge -pqv '=sys-libs/glibc-2.16::gentoo'`:
316
317 [ebuild R ] sys-libs/glibc-2.17 USE="hardened (multilib)
318 (selinux) -debug -gd -nscd -profile -suid -systemtap -vanilla"
319
320 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
321 * Use eselect news to read news items.
322
323
324 The build log is kind of large, tell me if the whole thing is needed.
325
326 Regards.

Replies