Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 336564

Summary: =media-libs/nas-1.9.3: "nasd" executable is built without LDFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: 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) gentoo-dev 2010-09-09 08:28:08 UTC
See attached build log.

(Please do not complain about the need for looking at the build log until you can provide an easy way to open bugs with the correct data picked out of a tinderbox log. Thanks.)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-09 08:28:22 UTC
Created attachment 246573 [details]
Build log
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-01-20 22:02:10 UTC
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! :)
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2014-02-16 16:29:57 UTC
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...
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2014-02-16 16:32:13 UTC
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
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2014-02-16 16:33:29 UTC
i see now that fix for bug 446598 also fixed this one