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

Bug 87856

Summary: qt fails to emerge
Product: Gentoo Linux Reporter: A. Person <tesoro302>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description A. Person 2005-04-03 17:11:23 UTC
I tried to emerge nxclient with qt as a dependency:

[ebuild  N    ] x11-libs/qt-3.3.4-r2  +cups -debug -doc -firebird +gif -immqt -immqt-bc -ipv6 -mysql -nas -odbc -opengl -postgres -sqlite -xinerama +zlib

but it won't compile.  I think I've got the important part here:

g++ -c -pipe -fno-exceptions -fPIC -Wall -W -O2 -march=pentium4 -pipe -D_REENTRANT  -DDESIGNER -DQT_INTERNAL_XML -DQT_INTERNAL_WORKSPACE -DQT_INTERNAL_ICONVIEW -DQT_INTERNAL_TABLE -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/var/tmp/portage/qt-3.3.4-r2/work/qt-x11-free-3.3.4/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../shared -I../uilib -I../../../include -I.moc/release-shared-mt/ -o ./propertyeditor.o propertyeditor.cpp
mainwindow.cpp: In member function `void MainWindow::popupWidgetMenu(const
   QPoint&, FormWindow*, QWidget*)':
mainwindow.cpp:1545: internal compiler error: Segmentation fault

Reproducible: Didn't try
Steps to Reproduce:
1.emerge qt
2.
3.

Actual Results:  
!!! ERROR: x11-libs/qt-3.3.4-r2 failed.

Expected Results:  
emerged qt
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-03 17:24:52 UTC
Most likely you ran out of memory or your hardware is broken (bad ram, overheating box,...).
Comment 2 A. Person 2005-04-03 17:31:08 UTC
I bet you're right.  My machine was struggling through that compile for some reason.  I do have PORTAGE_NICENESS="19".  I'm re-emerging right now.
Comment 3 A. Person 2005-04-03 18:32:35 UTC
I don't think so.  It failed this way now:

g++ -c -pipe -fno-exceptions -fPIC -Wall -W -O2 -march=pentium4 -pipe -D_REENTRANT  -DDESIGNER -DQT_INTERNAL_XML -DQT_INTERNAL_WORKSPACE -DQT_INTERNAL_ICONVIEW -DQT_INTERNAL_TABLE -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/var/tmp/portage/qt-3.3.4-r2/work/qt-x11-free-3.3.4/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../shared -I../uilib -I../../../include -I.moc/release-shared-mt/ -o ./formwindow.o formwindow.cpp
command.cpp: In constructor `AddToolBarCommand::AddToolBarCommand(const
   QString&, FormWindow*, QMainWindow*)':
command.cpp:1871: internal compiler error: Segmentation fault

The system wasn't strained this time.

- Grant
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-05 13:14:10 UTC
If it always fails in another line, it's surely not an issue with the code. Check your box, this is nothing we can help you with.

*** This bug has been marked as a duplicate of 20600 ***