Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278083 - dev-scheme/ypsilon: fails with forced --as-needed
Summary: dev-scheme/ypsilon: 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: Scheme Project
URL: http://www.gentoo.org/proj/en/qa/asne...
Whiteboard:
Keywords:
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2009-07-16 18:40 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-12-21 14:33 UTC (History)
1 user (show)

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


Attachments
Build log (ypsilon-0.9.6_p3:20090716-181924.log,22.37 KB, text/plain)
2009-07-16 18:40 UTC, Diego Elio Pettenò (RETIRED)
Details
adding patch to ebuild (ypsilon-0.9.6_p3.diff,317 bytes, patch)
2009-10-21 16:29 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
fixing as-needed issues (ypsilon-0.9.6_p3-as-needed.patch,353 bytes, patch)
2009-10-21 16:29 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-07-16 18:40:24 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-07-16 18:40:43 UTC
Created attachment 198220 [details]
Build log
Comment 2 Dmitry Dzhus 2009-07-17 10:51:00 UTC
Someone must have forgotten -lpthread.
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-10-21 16:29:17 UTC
Created attachment 207841 [details, diff]
adding patch to ebuild
Comment 4 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-10-21 16:29:37 UTC
Created attachment 207843 [details, diff]
fixing as-needed issues
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2009-12-21 14:33:41 UTC
+  21 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+  ypsilon-0.9.6_p3.ebuild, +files/ypsilon-0.9.6_p3-asneeded.patch:
+  Fix building with -Wl,--as-needed wrt #278083 by Kacper Kowalik.