Summary: | =media-libs/nas-1.9.3: "nasd" executable is built without LDFLAGS | ||
---|---|---|---|
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 | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=446598 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
2010-09-09 08:28:08 UTC
Created attachment 246573 [details]
Build log
I've added some arguments to the emake call in the ebuild: SHLIBGLOBALSFLAGS="${LDFLAGS}" for libaudio build EXTRA_LDOPTIONS="${LDFLAGS}" for everything else But couldn't figure this one out: * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/bin/nasd NeedPatch! :) from build.log of nas-1.9.3-r1: x86_64-pc-linux-gnu-gcc -o nasd -O2 -pipe -march=native -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -L../lib/audio -L/usr/lib64 -L/usr/lib64 dia/libdia.a dda/voxware/libvoxware.a os/libos.a looks like this is already been fixed, not sure how, but it is... this could be a problem with parallel make, I see in your log the nasd executable is built at src_install() due to earlier errors in src_compile() ? can you still reproduce anykind of LDFLAGS ignorance w/ 1.9.3-r1 ? if you can, please reopen i see now that fix for bug 446598 also fixed this one |