Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296631 - app-emulation/xen-tools: fails with forced --as-needed
Summary: app-emulation/xen-tools: 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 Xen Devs
URL: http://www.gentoo.org/proj/en/qa/asne...
Whiteboard:
Keywords:
: 297525 (view as bug list)
Depends on:
Blocks: as-needed 293714
  Show dependency tree
 
Reported: 2009-12-12 14:24 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-01-16 15:02 UTC (History)
5 users (show)

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


Attachments
Build log (xen-tools-3.4.2:20091212-092102.log,167.62 KB, text/plain)
2009-12-12 14:24 UTC, Diego Elio Pettenò (RETIRED)
Details
adding epatch to ebuild (xen-tools-3.4.2.diff,320 bytes, patch)
2009-12-12 18:07 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
fixing as-needed issues (xen-tools-3.4.2-as-needed.patch,765 bytes, patch)
2009-12-12 18:07 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 2009-12-12 14:24:05 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-12-12 14:24:35 UTC
Created attachment 212787 [details]
Build log
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-12-12 18:07:19 UTC
Created attachment 212803 [details, diff]
adding epatch to ebuild
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-12-12 18:07:38 UTC
Created attachment 212805 [details, diff]
fixing as-needed issues
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-12-19 15:42:48 UTC
*** Bug 297525 has been marked as a duplicate of this bug. ***
Comment 5 DEMAINE Benoît-Pierre, aka DoubleHP 2010-01-14 09:59:34 UTC
I had the same problem than bug #297525 and
LDFLAGS="-Wl,-O1 -Wl,--sort-common" emerge -av1 xen-tools
solved it for me.
Comment 6 Christian Faulhammer (RETIRED) gentoo-dev 2010-01-16 15:02:16 UTC
Thanks Kacper.  Fixed.