Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146550 - sys-devel/gcc-4.1.1 failed w/ internal consistency failure
Summary: sys-devel/gcc-4.1.1 failed w/ internal consistency failure
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-06 06:49 UTC by elpeor
Modified: 2006-09-06 10:30 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 elpeor 2006-09-06 06:49:24 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.5) Gecko/20060802 Firefox/1.5.0.5
Build Identifier: 

I tried to compile gcc 4.1 4 times having allways the same error:

-I/var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/gcc/../libcpp/include
/var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/gcc/c-common.c -o c-common.o
/var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/gcc/c-common.c: In function
'c_common_nodes_and_builtins':
/var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/gcc/c-common.c:3382: fatal error:
internal consistency failure
compilation terminated.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [c-common.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/gcc-4.1.1/work/build/gcc'
make[1]: *** [stageprofile_build] Error 2
make[1]: Leaving directory `/var/tmp/portage/gcc-4.1.1/work/build/gcc'
make: *** [profiledbootstrap] Error 2

!!! ERROR: sys-devel/gcc-4.1.1 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
    ebuild.sh, line 939:   Called src_compile
      ebuild.sh, line 1248:   Called toolchain_src_compile
        toolchain.eclass, line 24:   Called gcc_src_compile
	  toolchain.eclass, line 1529:   Called gcc_do_make
	    toolchain.eclass, line 1403:   Called die

	    !!! emake failed with profiledbootstrap
	    !!! If you need support, post the topmost build error, and the
	    call stack if relevant.

Reproducible: Always

Steps to Reproduce:
1.emerge -au world
2.emerging gcc 4.1
3.error

or 
1. emerge -a gcc
2. emerging gcc 4.1
3.error

Actual Results:  
error in compilation 

Expected Results:  
finish gcc 4.1 compilation 

emerge --info:

Portage 2.1-r2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4,
2.6.17-gentoo-r7 i686)
=================================================================
System uname: 2.6.17-gentoo-r7 i686 Mobile Intel(R) Celeron(R) CPU 1.60GHz
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"           
AUTOCLEAN="yes"                 
CBUILD="i686-pc-linux-gnu"      
CFLAGS="-O2 -march=pentium4"    
CHOST="i686-pc-linux-gnu"       
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4"  
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gd.tuwien.ac.at/opsys/linux/gentoo/"
LINGUAS="es"                    
MAKEOPTS="-j2"                  
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --dele  
te-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local'
--exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/xgl-coffee"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac aalib acpi alsa apache2 apm audiofile avi berkdb bitmap-fonts cdr
clamav cli crypt cups dlloader dri   
dvd dvdread eds emboss encode esd ffmpeg flac foomaticdb fortran gdbm gdm gif
gnome gpm gstreamer gtk gtk2 ieee1394   
imlib ipv6 isdnlog jack jpeg libg++ libwww mad mikmod mmx motif mozilla mp3 mpeg
mysql ncurses nls nptl ogg opengl o  
ss pam pcmcia pcre pdflib perl php png pppd python qt3 qt4 quicktime readline
reflection sdl session sox spell spl s  
se sse2 ssl svg tcpd threads truetype truetype-fonts type1-fonts udev usb vcd
videos vorbis wifi win32codecs xfce4 x  
ml xmms xorg xv xvid zlib elibc_glibc input_devices_keyboard input_devices_kbd
input_devices_mouse kernel_linux ling  
uas_es userland_GNU video_cards_radeon video_cards_vesa video_cards_fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-06 06:52:48 UTC
(In reply to comment #0)
> The bug is not reproducible, so it is likely a hardware or OS problem.

Sure you can reproduce it, i.e. it fails again at *exactly* the same place?
Comment 2 elpeor 2006-09-06 10:30:55 UTC
I just copiled one more time an d finished , well

sorry for making to lose your time!!

nosolid