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

Bug 18728

Summary: Compilation failed with qt-3.1.2
Product: Gentoo Linux Reporter: Glen Trudgett <glen.trudgett>
Component: [OLD] GCC PortingAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED INVALID    
Severity: major CC: mholzer
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Glen Trudgett 2003-04-04 00:36:02 UTC
g++: Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See (URL:http://bugs.gentoo.org/) for instructions.
{standard input}: Assembler messages:
{standard input}:9066: Warning: end of file not at end of line; newline inserted
make[1]: *** [.obj/release-shared-mt/qprintdialog.o] Error 1
make[1]: *** Waiting for unfinished jobs....
{standard input}:10806: Error: expected comma after name
`_Z3iscP19QPrintDialogPrivateRK7QSt' in .size directive
make[1]" Leaving directory `/var/tmp/portage/qt-3.1.2/work/qt-x11-free-3.1.2/src'
make: *** [sub-src] Error 2

!!! ERROR: x11-libs/qt-3.1.2 failed
!!! Function src_compile, Line 125, Exitcode 2
!!! (no error message)
Comment 1 Glen Trudgett 2003-04-04 00:41:17 UTC
The following values are in my make.conf. The system was built from stage 1.

USE="X gtk gnome -kde -qt"
CHOST="i586-pc-linux-gnu"  (pentium 133MHz)
CFLAGS="-march=1586 -O3 -pipe"
CXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="~x86"
MAKEOPTS="-j2"

Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-04-04 06:04:00 UTC
CFLAGS="-march=1586 -O3 -pipe"
change it to
CFLAGS="-march=i586 -O3 -pipe"