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

Bug 330623

Summary: dev-scheme/schemik: fails with forced --as-needed
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Tomás Touceda (RETIRED) <chiiph>
Status: RESOLVED FIXED    
Severity: QA CC: esigra, scheme, xarthisius
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.gentoo.org/proj/en/qa/asneeded.xml
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 129413    
Attachments: Build log
adding patch to ebuild
fixing as-needed issues, respecting LDFLAGS

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-07-31 13:31:12 UTC
I'm reporting this bug because the package in summary fails to build when forcing --as-needed on through spec files (check out http://blog.flameeyes.eu/2008/11/14/problems-and-mitigation-strategies-for-as-needed for details).

Please note that this bug _might_ apply to -Wl,--as-needed in LDFLAGS as well; in both cases it should be fixed. Also, if this is due to the package in question not respecting user-defined LDFLAGS, you should get to fix that too.

Check the attached build log.

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-07-31 13:31:36 UTC
Created attachment 240815 [details]
Build log
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-08-01 20:40:40 UTC
Created attachment 240967 [details, diff]
adding patch to ebuild
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-08-01 20:41:02 UTC
Created attachment 240969 [details, diff]
fixing as-needed issues, respecting LDFLAGS
Comment 4 Tomás Touceda (RETIRED) gentoo-dev 2010-09-16 14:11:02 UTC
Committed.
Thanks Kacper for the patch.