Glibc almost compiles (stage1-x86-20040204.tar.bz2), but towards the end gives this COMPILER OUTPUT: --------------- /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/sunrpc/rpcgen: error while loading shared libraries: /lib/libsandbox.so: cannot enable executable stack as shared object requires: Error 14 make[2]: *** [/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/sunrpc/xbootparam_prot.stmp] Error 127 --------------- I have no clue so far what libsandbox.so does nor where it belongs to, so I could not try to fix it myself. I guess this has something to do with the basic bootstrapping build system but I'm not sure. As this is a testing stage tarball, it most probably is a software bug. Reproducible: Always Steps to Reproduce: 1. cd /mnt/gentoo;tar xvjpf stage1-20040204.tar.bz2;chroot /mnt/gentoo /bin/bash 2. env-update;source /etcd/profile 3. cd /usr;emerge sync 4. cd portage; scripts/bootstrap.sh Actual Results: emerge sys-libs/glibc-2.3.2-r9 failed Expected Results: advance to stage2 ?!
In the e-mail you sent to me, these where your cflags: CFLAGS="-O2 -mcpu---0athlon-xp -fomit-frame-pointer -pipe" These cflags are wrong. Correct would be: CFLAGS="-O2 -mcpu=athlon-xp -fomit-frame-pointer -pipe" Marking as invalid.
this is Bug 31680
*** This bug has been marked as a duplicate of 31680 ***