Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57023 - internal compiler error: in check_colors, at ra-colorize.c:2006
Summary: internal compiler error: in check_colors, at ra-colorize.c:2006
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 07:04 UTC by Selecter
Modified: 2004-07-14 09:32 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 Selecter 2004-07-14 07:04:13 UTC
gcc -DLOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/lib/gettext\" -DGETTEXTJAR=\"/usr/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/lib\" -DGETTEXTDATADIR=\"/usr/share/gettext\" -DPROJECTSDIR=\"/usr/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../../gettext-runtime/intl -O2 -march=pentium4 -fnew-ra -ftracer -pipe -c write-properties.c  -fPIC -DPIC -o .libs/write-properties.o
read-po.c: In function `default_add_message':
read-po.c:385: internal compiler error: in check_colors, at ra-colorize.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
 gcc -DLOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/lib/gettext\" -DGETTEXTJAR=\"/usr/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/lib\" -DGETTEXTDATADIR=\"/usr/share/gettext\" -DPROJECTSDIR=\"/usr/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../../gettext-runtime/intl -O2 -march=pentium4 -fnew-ra -ftracer -pipe -c write-properties.c -o write-properties.o >/dev/null 2>&1
Preprocessed source stored into /var/tmp/portage/gettext-0.12.1-r1/temp/ccTiISpS.out file, please attach this to your bugreport.
make[4]: *** [read-po.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/gettext-0.12.1-r1/work/gettext-0.12.1/gettext-tools/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/gettext-0.12.1-r1/work/gettext-0.12.1/gettext-tools/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gettext-0.12.1-r1/work/gettext-0.12.1/gettext-tools'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/gettext-0.12.1-r1/work/gettext-0.12.1/gettext-tools'
make: *** [all-recursive] Error 1

!!! ERROR: sys-devel/gettext-0.12.1-r1 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! (no error message)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.50-r5 (default-x86-2004.0, gcc-3.4.1, glibc-2.3.4.20040619-r0,
2.6.7-gentoo-r6)
=================================================================
System uname: 2.6.7-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.59-r4
Automake:
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fnew-ra -ftracer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fnew-ra -ftracer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo
http://ftp.du.se/pub/os/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi alsa avi crypt cups encode gdbm gif gpm gtk2 hardened imlib jpeg
libg++ libwww linguas_ru mad mikmod mmx motif mozilla mpeg ncurses nls nptl
oggvorbis opengl pam pdflib perl png ppds python qt quicktime readline sdl slang
spell sse ssl svga tcpd threads truetype x86 xml xml2 xmms xv zlib"
Comment 1 Selecter 2004-07-14 07:15:57 UTC
The same thing with coreutils

if gcc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib\" -I. -I. -I..  -I.. -I.   -O2 -march=pentium4 -fnew-ra -ftracer -pipe -MT save-cwd.o -MD -MP -MF ".deps/save-cwd.Tpo" -c -o save-cwd.o save-cwd.c; \
then mv -f ".deps/save-cwd.Tpo" ".deps/save-cwd.Po"; else rm -f ".deps/save-cwd.Tpo"; exit 1; fi
same.c: In function `same_name':
same.c:132: internal compiler error: in check_colors, at ra-colorize.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
if gcc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib\" -I. -I. -I..  -I.. -I.   -O2 -march=pentium4 -fnew-ra -ftracer -pipe -MT savedir.o -MD -MP -MF ".deps/savedir.Tpo" -c -o savedir.o savedir.c; \
then mv -f ".deps/savedir.Tpo" ".deps/savedir.Po"; else rm -f ".deps/savedir.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib\" -I. -I. -I..  -I.. -I.   -O2 -march=pentium4 -fnew-ra -ftracer -pipe -MT settime.o -MD -MP -MF ".deps/settime.Tpo" -c -o settime.o settime.c; \
then mv -f ".deps/settime.Tpo" ".deps/settime.Po"; else rm -f ".deps/settime.Tpo"; exit 1; fi
Preprocessed source stored into /var/tmp/portage/coreutils-5.2.1-r1/temp/ccatYxyy.out file, please attach this to your bugreport.
make[3]: *** [same.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/coreutils-5.2.1-r1/work/coreutils-5.2.1/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/coreutils-5.2.1-r1/work/coreutils-5.2.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/coreutils-5.2.1-r1/work/coreutils-5.2.1'
make: *** [all] Error 2

!!! ERROR: sys-apps/coreutils-5.2.1-r1 failed.
!!! Function src_compile, Line 104, Exitcode 2
!!! (no error message)
Comment 2 Selecter 2004-07-14 07:18:10 UTC
Kind of the same thing with http://bugs.gentoo.org/show_bug.cgi?id=49566
Comment 3 Selecter 2004-07-14 07:39:55 UTC
gcc -I../crypto -I.. -I../include  -fPIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO    -Wall -O2 -march=pentium4 -fnew-ra -ftracer -pipe -DSHA1_ASM -DMD5_ASM -DRMD160_ASM   -c -o s2_pkt.o s2_pkt.c
s2_pkt.c: In function `ssl2_read_internal':
s2_pkt.c:305: internal compiler error: in check_colors, at ra-colorize.c:2006
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/openssl-0.9.7d-r1/temp/ccseqipm.out file, please attach this to your bugreport.
make[1]: *** [s2_pkt.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/openssl-0.9.7d-r1/work/openssl-0.9.7d/ssl'
make: *** [sub_all] Error 1

!!! ERROR: dev-libs/openssl-0.9.7d-r1 failed.
!!! Function src_compile, Line 162, Exitcode 2
!!! (no error message)
Comment 4 Selecter 2004-07-14 08:11:12 UTC
cd ../obj_s;  gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -O2 -march=pentium4 -fnew-ra -ftracer -pipe -fPIC -c ../ncurses/./tinfo/comp_scan.c
../ncurses/./tinfo/comp_parse.c: In function `_nc_entry_match':
../ncurses/./tinfo/comp_parse.c:157: internal compiler error: in check_colors, at ra-colorize.c:2006
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/ncurses-5.4-r2/temp/cclZequr.out file, please attach this to your bugreport.
make[1]: *** [../obj_s/comp_parse.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/ncurses-5.4-r2/work/ncurses-5.4/ncurses'
make: *** [all] Error 2

!!! ERROR: sys-libs/ncurses-5.4-r2 failed.
!!! Function src_compile, Line 76, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 5 Selecter 2004-07-14 08:30:52 UTC
Should I attach preprocessed sources of all of these packages?
Comment 6 Selecter 2004-07-14 09:29:27 UTC
gcc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=pentium4 -fnew-ra -ftracer -pipe   -DVERSION=\"2.12\" -DXS_VERSION=\"2.12\" -fPIC "-I../.."   Storable.c
Storable.xs: In function `do_retrieve':
Storable.xs:5932: internal compiler error: in check_colors, at ra-colorize.c:2006
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/perl-5.8.4/temp/cce0SIkT.out file, please attach this to your bugreport.
make[1]: *** [Storable.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/perl-5.8.4/work/perl-5.8.4/ext/Storable'
make: *** [lib/auto/Storable/Storable.so] Error 2

!!! ERROR: dev-lang/perl-5.8.4 failed.
!!! Function src_compile, Line 197, Exitcode 2
!!! Unable to make
!!! If you need support, post the topmost build error, NOT this status message.
Comment 7 Travis Tilley (RETIRED) gentoo-dev 2004-07-14 09:32:14 UTC
fnew-ra
    Use a graph coloring register allocator. Currently this option is meant only for testing. Users should not specify this option, since it is not yet ready for production use. 

i believe that says it all, straight from the gcc documentation.