Summary: | dev-libs/ace-5.7.2: compiling fails with cc1plus internal error | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | DaggyStyle <daggs> |
Component: | Current packages | Assignee: | C++ Team [disbanded] <cpp+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | konsti, strowi, xmw |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://forums.gentoo.org/viewtopic-t-830931-highlight-.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
make.conf environment build.log patch to remove -O3 in source configure script |
Description
DaggyStyle
2010-06-06 07:58:47 UTC
Created attachment 234277 [details]
emerge --info
Created attachment 234279 [details]
make.conf
Hi, please attach the /var/tmp/portage/dev-libs/ace-5.7.2/temp/build.log and the /var/tmp/portage/dev-libs/ace-5.7.2/temp/environment , thanks Michael Created attachment 234647 [details]
environment
Created attachment 234649 [details]
build.log
(In reply to comment #5) > Created an attachment (id=234649) [details] > build.log > Hi, looks like the latest dev-libs/ace-5.7.2 still needs sed -i "s/-O3//" ${S}/configure before ECONF, otherwise it will fail. Created attachment 239075 [details, diff]
patch to remove -O3 in source configure script
replaces every "-O3" with "" in configure script
+1, I wonder when this fix will be in portage. *** Bug 307595 has been marked as a duplicate of this bug. *** + 20 Apr 2012; Pacho Ramos <pacho@gentoo.org> -ace-5.6.1.ebuild, + -ace-5.6.5-r1.ebuild, -ace-5.6.5-r2.ebuild, -ace-5.6.5.ebuild, + ace-5.7.2.ebuild: + Drop -O3 flag per bug #322941, letting it be the only version still compiling + for me in the tree. + |