Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24713 - GCC 3.2.3-r1 fail to build
Summary: GCC 3.2.3-r1 fail to build
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-17 23:35 UTC by Richard Stevens
Modified: 2003-09-16 11:34 UTC (History)
1 user (show)

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 Richard Stevens 2003-07-17 23:35:14 UTC
The gcc 3.2.3-r1 ebuild fails to build. There seems to be an issue with the 
protector patch. Output below: 
 
----------------------------------------------------------- 
gcc -c -DIN_GCC    -O -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    
-I. -I. -I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc 
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/. 
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/config 
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/../include 
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/ggc-page.c -o ggc-page.o 
/usr/include/bits/sigset.h: At top level: 
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/protector.c:82: warning: 
`debuginsn' defined but not used 
make[2]: *** [protector.o] Error 1 
make[2]: *** Waiting for unfinished jobs.... 
make[2]: Leaving directory `/var/tmp/portage/gcc-3.2.3-r1/work/build/gcc' 
make[1]: *** [stage1_build] Error 2 
make[1]: Leaving directory `/var/tmp/portage/gcc-3.2.3-r1/work/build/gcc' 
make: *** [bootstrap-lean] Error 2 
 
!!! ERROR: sys-devel/gcc-3.2.3-r1 failed. 
!!! Function src_compile, Line 354, Exitcode 2 
!!! (no error message) 
----------------------------------------------------------- 
 
Below is the output of emerge info: 
----------------------------------------------------------- 
Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4) 
================================================================= 
System uname: 2.4.21 i686 AMD Athlon(TM) MP 1600+ 
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 oss foomaticdb jpeg mad mikmod zlib gtkhtml svga guile postgres esd 
oggvorbis icc xv slang readline gpm berkdb mmx 3dnow gdbm -tcpd pam ssl 
mitshm arts lame perl python imlib sdl o ggvorbis gtk X qt kde motif opengl avi png 
tiff gif xml xml2 dvd encode gphoto2 cups qtmt tcltk aalib ncurses lcms jpe g 
quicktime mpeg xmms flash crypt mozilla mozirc spell truetype pdflib plotutils tetex 
java ruby libwww libg++ pic pos tgres gd samba nls doc -gnome -bonobo alsa junit 
scanner acpi apm cdr imap usb wmf -ldap mysql" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=athlon-mp -O3 -pipe -fomit-frame-pointer" 
CXXFLAGS="-march=athlon-mp -O3 -pipe -fomit-frame-pointer" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j3" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache" 
----------------------------------------------------------- 
 
If anything else is needed, just ask. 
 
Thanks!
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-07-22 08:17:18 UTC
A more extensive log please.  That do not contain the real problem.  Thanks.
Comment 2 Richard Stevens 2003-07-22 08:29:14 UTC
Hmm, just tried to rebuild it again and now it works. Very strange. I tried several 
times before. Well, sorry and thanks. 
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-09-16 11:34:09 UTC
closing