Summary: | app-emulation/dosemu-1.4.1_pre20091009 (stable) fails to build in parallel | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Hanno Böck <hanno> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | scott |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://tinderboxlogs.s3.amazonaws.com/tbhs64.excelsior.flameeyes.eu/app-emulation%3Adosemu-1.4.1_pre20091009%3A20120714-052554.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Diego Elio Pettenò (RETIRED)
2012-07-14 08:13:26 UTC
> x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,-warn-common -rdynamic tools86.o -o tools86 > /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: tools86.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC > tools86.o: could not read symbols: Bad value > collect2: ld returned 1 exit status > make[2]: *** [tools86] Error 1 Not parallel build failure, but due to improper -fno-pic injection. Ebuild snippet: > # Fix compilation on > append-flags -fno-pic Fixed as a pert of bug #392261 in newer versions. git upstream dropped tools86 binary entirely. Thanks for the report! *** This bug has been marked as a duplicate of bug 392261 *** |