| Summary: | net-libs/wvstreams-4.4 emake CXXOPTS="-fPIC -DPIC" COPTS="-fPIC -DPIC" || die "compile failed" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Xavian-Anderson Macpherson <Shingoshi> |
| Component: | [OLD] Library | Assignee: | Alin Năstac (RETIRED) <mrness> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | cpp+disabled, snupt.sochi, wladyx |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
All in one file.
Reporter's emerge --info build.log file from reporter |
||
Created attachment 153743 [details]
All in one file.
(In reply to comment #1) > Created an attachment (id=153743) [edit] > All in one file. Could you please post both the actual error message as well as emerge --info in a comment or in the Description and not as part of a huge attachment, please? Also, adding config.log is only needed when configure fails. Thank you, and keep it up. Created attachment 153757 [details]
Reporter's emerge --info
extracted this from super long file..
Created attachment 153759 [details]
build.log file from reporter
extracted from super large file
> "$_:" unless m/^\\$/} (split(/\s+/)); } } }' >streams/.wvstream.d
> *
> * ERROR: net-libs/wvstreams-4.4 failed.
> * Call stack:
> * ebuild.sh, line 49: Called src_compile
> * environment, line 3025: Called die
> * The specific snippet of code:
> * emake CXXOPTS="-fPIC -DPIC" COPTS="-fPIC -DPIC" || die "compile
> failed";
> * The die message:
> * compile failed
>
> Shingoshi
>
I have this problem too. But under x86 arch.
emerge --info http://paste.org.ru/?yj1vn9 *** This bug has been marked as a duplicate of bug 210867 *** |
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=opteron -fPIC -DPIC -D_BSD_SOURCE -D_GNU_SOURCE -DISLINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDEBUG=0 -Wall -Iyes/include -I/usr/include/xplc-0.3.13 -I./include -Iinclude -Iinclude -Ignulib -pipe -fPIC -DPIC -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -O2 -pipe -march=opteron -fPIC -DPIC -D_BSD_SOURCE -D_GNU_SOURCE -DISLINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDEBUG=0 -Wall -Woverloaded-virtual -fno-exceptions -Iyes/include -I/usr/include/xplc-0.3.13 -I./include -Iinclude -Iinclude -Ignulib -pipe -fPIC -DPIC -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Woverloaded-virtual -M -E streams/wvstream.cc | perl -we '$a = '"'"'streams/wvstream.o'"'"'; $\ = $/; local $/; while (<>) { for (split(/(?<!\\)$/m)) { s/^[^:]+:\s*/$a: /; print; if (s/^$a: //) { map {print "$_:" unless m/^\\$/} (split(/\s+/)); } } }' >streams/.wvstream.d * * ERROR: net-libs/wvstreams-4.4 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3025: Called die * The specific snippet of code: * emake CXXOPTS="-fPIC -DPIC" COPTS="-fPIC -DPIC" || die "compile failed"; * The die message: * compile failed Shingoshi