Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40783 - glibc failed to compile with latest stage1
Summary: glibc failed to compile with latest stage1
Status: RESOLVED DUPLICATE of bug 31680
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High blocker
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-07 19:47 UTC by nthk
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nthk 2004-02-07 19:47:07 UTC
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 ?!
Comment 1 Benjamin Judas (RETIRED) gentoo-dev 2004-02-08 03:08:31 UTC
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.
Comment 2 SpanKY gentoo-dev 2004-10-05 16:58:10 UTC
this is Bug 31680
Comment 3 SpanKY gentoo-dev 2004-10-05 16:59:08 UTC

*** This bug has been marked as a duplicate of 31680 ***