Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96873 - gcc internal compiler error with xorg-x11-6.8.2-r2
Summary: gcc internal compiler error with xorg-x11-6.8.2-r2
Status: RESOLVED DUPLICATE of bug 79852
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 08:41 UTC by win
Modified: 2005-06-23 18:06 UTC (History)
0 users

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 win 2005-06-23 08:41:32 UTC
emerge xorg-x11-6.8.2-r2 results in this

cmsMath.c: In function `_XcmsCubeRoot':
cmsMath.c:91: internal compiler error: in try_split, at emit-rtl.c:3343



Reproducible: Always
Steps to Reproduce:
1.emerge sync
2.emerge -puv world
3.emerge world

Actual Results:  
compile stops with above error

Expected Results:  
compiled and installed

Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.12-gentoo i686)
=================================================================
System uname: 2.6.12-gentoo i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5, 2.4.1
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, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -mmmx -m3dnow
-frerun-cse-after-loop -frerun-loop-opt -fexpensive-optimizations
-falign-functions=4 -ffast-math"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /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/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -mmmx -m3dnow
-frerun-cse-after-loop -frerun-loop-opt -fexpensive-optimizations
-falign-functions=4 -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LINGUAS="en"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X Xaw3d aac acl acpi aim alsa apache2 apm arts audiofile avi
bash-completion bcmath berkdb bindist bitmap-fonts bmp bonobo bzlib calendar cdr
crypt cscope cups curl curlwrappers dba dbm dbx dga divx4linux dv dvb dvd dvdr
dvread emboss encode esd fam fbcon flac flash foomaticdb fortran gb gd gdbm
gettext ggi gif gimpprint gmp gnome gphoto2 gpm gtk gtk2 gtkhtml guile haldvdrip
hardened hardenedphp icq imagemagick imap imlib ipv6 jabber java jpeg junit kde
kde-3.4.0_beta2 kde3 lcms libg++ libwww mad mcrypt mikmod ming mmap mmx mng
motif mp3 mpeg msn ncurses nls nocd nowin nptl nptlonly objc odbc ogg oggvorbis
openal opengl oss pam pcre pdflib perl php png posix postgres ppds python qt
quicktime readline ruby samba scanner sdl session shared sharedmem slang smtp
sockets speex spell sse ssl sv86ga svg svga sysvipc tcltk tcpd tetex theora tiff
truetype truetype-fonts type1-fonts unicode usb userlocales vim-with-x vorbis
wmf x86 xine xml xml2 xmms xosd xpm xv xvid yahoo zlib ~x86 linguas_en
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, MAKEOPTS
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-06-23 09:37:35 UTC
Please try re-emerging with more "stable" CFLAGS (-O2 -march=athlon-xp
-fomit-frame-pointer -pipe).
Comment 2 win 2005-06-23 11:19:00 UTC
same result after export  CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
emerge xorg-x11

rm -f cmsMath.o unshared/cmsMath.o
i686-pc-linux-gnu-gcc -c -ansi -pedantic -Wno-return-type -w    -I../..
-I../../exports/include   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L         
       -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE
-D_SVID_SOURCE                             -D_GNU_SOURCE                       
    -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API   
-DMALLOC_0_RETURNS_NULL  -DHAS_SNPRINTF -DLIBX11                  
-DPOSTLOCALELIBDIR=\"lib\"      -O2 -march=athlon-xp -fomit-frame-pointer -pipe
-fno-strict-aliasing   cmsMath.c -o unshared/cmsMath.o
cmsMath.c: In function `_XcmsCubeRoot':
cmsMath.c:91: internal compiler error: in try_split, at emit-rtl.c:3343

root@arghh win # emerge info
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.12-gentoo i686)
=================================================================
System uname: 2.6.12-gentoo i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5, 2.4.1
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, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /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/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -mmmx -m3dnow
-frerun-cse-after-loop -frerun-loop-opt -fexpensive-optimizations
-falign-functions=4 -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LINGUAS="en"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X Xaw3d aac acl acpi aim alsa apache2 apm arts audiofile avi
bash-completion bcmath berkdb bindist bitmap-fonts bmp bonobo bzlib calendar cdr
crypt cscope cups curl curlwrappers dba dbm dbx dga divx4linux dv dvb dvd dvdr
dvread emboss encode esd fam fbcon flac flash foomaticdb fortran gb gd gdbm
gettext ggi gif gimpprint gmp gnome gphoto2 gpm gtk gtk2 gtkhtml guile haldvdrip
hardened hardenedphp icq imagemagick imap imlib ipv6 jabber java jpeg junit kde
kde-3.4.0_beta2 kde3 lcms libg++ libwww mad mcrypt mikmod ming mmap mmx mng
motif mp3 mpeg msn ncurses nls nocd nowin nptl nptlonly objc odbc ogg oggvorbis
openal opengl oss pam pcre pdflib perl php png posix postgres ppds python qt
quicktime readline ruby samba scanner sdl session shared sharedmem slang smtp
sockets speex spell sse ssl sv86ga svg svga sysvipc tcltk tcpd tetex theora tiff
truetype truetype-fonts type1-fonts unicode usb userlocales vim-with-x vorbis
wmf x86 xine xml xml2 xmms xosd xpm xv xvid yahoo zlib ~x86 linguas_en
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, MAKEOPTS
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-06-23 14:51:17 UTC
Hmm, you have hardened in your USE flags but you are not using hardened profile.
Anyway, this looks like a dupe of Bug 79852.
Comment 4 SpanKY gentoo-dev 2005-06-23 18:06:45 UTC

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