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.)
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