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

Bug 294358

Summary: app-misc/iguanaIR: fails with forced --as-needed
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Joerg Bornkessel (RETIRED) <hd_brummy>
Status: RESOLVED FIXED    
Severity: QA CC: media-tv, 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 epatch to ebuild
fixing as-needed issues

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-11-24 09:16:20 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 2009-11-24 09:17:08 UTC
Created attachment 211028 [details]
Build log
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-12-13 16:59:56 UTC
Created attachment 212905 [details, diff]
adding epatch to ebuild
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-12-13 17:02:32 UTC
Created attachment 212906 [details, diff]
fixing as-needed issues

It's only workaround. To properly fix it, instead of hardcoding libraries to Makefile.in, it would be better to clean build system and write simple Makefile.am
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-12-21 14:13:18 UTC
+  21 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> iguanaIR-0.93.ebuild,
+  +files/iguanaIR-0.93-asneeded.patch:
+  Fix building with -Wl,--as-needed wrt #294358 by Kacper Kowalik.