Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 128750

Summary: Problem emerging gcc-3.4.5-r1
Product: Gentoo Linux Reporter: Michael Andersson <micke>
Component: [OLD] DevelopmentAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED DUPLICATE    
Severity: normal CC: laera
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Requested log, tarred for saving space
Tarred Makefile for gcc

Description Michael Andersson 2006-04-04 02:55:45 UTC
emerge --info:
Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.5-r3, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
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-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/alias /var/qmail/control /var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/qmr-portage /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 7zip acpi adsl ansi apache2 apm async auth authdeamond avi backendonly bash-completion berkdb bootsplash bzip2 c++ ccache cdb cgi cli crosscompile crypt ctype cups curl customlog dba doc dri eds elibc_glibc emboss encode esd ethereal exif expat extensions fam fastbuild fastcgi finger foomaticdb force-cgi-redirect fortran ftp gd gdbm gif gmail gmailtimestamps gnome gpm gstreamer gtk2 guile idn imap imlib imlib2 ipalias iproute2 isdnlog jp2 jpeg jpeg2k kernel_linux lcms libg++ libgd libwww logrotate lzo lzw mad maildir memlimit mhash mikmod mmx mng mode-force mode-owner motif mp3 mpeg mysql mysqli ncurses nls nptl ogg oss pam pcre pdflib perl php png pnp posix pppd python quicktime rar readline rrdtool samba session simplexml slang soap sockets spell spl ssl swat syslog tcpd tcsim tiff tokenizer udev unicode usb userland_GNU utf8 valias vhosts vorbis xml xml2 xmms xsl zip zlib"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS


And gcc fails like this:
/var/tmp/portage/gcc-3.4.5-r1/work/gcc-3.4.5/gcc/gcc.c:745: warning: string leng                         th `553' is greater than the length `509' ISO C89 compilers are required to supp                         ort
/var/tmp/portage/gcc-3.4.5-r1/work/gcc-3.4.5/gcc/gcc.c:792: warning: string leng                         th `645' is greater than the length `509' ISO C89 compilers are required to supp                         ort
/var/tmp/portage/gcc-3.4.5-r1/work/gcc-3.4.5/gcc/gcc.c:930: warning: string leng                         th `529' is greater than the length `509' ISO C89 compilers are required to supp                         ort
/var/tmp/portage/gcc-3.4.5-r1/work/gcc-3.4.5/gcc/gcc.c:948: warning: string leng                         th `608' is greater than the length `509' ISO C89 compilers are required to supp                         ort
/var/tmp/portage/gcc-3.4.5-r1/work/gcc-3.4.5/gcc/gcc.c:1530: warning: string len                         gth `833' is greater than the length `509' ISO C89 compilers are required to sup                         port
make: Leaving directory `/var/tmp/portage/gcc-3.4.5-r1/work/build/gcc'
/usr/portage/eclass/toolchain.eclass: line 572: make:: command not found  [ !! ]

!!! ERROR: sys-devel/gcc-3.4.5-r1 failed.
!!! Function gcc_src_compile, Line 1433, Exitcode 1
!!! failed to split out specs
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 SpanKY gentoo-dev 2006-04-06 06:16:50 UTC
run this:
MAKEOPTS=-j1 emerge gcc >& log

and post the log as an attachment
Comment 2 Michael Andersson 2006-04-07 10:46:53 UTC
Created attachment 84146 [details]
Requested log, tarred for saving space
Comment 3 SpanKY gentoo-dev 2006-04-15 23:31:50 UTC
if you have the temp build dir still, what does show on your machine:

cd /var/tmp/portage/gcc-3.4.5-r1/work/build
echo -e "e:\\n\\t@echo \$(XGCC)\\ninclude Makefile" | \
    r=$PWD make -s -f -
Comment 4 Michael Andersson 2006-04-16 00:28:23 UTC
It looks like its still there, if i do ls in the dir i get:
Makefile     config.cache  config.status  hardenednopiessp.specs  intl       maybedep.tmp  serdep.tmp
Makefile.gz  config.log    gcc            i686-pc-linux-gnu       libiberty  multilib.out

And the command didnt return anything, and i dont really understand what it does, but i figured tha yo wanted some output from Makefile, so i tarred it and will upload here.
Comment 5 Michael Andersson 2006-04-16 00:29:32 UTC
Created attachment 84757 [details]
Tarred Makefile for gcc
Comment 6 Michael Andersson 2006-04-20 01:42:21 UTC
I reemerged portage and now gcc compiles, and it seems like everything else is working fine!
Comment 7 SpanKY gentoo-dev 2006-04-23 14:20:04 UTC
*** Bug 130989 has been marked as a duplicate of this bug. ***
Comment 8 dario 2006-04-25 00:32:41 UTC
I don't how you get it working, I'm using portage-2.1_pre9-r4 and I still get my error (see duplicate bug).
Please, reopen the bug.
Comment 9 SpanKY gentoo-dev 2006-05-21 21:13:43 UTC
duping
Comment 10 SpanKY gentoo-dev 2006-05-21 21:14:04 UTC

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