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

Bug 269469

Summary: sys-devel/binutils: gold linker does not support -Wl,-z,now
Product: Gentoo Linux Reporter: Alec Meyers <alecm_88>
Component: [OLD] UnspecifiedAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alec Meyers 2009-05-11 21:28:30 UTC
Here's where it fails:

Linking bin/nmbd
Linking bin/swat
Linking bin/smbmount
Linking bin/smbmnt
/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/../../../../i686-pc-linux-gnu/bin/ld: now: unknown -z option
/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/../../../../i686-pc-linux-gnu/bin/ld: use the --help option for usage informati
on
collect2: ld returned 1 exit status
make: *** [bin/smbmnt] Error 1
make: *** Waiting for unfinished jobs....

Reproducible: Always

Steps to Reproduce:
1. # USE=gold" emerge =binutils-2.19.51.0.4
2. # emerge =media-libs/schroedinger-1.0.7
Actual Results:  
Emerge fails
Comment 1 SpanKY gentoo-dev 2009-05-12 01:09:20 UTC
lazy and now are simply different names for the same option

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