Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313837 - x11-misc/rss-glx: fails with forced --as-needed, has automagic dep on media-libs/quesoglc
Summary: x11-misc/rss-glx: fails with forced --as-needed, has automagic dep on media-l...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Desktop Misc. Team
URL: http://www.gentoo.org/proj/en/qa/asne...
Whiteboard:
Keywords:
: 316649 (view as bug list)
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2010-04-08 11:05 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-05-30 10:55 UTC (History)
3 users (show)

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


Attachments
Build log (rss-glx-0.9.1:20100408-050228.log,46.90 KB, text/plain)
2010-04-08 11:05 UTC, Diego Elio Pettenò (RETIRED)
Details
rss-glx-0.9.1.diff (rss-glx-0.9.1.diff,1.25 KB, text/plain)
2010-04-08 18:34 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details
fixing as-needed issues (rss-glx-0.9.1-asneeded.patch,259 bytes, patch)
2010-04-08 18:37 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
fixing automagic deps (rss-glx-0.9.1-quesoglc.patch,733 bytes, patch)
2010-04-08 18:37 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
updating metadata.xml (metadata.diff,344 bytes, patch)
2010-04-08 18:37 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-04-08 11:05:06 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-04-08 11:05:59 UTC
Created attachment 226991 [details]
Build log
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-04-08 18:34:55 UTC
Created attachment 227033 [details]
rss-glx-0.9.1.diff

adding epatch and IUSE="quesoglc"
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-04-08 18:37:03 UTC
Created attachment 227035 [details, diff]
fixing as-needed issues
Comment 4 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-04-08 18:37:19 UTC
Created attachment 227037 [details, diff]
fixing automagic deps
Comment 5 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-04-08 18:37:40 UTC
Created attachment 227039 [details, diff]
updating metadata.xml
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2010-04-22 11:15:11 UTC
*** Bug 316649 has been marked as a duplicate of this bug. ***
Comment 7 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-05-30 10:55:24 UTC
Fixed in tree
+  30 May 2010; Kacper Kowalik <xarthisius@gentoo.org> rss-glx-0.9.1.ebuild,
+  +files/rss-glx-0.9.1-asneeded.patch, +files/rss-glx-0.9.1-quesoglc.patch,
+  metadata.xml:
+  Fixing build with forced --as-needed and automagic dependency on
+  media-libs/quesoglc wrt bug 313837. Thanks Diego for reporting.