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

Bug 102781

Summary: emerge -e system crashes at python
Product: Gentoo Release Media Reporter: Steffen Froehlich <drache42>
Component: EverythingAssignee: Gentoo Release Team <releng>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Steffen Froehlich 2005-08-16 19:43:15 UTC
The emerge of system stops when it gets to python-fchsum, saying it can find 
i383-gcc even though make.conf says i686

Reproducible: Always
Steps to Reproduce:
1. change make.conf to have chost="i686-pc-linux-gnu"
2. scripts/bootstrap.sh
3. emerge -e system

Actual Results:  
i386-pc-linux-gnu-gcc -pthread -shared -O2 -march=pentium3 -pipe 
build/temp.linux-i686-2.3/fchksum.o build/temp.linux-i686-2.3/md5.o 
build/temp.linux-i686-2.3/cksum.o build/temp.linux-i686-2.3/sum.o -lz -o 
build/lib.linux-i686-2.3/fchksum.so
gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
error: command 'i386-pc-linux-gnu-gcc' failed with exit status 1


Expected Results:  
finish the damn install

livecd / # emerge info
Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.3.5-20050130, glibc-2.3.5-
r0, 2.4.25-gentoo i686)
=================================================================
System uname: 2.4.25-gentoo i686
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  [Not Present]
sys-devel/automake:  [Not Present]
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   [Not Present]
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/
config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="alsa apm arts avi berkdb bitmap-fonts crypt cups dvd eds emboss encode 
foomaticdb fortran gdbm gif gpm gstreamer gtk2 imlib ipv6 jpeg libg++ libwww 
mad mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pdflib perl 
png python quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-
fonts vorbis x86 xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2005-08-16 19:50:31 UTC

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