Summary: | AMD64: problem building dev-libs/ppl-0.10.2-r1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Relson <relson> |
Component: | [OLD] Unspecified | Assignee: | 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
Created attachment 221735 [details]
emerge --info =dev-libs/ppl-0.10.2-r1
Created attachment 221737 [details]
emerge -pqv =dev-libs/ppl-0.10.2-r1
Created attachment 221739 [details]
emerge log file
Created attachment 221741 [details]
ebuild environment
i don't see what's causing the error and i can't reproduce myself. 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" :/ Reopen if you can reproduce this with 0.11. |