Gentoo Archives: gentoo-embedded

From: Tim Lapawa <lists@××××××.net>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] emerge python-fchksum fails
Date: Wed, 06 Jul 2005 14:53:21
Message-Id: 20050706144556.GA4224@lapawa.net
1 Hello list,
2 I am getting into trouble with the emerge -e system command.
3 After following the HOWTO 0.4
4 (http://www.mail-archive.com/gentoo-embedded@l.g.o/msg00082.html)
5
6 The build process stops at the python-fchksum ebuild with this message:
7
8 >>> emerge (16 of 72) dev-python/python-fchksum-1.7.1 to /
9 >>> md5 files ;-) ChangeLog
10 >>> md5 files ;-) metadata.xml
11 >>> md5 files ;-) python-fchksum-1.6.1-r1.ebuild
12 >>> md5 files ;-) python-fchksum-1.7.1.ebuild
13 >>> md5 files ;-) files/digest-python-fchksum-1.6.1-r1
14 >>> md5 files ;-) files/digest-python-fchksum-1.7.1
15 >>> md5 src_uri ;-) python-fchksum-1.7.1.tar.gz
16 >>> Unpacking source...
17 >>> Unpacking python-fchksum-1.7.1.tar.gz to /var/tmp/portage/python-fchksum-1.7.1/work
18 >>> Source unpacked.
19 ['setup.py', 'build']
20 running build
21 running build_ext
22 building 'fchksum' extension
23 creating build
24 creating build/temp.linux-i686-2.3
25 i386-gentoo-linux-uclibc-gcc -pthread -fno-strict-aliasing -DNDEBUG -march=c3 -Os -pipe -fomit-frame-pointer -m3dnow -fPIC -I/usr/include/python2.3 -c md5.c -o build/temp.linux-i686-2.3/md5.o
26 gcc-config error: Could not run/locate "i386-gentoo-linux-uclibc-gcc"
27 error: command 'i386-gentoo-linux-uclibc-gcc' failed with exit status 1
28
29
30 All the preceding ebuilds used i586-gentoo-linux-uclibc-gcc to compile
31 an succeded. Why does the python-fchksum package use the i384 gcc?
32 It is not availble in /usr/bin on the chroot environment.
33 Can I force ebuild to use the i586 compiler like the other packages do?
34 Here is the make.conf file, too:
35
36 USE="uclibc"
37 CHOST="i586-gentoo-linux-uclibc"
38 CFLAGS="-march=c3 -Os -pipe -fomit-frame-pointer -m3dnow"
39 CXXFLAGS=${CFLAGS}
40 FEATURES="buildpkg"
41
42
43 Thanks for any hints.
44 Best regards
45 Tim
46
47
48
49
50
51
52 --
53 \\\///
54 Tim Lapawa (o -) tim@××××××.net
55 -------------oo0-(_)-0oo----------------------
56 ,ooo0 Where do you want
57 ( ) 0ooo, to go tomorrow?
58 ---\ (---------( )----------------------
59 \ _ ) ) /
60 ( _ /
61 --
62 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] emerge python-fchksum fails Heath Holcomb <liquidcable@×××××.com>
Re: [gentoo-embedded] emerge python-fchksum fails Yuri Vasilevski <yuri@×××××××××××××.mx>