Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411611 - sys-libs/glibc-2.13-r4 - In function ‘__libc_fork’: ../nptl/sysdeps/unix/sysv/linux/i386/../fork.c:209:6: error: can't find a register in class ‘BREG’ while reloading ‘asm’
Summary: sys-libs/glibc-2.13-r4 - In function ‘__libc_fork’: ../nptl/sysdeps/unix/sysv...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-11 16:47 UTC by Alexey A Illarionov
Modified: 2012-04-12 01:58 UTC (History)
0 users

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


Attachments
emerge --info =sys-libs/glibc-2.13-r4 (info,13.91 KB, text/plain)
2012-04-11 16:49 UTC, Alexey A Illarionov
Details
emerge -pqv =sys-libs/glibc-2.13-r4 (pqv,124 bytes, text/plain)
2012-04-11 16:49 UTC, Alexey A Illarionov
Details
build.log.bz2 (build.log.bz2,39.26 KB, application/x-bzip2)
2012-04-11 16:53 UTC, Alexey A Illarionov
Details
enviroment (environment,125.89 KB, text/plain)
2012-04-11 16:54 UTC, Alexey A Illarionov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey A Illarionov 2012-04-11 16:47:19 UTC
Failure at rebuilding glibc with gcc-4.5.3



Reproducible: Always

Steps to Reproduce:
1. emerge -1 =sys-libs/glibc-2.13-r4

Actual Results:  
emake failed
 * ERROR: sys-libs/glibc-2.13-r4 failed (compile phase):
 *   make for x86 failed
Comment 1 Alexey A Illarionov 2012-04-11 16:49:15 UTC
Created attachment 308535 [details]
emerge --info =sys-libs/glibc-2.13-r4
Comment 2 Alexey A Illarionov 2012-04-11 16:49:51 UTC
Created attachment 308537 [details]
emerge -pqv =sys-libs/glibc-2.13-r4
Comment 3 Alexey A Illarionov 2012-04-11 16:53:38 UTC
Created attachment 308539 [details]
build.log.bz2

bzip2 compressed
Comment 4 Alexey A Illarionov 2012-04-11 16:54:55 UTC
Created attachment 308541 [details]
enviroment
Comment 5 SpanKY gentoo-dev 2012-04-11 19:05:11 UTC
do not put -fPIC into your global make.conf.  it really truly makes no sense.

if you want a hardened system, then use a hardened stage3 + hardened profile.
Comment 6 Alexey A Illarionov 2012-04-12 01:47:01 UTC
Thanks.