Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40856 - glibc-2.3.2-r9 fails to compile
Summary: glibc-2.3.2-r9 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 09:30 UTC by Brian Skreeg
Modified: 2005-07-15 07:36 UTC (History)
1 user (show)

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


Attachments
glibc compile log. (log.gz,112.09 KB, text/plain)
2004-02-08 11:51 UTC, Brian Skreeg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Skreeg 2004-02-08 09:30:25 UTC
a - elf/dl-iteratephdr.os
a - elf/dl-addr.os
a - elf/dl-profstub.os
a - elf/dl-libc.os
a - elf/dl-sym.os
a - elf/dl-tsd.os
a - elf/unwind-dw2-fde-glibc.os
a - elf/framestate.os
: /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/libc_pic.a
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/elf'
make[1]: *** [elf/subdir_lib] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.2-r9 failed.
!!! Function src_compile, Line 495, Exitcode 2
!!! (no error message)

-----------------
Not using NPTL.

make.conf stuff;
CFLAGS="-march=pentium3 -Os -pipe -fomit-frame-pointer"
USE="gnome -alsa smooth -bci gtk2"




Reproducible: Always
Steps to Reproduce:
1. emerge -u portage
Comment 1 SpanKY gentoo-dev 2004-02-08 10:56:14 UTC
could you post a log of the whole output ?
`emerge glibc >& log`
Comment 2 Brian Skreeg 2004-02-08 11:51:35 UTC
Created attachment 25206 [details]
glibc compile log.

full log attached.
Comment 3 Brian Skreeg 2004-02-10 00:27:03 UTC
Compile successful using no CFLAGS. 

CFLAGS then set to CFLAGS="-march=pentium4 -Os -pipe -fomit-frame-pointer" (note pent4 is different from below)
and compile successfully completed again. More testing?
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2004-02-11 12:49:08 UTC
So -march=pentium4 worked, but not -march=pentium3 ?  What if you try with
-march=pentium3 again, since -r9 is already installed?  If not, what happens
if you remerge gcc, and then try glibc with -march=pentium3 again?
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2005-07-15 07:36:07 UTC
No reply, assuming fixed.