Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 411611

Summary: 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’
Product: Gentoo Linux Reporter: Alexey A Illarionov <ogronom>
Component: [OLD] Core systemAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info =sys-libs/glibc-2.13-r4
emerge -pqv =sys-libs/glibc-2.13-r4
build.log.bz2
enviroment

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.