Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248017 - net-irc/ezbounce: fails with forced --as-needed
Summary: net-irc/ezbounce: 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 (vote)
Assignee: Packages in net-irc
URL: http://www.gentoo.org/proj/en/qa/asne...
Whiteboard:
Keywords:
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2008-11-21 17:29 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-06-02 12:53 UTC (History)
0 users

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


Attachments
Build log (net-irc:ezbounce-1.99.14:20081121-164446.log,13.86 KB, text/plain)
2008-11-21 17:29 UTC, Diego Elio Pettenò (RETIRED)
Details
Patch to move libraries to the end of the command that builds ezbounce (ezbounce-as-needed.patch,485 bytes, patch)
2009-01-25 22:29 UTC, Kevin Pyle
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:29:34 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:58 UTC
Created attachment 172733 [details]
Build log
Comment 2 Kevin Pyle 2009-01-25 22:29:06 UTC
Created attachment 179706 [details, diff]
Patch to move libraries to the end of the command that builds ezbounce

This is the typical problem of specifying libraries too early in the link line.  The patch moves the libraries to the end, after the object files have been referenced.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-02 12:53:31 UTC
Thanks for the patch Kevin, fixed now.