Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64901 - qt-3.3.3 compile fails with G++ internal error
Summary: qt-3.3.3 compile fails with G++ internal error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-21 14:51 UTC by Simon Matthews
Modified: 2004-09-29 05:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Matthews 2004-09-21 14:51:28 UTC
riptengine.cpp
g++ -c -pipe -fno-exceptions -Wall -W -O2 -D_REENTRANT -fPIC -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -DQT_NO_CUPS -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DQT_NO_XINERAMA -DQT_DLOPEN_OPENGL -DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -I/var/tmp/portage/qt-3.3.3/work/qt-x11-free-3.3.3/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I3rdparty/opentype -I../include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/qtextlayout.o kernel/qtextlayout.cpp
g++: Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[1]: *** [.obj/release-shared-mt/qtextlayout.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/qt-3.3.3/work/qt-x11-free-3.3.3/src'
make: *** [sub-src] Error 2

!!! ERROR: x11-libs/qt-3.3.3 failed.
!!! Function src_compile, Line 116, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.emerge -u qt
2.
3.

Actual Results:  
See details

Expected Results:  
not crashed!
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-09-21 15:07:49 UTC
can't fix g++ compiler errors - local issue.
Comment 2 Simon Matthews 2004-09-21 15:27:09 UTC
What do you mean by "local issue"? 

Did this bug get assigned to the wrong person? If so, how do I get it correctly assigned?
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-09-21 16:50:10 UTC
I mean that when the compiler seg faults it's a problem in the compiler, not in qt.  We get these bugs all of the time.  It's usually bad hardware - search bugzilla or the forums for "g++: Internal error: Terminated" and you will see...
Comment 4 Linda Knapp 2004-09-27 11:55:27 UTC
I have the same issue with qt-3.3.3 emerge failing - I can emerge other packages - in fact have emerged the entire system over this weekend without problems. If it is a compiler or hardware issue why am I not seeing it on other packages? Is there any test you can suggest?
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2004-09-27 13:03:10 UTC
Because qt is one of the most computationally expensive programs to compile.

memtest86 is a good one to start with
Comment 6 Linda Knapp 2004-09-28 13:45:56 UTC
I never would have believed it but yes it was a hardware problem (bad memory) It seemed strange that it always failed on the qt emerge and on no other emerges. Thanks for the help! I replaced the SIMM and it is busy emerging KDE and has finished emerging qt.
Comment 7 Caleb Tennis (RETIRED) gentoo-dev 2004-09-29 05:45:13 UTC
great!