Summary: | app-cdr/cdw: fails with forced --as-needed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Mr. Bones. (RETIRED) <mr_bones_> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | asolokha, media-optical, xarthisius |
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
First part Second part adding patch to ebuild fixing as-needed issues |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 193497 [details]
Build log
Please review the following patchset. Created attachment 205436 [details, diff]
First part
Created attachment 205438 [details, diff]
Second part
My emerge fails on unresolved symbols related to standard math functions, so I've added -lm to AM_LDFLAGS as well.
Comment on attachment 205438 [details, diff]
Second part
The problem to begin with is that _it shouldn't be passing libraries to AM_LDFLAGS_ !
Created attachment 207336 [details, diff] adding patch to ebuild Just copy of http://bugs.gentoo.org/attachment.cgi?id=205436 for completeness Created attachment 207337 [details, diff]
fixing as-needed issues
in portage. thanks for the patch. |