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

Bug 39719

Summary: Compiling Qt-3.2.3 with GCC-3.2.3 caused a compiler error
Product: Gentoo Linux Reporter: Calvin Spealman <ironfroggy>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED CANTFIX    
Severity: blocker CC: pappy
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Calvin Spealman 2004-01-28 18:55:41 UTC
Compiling of qabstractlayout.cpp takes over 15 to 20 minutes, uses hundreds of megs of memory, and then finally dies spitting out errors.
The errors say there was an internal error from cc1plus and that something was wrong with the assembler input, an invalid instruction 'x'.

Reproducible: Always
Steps to Reproduce:
1.emerge qt
2.
3.
Actual Results:  
Qt began to compile and died on qabstractlayout.cpp

Expected Results:  
Compiled Qt sucessfully.

I am running on a Celeron chip on an HP Pavilion. Also, I get the same problem with Qt 3.3 beta and 3.0.5.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-02-05 06:05:09 UTC
sounds like a problem with the compiler or hardware.
Comment 2 Alexander Gabert (RETIRED) gentoo-dev 2004-03-03 04:56:14 UTC
did you try with more recent gcc from the 3.3.2 line?
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-04-26 18:16:54 UTC
Try a newer gcc/glibc, and perhaps a newer Qt.  Can't fix internal compiler errors from this end, unfortunately.
Comment 4 Calvin Spealman 2004-04-26 21:11:50 UTC
Turned out to be a mistake on my part: didn't initialize swap. thought i posted such and resolved this already, sorry.