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

Bug 307415

Summary: AMD64: problem building dev-libs/ppl-0.10.2-r1
Product: Gentoo Linux Reporter: David Relson <relson>
Component: [OLD] UnspecifiedAssignee: Ryan Hill (RETIRED) <rhill>
Status: RESOLVED NEEDINFO    
Severity: normal CC: toolchain
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info =dev-libs/ppl-0.10.2-r1
emerge -pqv =dev-libs/ppl-0.10.2-r1
emerge log file
ebuild environment

Description David Relson 2010-03-02 04:07:55 UTC
emerge ppl fails.
Comment 1 David Relson 2010-03-02 04:08:53 UTC
Created attachment 221735 [details]
emerge --info =dev-libs/ppl-0.10.2-r1
Comment 2 David Relson 2010-03-02 04:09:46 UTC
Created attachment 221737 [details]
emerge -pqv =dev-libs/ppl-0.10.2-r1
Comment 3 David Relson 2010-03-02 04:10:22 UTC
Created attachment 221739 [details]
emerge log file
Comment 4 David Relson 2010-03-02 04:10:55 UTC
Created attachment 221741 [details]
ebuild environment
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2010-03-03 02:03:12 UTC
i don't see what's causing the error and i can't reproduce myself.
Comment 6 SpanKY gentoo-dev 2010-03-07 01:20:48 UTC
probably due to stupid libtool sending stderr to /dev/null.  it makes the assumption that if the pic object compiled fine, then the non-pic object will as well, so it sends all non-pic output to /dev/null.  this avoids double warning output, but does cause issues in cases like this.

you'll want to add -no-suppress to all libtool invocations to avoid this ... but i dont think you can cheat with CFLAGS="-no-suppress" :/
Comment 7 Ryan Hill (RETIRED) gentoo-dev 2011-02-21 02:32:13 UTC
Reopen if you can reproduce this with 0.11.