Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107496 - emerge -e system crashes while compiling dev-python/python-fchksum-1.7.1
Summary: emerge -e system crashes while compiling dev-python/python-fchksum-1.7.1
Status: RESOLVED DUPLICATE of bug 88777
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-28 05:29 UTC by Noc
Modified: 2005-09-28 05:52 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 Noc 2005-09-28 05:29:53 UTC
every snapshot newer than 24.09 (excepts 28th which i just try out) crashes. It
tries to compile with i386-pc-linux-gnu-gcc but i686-pc-linux-gnu-gcc. the
snapshots are taken from
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/snapshots/

to /
>>> md5 files   ;-) python-fchksum-1.7.1.ebuild
>>> md5 files   ;-) python-fchksum-1.6.1-r1.ebuild
>>> md5 files   ;-) files/digest-python-fchksum-1.7.1
>>> md5 files   ;-) files/digest-python-fchksum-1.6.1-r1
>>> md5 src_uri ;-) python-fchksum-1.7.1.tar.gz
>>> Unpacking source...
>>> Unpacking python-fchksum-1.7.1.tar.gz to
/var/tmp/portage/python-fchksum-1.7.1/work
>>> Source unpacked.
['setup.py', 'build']
running build
running build_ext
building 'fchksum' extension
creating build
creating build/temp.linux-i686-2.3
i386-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -02 -pipe
-march=athlon-xp -fPIC -I/usr/include/python2.3 -c md5.c -o
build/temp.linux-i686-2.3/md5.o
unable to execute i386-pc-linux-gnu-gcc: No such file or directory
error: command 'i386-pc-linux-gnu-gcc' failed with exit status 1

!!! ERROR: dev-python/python-fchksum-1.7.1 failed.
!!! Function src_compile, Line 20, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
1. i686 System
2. follow handbook till chapter 6d
3. do emerge -e system

Actual Results:  
emerge -e system emerges clearly till python-fchksum-1.7.1 then crashes

Expected Results:  
compile python-fchksum-1.7.1 and go on with emerge -e system

CFLAGS="-02 -pipe -march=athlon-xp"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-09-28 05:52:39 UTC

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