Summary: | media-sound/dvda-author: fails with forced --as-needed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | esigra |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.gentoo.org/proj/en/qa/asneeded.xml | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 129413 | ||
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 246595 [details]
Build log
x86_64-pc-linux-gnu-gcc [...] -Wl,--as-needed [...] -o dvda [...] make[3]: Leaving directory '/var/tmp/portage/media-sound/dvda-author-10.06/work/dvda-author-10.06/src' Works well for me, checking if someone else can reproduce this... (In reply to Tom Wijsman (TomWij) from comment #2) > x86_64-pc-linux-gnu-gcc [...] -Wl,--as-needed [...] -o dvda [...] > make[3]: Leaving directory > '/var/tmp/portage/media-sound/dvda-author-10.06/work/dvda-author-10.06/src' > > Works well for me, checking if someone else can reproduce this... forced asneeded is not the same thing as -Wl,--as-needed in LDFLAGS. forced asneeded means -Wl,--as-needed is added directly to the gcc specs. see Diego's blog about this. + 10 May 2014; Tom Wijsman <TomWij@gentoo.org> +dvda-author-10.06-r1.ebuild: + [QA] Revision bump. EAPI 5. Support --as-needed specification by reordering + the linker command; fixes bug #336597, filed by Diego (flameeyes), with help + from Samuli (ssuominen). Thank you very much for filing this. |