Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 326675 - sys-libs/glibc-2.11.2 fail to build with a current gentoo.
Summary: sys-libs/glibc-2.11.2 fail to build with a current gentoo.
Status: RESOLVED DUPLICATE of bug 326689
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 19:51 UTC by lamusic
Modified: 2010-07-03 21:34 UTC (History)
0 users

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


Attachments
My full build.log in .bz2 in attachment. (build.log.bz2,84.17 KB, text/plain)
2010-07-02 19:55 UTC, lamusic
Details
My emerge --info in attachment. (emerge.info,4.46 KB, text/plain)
2010-07-02 19:55 UTC, lamusic
Details
My /etc/portage/package.use. (package.use,5.02 KB, text/plain)
2010-07-02 20:07 UTC, lamusic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lamusic 2010-07-02 19:51:37 UTC
I have a gentoo system with ~ and the build of glibc fail since an update of gcc and the linux headers, i don't know what exactly make a fail to glibc, but is here. I paste in the second post all the info build.log and emerge --info.
Comment 1 lamusic 2010-07-02 19:55:20 UTC
Created attachment 237323 [details]
My full build.log in .bz2 in attachment.

: /var/tmp/portage/sys-libs/glibc-2.11.2/work/build-amd64-x86_64-pc-linux-gnu-nptl/libc_pic.a
x86_64-pc-linux-gnu-gcc -Wl,-O1  -nostdlib -nostartfiles -r -o /var/tmp/portage/sys-libs/glibc-2.11.2/work/build-amd64-x86_64-pc-linux-gnu-nptl/elf/librtld.map.o '-Wl,-(' /var/tmp/portage/sys-libs/glibc-2.11.2/work/build-amd64-x86_64-pc-linux-gnu-nptl/elf/dl-allobjs.os /var/tmp/portage/sys-libs/glibc-2.11.2/work/build-amd64-x86_64-pc-linux-gnu-nptl/libc_pic.a -lgcc '-Wl,-)' -Wl,-Map,/var/tmp/portage/sys-libs/glibc-2.11.2/work/build-amd64-x86_64-pc-linux-gnu-nptl/elf/librtld.mapT
/var/tmp/portage/sys-libs/glibc-2.11.2/work/build-amd64-x86_64-pc-linux-gnu-nptl/libc_pic.a(init-first.os):(.data+0x0): multiple definition of `__libc_multiple_libcs'
/var/tmp/portage/sys-libs/glibc-2.11.2/work/build-amd64-x86_64-pc-linux-gnu-nptl/elf/dl-allobjs.os:(.bss+0xe8): first defined here
/var/tmp/portage/sys-libs/glibc-2.11.2/work/build-amd64-x86_64-pc-linux-gnu-nptl/libc_pic.a(dl-addr.os): In function `_dl_addr_inside_object':
dl-addr.c:(.text+0x0): multiple definition of `_dl_addr_inside_object'
/var/tmp/portage/sys-libs/glibc-2.11.2/work/build-amd64-x86_64-pc-linux-gnu-nptl/elf/dl-allobjs.os:(.text+0x10db0): first defined here
collect2: ld returned 1 exit status
make[2]: *** [/var/tmp/portage/sys-libs/glibc-2.11.2/work/build-amd64-x86_64-pc-linux-gnu-nptl/elf/librtld.map] Erreur 1
Comment 2 lamusic 2010-07-02 19:55:58 UTC
Created attachment 237325 [details]
My emerge --info in attachment.
Comment 3 lamusic 2010-07-02 20:07:47 UTC
Created attachment 237327 [details]
My /etc/portage/package.use.
Comment 4 Kevin Pyle 2010-07-03 03:58:44 UTC
This is most likely a duplicate of bug #326689: glibc compile fails with -fstack-protector and -fstack-protector-all.  The emerge --info shown in attachment #237325 [details] includes -fstack-protector and the error message pasted in part in comment #1 is the same as the one shown for -fstack-protector in bug #326689.  I have also seen the same failure on my systems when built with -fstack-protector all, which goes away when CFLAGS are modified to exclude that switch and no other.
Comment 5 SpanKY gentoo-dev 2010-07-03 21:34:39 UTC

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