Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155392 - GCC-4.1.1-r2 fails to compile.
Summary: GCC-4.1.1-r2 fails to compile.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-16 10:33 UTC by brot
Modified: 2006-11-16 13:04 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 brot 2006-11-16 10:33:23 UTC
User-Agent:       Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.5 (like Gecko)
Build Identifier: 

Emerging gcc-4.1.1-r2 fails with:

"gcc-4.1.1/gcc/tree-ssa-operands.c -o tree-ssa-operands.o
/var/tmp/portage/sys-devel/gcc-4.1.1-r2/work/gcc-4.1.1/gcc/tree-ssa-operands.c: 
In function 'build_ssa_operands':
/var/tmp/portage/sys-devel/gcc-4.1.1-r2/work/gcc-4.1.1/gcc/tree-ssa-operands.c:818: 
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [tree-ssa-operands.o] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/sys-devel/gcc-4.1.1-r2/work/build/gcc'
make[1]: *** [stageprofile_build] Error 2
make[1]: Leaving directory 
`/var/tmp/portage/sys-devel/gcc-4.1.1-r2/work/build/gcc'
make: *** [profiledbootstrap] Error 2"

Reproducible: Always

Steps to Reproduce:
1.emerge -av =sys-devel/gcc-4.1.1-r2
2.
3.



Expected Results:  
it should have emerged the new gcc

Portage 2.1.2_rc1-r7 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.5-r0, 
2.6.18-ck1-r2 i686)
=================================================================
System uname: 2.6.18-ck1-r2 i686 AMD Athlon(tm)
Gentoo Base System version 1.12.6
Last Sync: Wed, 15 Nov 2006 16:30:01 +0000
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache confcache distlocks metadata-transfer 
parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ 
http://mirror.switch.ch/ftp/mirror/gentoo/ 
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/"
LDFLAGS="-Wl,-O1"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/xgl-coffee"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm berkdb bitmap-fonts cli cracklib crypt cups dbus 
dlloader dri eds elibc_glibc emboss encode esd foomaticdb fortran gdbm gif gpm 
gstreamer hal iconv imlib input_devices_evdev input_devices_keyboard 
input_devices_mouse ipv6 isdnlog jpeg kde kdeenablefinal kdehiddenvisibility 
kernel_linux libg++ libwww linguas_de mad mikmod motif mp3 mpeg mysql ncurses 
nls nptl nptlonly ogg opengl oss pam pcre perl png pppd python qt3 qt4 
quicktime readline reflection samba sdl session spell spl ssl tcpd truetype 
truetype-fonts type1-fonts udev userland_GNU video_cards_nvidia vorbis xml xorg 
xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, 
PORTAGE_RSYNC_EXTRA_OPTS

---

I even tried to compile it without ccache and confcache.
Comment 1 SpanKY gentoo-dev 2006-11-16 11:04:05 UTC
does it fail at the same place every time you try to emerge it ?
Comment 2 brot 2006-11-16 12:26:18 UTC
(In reply to comment #1)
> does it fail at the same place every time you try to emerge it ?
> 

Yes it does. I tried it at last 5 times.
Comment 3 SpanKY gentoo-dev 2006-11-16 12:42:24 UTC
does gcc-4.1.1 or gcc-4.1.1-r1 emerge ?
Comment 4 brot 2006-11-16 13:04:49 UTC
(In reply to comment #3)
> does gcc-4.1.1 or gcc-4.1.1-r1 emerge ?
> 

/var/tmp/portage/sys-devel/gcc-4.1.1-r1/work/gcc-4.1.1/gcc/c-common.c:3382: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.


It seems like something is damaged with my pc, isnt it ? If so, i am very sorry to interrupt you - and thank you ;)