Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18728 - Compilation failed with qt-3.1.2
Summary: Compilation failed with qt-3.1.2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-04 00:36 UTC by Glen Trudgett
Modified: 2003-04-04 06:04 UTC (History)
1 user (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 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"