Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248016 - net-irc/cwirc: fails with forced --as-needed
Summary: net-irc/cwirc: 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 normal
Assignee: Packages in net-irc
URL: http://www.gentoo.org/proj/en/qa/asne...
Whiteboard: Makes a mess between LDFLAGS and LIBS
Keywords:
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2008-11-21 17:27 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-12-21 13:57 UTC (History)
1 user (show)

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


Attachments
Build log (net-irc:cwirc-2.0.0:20081121-163324.log,71.52 KB, text/plain)
2008-11-21 17:29 UTC, Diego Elio Pettenò (RETIRED)
Details
adding patch to ebuild (cwirc-2.0.0.diff,267 bytes, patch)
2009-10-15 20:58 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
fixing as-needed issues (cwirc-2.0.0-as-needed.patch,969 bytes, patch)
2009-10-15 20:58 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 2008-11-21 17:27:51 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).

Check the attached build log.

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-11-21 17:29:04 UTC
Created attachment 172731 [details]
Build log
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-10-15 20:58:12 UTC
Created attachment 207254 [details, diff]
adding patch to ebuild
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-10-15 20:58:35 UTC
Created attachment 207256 [details, diff]
fixing as-needed issues
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-12-21 13:57:52 UTC
+  21 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> cwirc-2.0.0.ebuild,
+  +files/cwirc-2.0.0-asneeded.patch:
+  Fix building with -Wl,--as-needed wrt #248016 by Kacper Kowalik.