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

Bug 94892

Summary: gcc internal compiler error while compiling x11-libs/qt-3.3.4-r4
Product: Gentoo Linux Reporter: Brian Tarricone <bjt23>
Component: [OLD] GCC PortingAssignee: Please assign to toolchain <gcc-porting>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: preprocessed source #1
preprocessed source #2

Description Brian Tarricone 2005-06-03 00:49:19 UTC
Subject says it all.  Final output:

g++ -c -pipe -I/usr/include/mysql -fno-exceptions -march=athlon-tbird -O2 -pipe  -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/var/tmp/portage/qt-3.3.4-r4/work/qt-x11-free-3.3.4/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../../include -I../tools -I. -o ./qcstring.o ../tools/qcstring.cpp
../tools/qbuffer.cpp: In constructor `QBuffer::QBuffer(QByteArray)':
../tools/qbuffer.cpp:123: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
../tools/qcstring.cpp: In function `void* qmemmove(void*, const void*, uint)':
../tools/qcstring.cpp:86: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/qt-3.3.4-r4/temp/cc7WSh8s.out file, please attach this to your bugreport.
make[1]: *** [qbuffer.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Preprocessed source stored into /var/tmp/portage/qt-3.3.4-r4/temp/ccCTiBDr.out file, please attach this to your bugreport.
make[1]: *** [qcstring.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/qt-3.3.4-r4/work/qt-x11-free-3.3.4/src/moc'
make: *** [src-moc] Error 2


emerge --info:

Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0, 2.6.11-gentoo-r9 i686)
=================================================================
System uname: 2.6.11-gentoo-r9 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.6.12
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.2 [disabled]
dev-lang/python:     2.2.3-r5, 2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-tbird -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirrors.tds.net/gentoo http://open-systems.ufl.edu/mirrors/gentoo ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://gentoo.osuosl.org/ http://gentoo.ccccom.com"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X aalib acpi4linux alsa apache2 apm audiofile avi berkdb bitmap-fonts bonobo cdparanoia cdr crypt cups curl dmx dvd dvdr dvdread emboss encode fam fbcon ffmpeg flac flash foomaticdb fortran gd gdbm gif gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imlib innodb ipv6 jack java joystick jpeg junit kerberos krb4 ldap libcaca libg++ libwww mad matroska mbox mikmod mmx mmxext mp3 mpeg mysql ncurses nls nptl nptlonly nvidia ogg oggvorbis opengl oss pam pdflib perl pic png python qt quicktime readline rtc samba sasl sdl session slang speex spell sqlite sse ssl stencil-buffer svg svga tcltk tcpd tetex theora tiff truetype truetype-fonts type1-fonts ungif usb v4l2 vorbis win32codecs wmf xchattext xfs xine xml xml2 xv xvid xvmc zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Brian Tarricone 2005-06-03 00:52:25 UTC
Created attachment 60505 [details]
preprocessed source #1
Comment 2 Brian Tarricone 2005-06-03 00:58:31 UTC
Created attachment 60506 [details]
preprocessed source #2
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2005-07-15 07:59:17 UTC
This is most likely a local issue.  If you try it again, does it happen inthe 
same spot?  If not, it's most likely bad ram, overheated cpu, etc. 
Comment 4 Brian Tarricone 2005-07-15 10:28:25 UTC
It's been a while since I tried a compile, but it did indeed occur in the same
spot.  I tried at least 3-4 times.