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

Bug 360195

Summary: cross-armv5tel-softfloat-linux-gnueabi-glibc fails due to TLS support error
Product: Gentoo Linux Reporter: Christian Pontesegger <christian.pontesegger>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Info.log file
glibc.log
glibc-2.11.3.log.zip

Description Christian Pontesegger 2011-03-23 21:05:14 UTC
I am trying to build a cross compiler environment for arm by doing

crossdev -S --target armv5tel-softfloat-linux-gnueabi

This fails due to multiple errors:
 #error "TLS support is required."


I tried crossdev without -S option, but this fails too


Reproducible: Always

Steps to Reproduce:
run
crossdev -S --target armv5tel-softfloat-linux-gnueabi
Comment 1 Christian Pontesegger 2011-03-23 21:07:06 UTC
Created attachment 267021 [details]
Info.log file
Comment 2 Christian Pontesegger 2011-03-23 21:07:35 UTC
Created attachment 267023 [details]
glibc.log
Comment 3 SpanKY gentoo-dev 2011-03-24 01:42:48 UTC
your tree is out of date

*** This bug has been marked as a duplicate of bug 359509 ***
Comment 4 Christian Pontesegger 2011-03-25 11:39:19 UTC
did a 

emerge --sync

and then tried again, but still fails:

both
crossdev -S --target armv5tel-softfloat-linux-gnueabi
crossdev --target armv5tel-softfloat-linux-gnueabi

fail on glibc, log attached: glibc-2.11.3.log

should I file this as a new bug?
Comment 5 Christian Pontesegger 2011-03-25 11:41:52 UTC
Created attachment 267191 [details]
glibc-2.11.3.log.zip
Comment 6 SpanKY gentoo-dev 2011-03-27 14:14:56 UTC
yes, that's a completely different bug

/usr/libexec/gcc/armv5tel-softfloat-linux-gnueabi/ld: /usr/lib/gcc/armv5tel-softfloat-linux-gnueabi/4.5.2/libgcc.a(_udivsi3.o): Unknown mandatory EABI object attribute 44
/usr/libexec/gcc/armv5tel-softfloat-linux-gnueabi/ld: failed to merge target specific data of file /usr/lib/gcc/armv5tel-softfloat-linux-gnueabi/4.5.2/libgcc.a(_udivsi3.o)

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