Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 326295 - dev-python/PyQt4-4.7.3 failes to compile with GCC segfault.
Summary: dev-python/PyQt4-4.7.3 failes to compile with GCC segfault.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-30 11:07 UTC by Nils Larsson
Modified: 2010-06-30 12:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,313.32 KB, text/plain)
2010-06-30 11:08 UTC, Nils Larsson
Details
emerge --info (emerge-info.txt,9.30 KB, text/plain)
2010-06-30 11:10 UTC, Nils Larsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nils Larsson 2010-06-30 11:07:55 UTC
dev-python/PyQt4-4.7.3 failes to compile with GCC segfault in sipQtGuiQMatrix2x2.cpp.

Reproducible: Always

Steps to Reproduce:
Comment 1 Nils Larsson 2010-06-30 11:08:57 UTC
Created attachment 237025 [details]
build.log
Comment 2 Nils Larsson 2010-06-30 11:10:35 UTC
Created attachment 237027 [details]
emerge --info
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2010-06-30 11:18:19 UTC
Re-emerge sip and try again

Also this flag -fgraphite-identity is quite dangerous. Could you try to remove it and try again?

Thanks
Comment 4 Nils Larsson 2010-06-30 12:10:04 UTC
This was indeed caused by the Graphite flags.
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2010-06-30 12:20:29 UTC
Well, emerging gcc with USE="graphite" should be enough. Graphite is an experimental gcc flag and wont be supported ( look at the elog message on gcc )
Comment 6 Nils Larsson 2010-06-30 12:34:41 UTC
My bad, sorry.