Gentoo Archives: gentoo-embedded

From: Heath Holcomb <hholcomb@×××××××××.com>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] gcc-config error: Could not run/locate "i386-gentoo-linux-uclibc-gcc"
Date: Tue, 26 Apr 2005 02:29:25
Message-Id: 200504252129.16352.hholcomb@txdigital.com
1 Here is what I have done.
2
3 mkdir -p /opt/i586-gentoo-uclibc-linux/usr/portage
4 wget \
5 http://gentoo.osuosl.org/experimental/x86/embedded/stages/stage1-x86-uclibc-2005.0.tar.bz2
6 tar -xvjf stage1-x86-uclibc-2005.0.tar.bz2 -C /opt/i586-gentoo-uclibc-linux/
7 mount --bind /proc /opt/i586-gentoo-uclibc-linux/proc
8 mount --bind /usr/portage /opt/i586-gentoo-uclibc-linux/usr/portage
9 cp /etc/resolv.conf /opt/i586-gentoo-uclibc-linux/etc/resolv.conf
10 chroot /opt/i586-gentoo-uclibc-linux /bin/bash --login
11 nano -w /etc/make.conf
12 # work around for bug 90306
13 mknod -m 0444 /dev/random c 1 8
14 mknod -m 0444 /dev/urandom c 1 9
15 cd /usr/portage/scripts
16 ./bootstrap -p -v
17 emerge -e system
18
19 When emergeing python-fchksum it fails.
20
21 >>> emerge (9 of 69) dev-python/python-fchksum-1.7.1 to /
22 >>> md5 files ;-) python-fchksum-1.7.1.ebuild
23 >>> md5 files ;-) python-fchksum-1.6.1-r1.ebuild
24 >>> md5 files ;-) ChangeLog
25 >>> md5 files ;-) metadata.xml
26 >>> md5 files ;-) files/digest-python-fchksum-1.7.1
27 >>> md5 files ;-) files/digest-python-fchksum-1.6.1-r1
28 >>> md5 src_uri ;-) python-fchksum-1.7.1.tar.gz
29 >>> Unpacking source...
30 >>> Unpacking python-fchksum-1.7.1.tar.gz
31 to /var/tmp/portage/python-fchksum-1.7.1/work
32 >>> Source unpacked.
33 ['setup.py', 'build']
34 running build
35 running build_ext
36 building 'fchksum' extension
37 creating build
38 creating build/temp.linux-i686-2.3
39 i386-gentoo-linux-uclibc-gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -pipe
40 -fPIC -I/usr/include/python2.3 -c md5.c -o build/temp.linux-i686-2.3/md5.o
41 gcc-config error: Could not run/locate "i386-gentoo-linux-uclibc-gcc"
42 error: command 'i386-gentoo-linux-uclibc-gcc' failed with exit status 1
43
44 !!! ERROR: dev-python/python-fchksum-1.7.1 failed.
45 !!! Function src_compile, Line 22, Exitcode 1
46 !!! (no error message)
47 !!! If you need support, post the topmost build error, NOT this status
48 message.
49
50 Anyone have a fix?
51
52 --
53 xcable
54 heath holcomb
55 --
56 gentoo-embedded@g.o mailing list

Replies