Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320795 - x11-plugins/wmauda: fails with forced --as-needed
Summary: x11-plugins/wmauda: fails with forced --as-needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Gentoo Dockapp Team
URL: http://www.gentoo.org/proj/en/qa/asne...
Whiteboard:
Keywords:
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2010-05-20 21:05 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-06-20 17:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (wmauda-0.7:20100520-005422.log,5.36 KB, text/plain)
2010-05-20 21:05 UTC, Diego Elio Pettenò (RETIRED)
Details
adding patch to ebuild, EAPI=2 (wmauda-0.7.diff,631 bytes, patch)
2010-05-21 10:11 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
adding patch to ebuild, EAPI=2 (wmauda-0.7.diff,631 bytes, patch)
2010-05-21 10:11 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
fixing as-needed issues, respecting LDFLAGS (wmauda-0.7-asneeded.patch,764 bytes, patch)
2010-05-21 10:11 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-05-20 21:05:02 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-05-20 21:05:40 UTC
Created attachment 232287 [details]
Build log
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-05-21 10:11:26 UTC
Created attachment 232325 [details, diff]
adding patch to ebuild, EAPI=2
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-05-21 10:11:26 UTC
Created attachment 232327 [details, diff]
adding patch to ebuild, EAPI=2
Comment 4 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-05-21 10:11:54 UTC
Created attachment 232329 [details, diff]
fixing as-needed issues, respecting LDFLAGS
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-06-20 17:05:36 UTC
+  20 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> wmauda-0.7.ebuild,
+  +files/wmauda-0.7-asneeded.patch:
+  Fix building with -Wl,--as-needed wrt #320795 by Kacper Kowalik.