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

Bug 406879

Summary: sys-devel/glibc fails ld configure version check when using gold with sys-devel/binutils-2.22-r1
Product: Gentoo Linux Reporter: Radoslaw Szkodzinski <astralstorm>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: toolchain
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Radoslaw Szkodzinski 2012-03-04 12:00:53 UTC
It seems that new -revision of binutils has added gold version to the end of version string and this confuses the test.

A related issue is that glibc is ignoring $LD variable.

Here's the snippet from glibc's build.log:
checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.2/../../../../x86_64-pc-linux-gnu/bin/ld... /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.2/../../../../x86_64-pc-linux-gnu/bin/ld
checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.2/../../../../x86_64-pc-linux-gnu/bin/ld... v. ?.??, bad

ld -V output:
GNU gold (GNU Binutils 2.22) 1.11

config.log is not informative.
Comment 1 SpanKY gentoo-dev 2012-03-04 18:36:25 UTC

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