Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87191 - I try to emerge qt-3.3.4-r2, compile error, g++
Summary: I try to emerge qt-3.3.4-r2, compile error, g++
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 86438 103764 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-29 17:33 UTC by pheiming
Modified: 2005-08-26 04:20 UTC (History)
3 users (show)

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 pheiming 2005-03-29 17:33:28 UTC
g++ -c -pipe -fno-exceptions -fPIC -Wall -W -O2 -mcpu=i686 -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
g++: Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[3]: *** [formwindow.o] Error 1
make[3]: *** Waiting for unfinished jobs....
{standard input}: Assembler messages:
{standard input}:3076: Warning: end of file not at end of a line; newline inserted
{standard input}:3783: Error: bad register name `%'
g++: Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[3]: *** [command.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/qt-3.3.4-r2/work/qt-x11-free-3.3.4/tools/designer/designer'
make[2]: *** [sub-designer] Error 2
make[2]: Leaving directory `/var/tmp/portage/qt-3.3.4-r2/work/qt-x11-free-3.3.4/tools/designer'
make[1]: *** [sub-designer] Error 2
make[1]: Leaving directory `/var/tmp/portage/qt-3.3.4-r2/work/qt-x11-free-3.3.4/tools'
make: *** [sub-tools] Error 2

!!! ERROR: x11-libs/qt-3.3.4-r2 failed.
!!! Function src_compile, Line 141, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2005-03-30 04:14:41 UTC
I smell hardware issues.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2005-03-30 05:01:07 UTC
he's right - you've got some local problem like you're running out of ram, some of it is bad, or your cpu is getting too hot.
Comment 3 Rhys Hardwick 2005-04-03 04:03:45 UTC
I have now seen many people who have had the same problem.  See bug 86438 - 2 more people have had exactly the same error, on the same line, with different architectures.

Are you sure then that it is a hardware error?
Comment 4 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-13 06:28:10 UTC
*** Bug 86438 has been marked as a duplicate of this bug. ***
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-13 06:34:15 UTC
All these errors have tiny differences between them, and this points towards local issues.

First, try to see if you get the exact same error every time you recompile qt.
If you get the same error, try to see if you go out of RAM during compilation (for instance you can remove "-pipe" from CFLAGS to use less RAM).

If you get always the same error and RAM is not an issue, then I think this bug can be reopened and analyzed more in deep.
Comment 6 R. Brent Clements 2005-04-14 18:58:19 UTC
I have tested the ram and the temps of the system and everything is fine, plus when I restarted the install as a stage 1 everything was fine.  There might have been some small error in my configuration in the original stage 2 installation, but everything is fine with the Stage 1.

Thanks for your help, and hopefully the problem can be found if others have it.
Comment 7 Gregorio Guidi (RETIRED) gentoo-dev 2005-08-26 04:20:53 UTC
*** Bug 103764 has been marked as a duplicate of this bug. ***