Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 326295

Summary: dev-python/PyQt4-4.7.3 failes to compile with GCC segfault.
Product: Gentoo Linux Reporter: Nils Larsson <nisselarsson000>
Component: [OLD] KDEAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: hwoarang
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

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.