Gentoo Archives: gentoo-embedded

From: michael@×××××××××××××.com
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] x86 SBC Gentoo Embedded HowTo version 0.06 (almost finished)
Date: Wed, 08 Jun 2005 03:49:49
Message-Id: Pine.LNX.4.61.0506071503000.25801@mail.magrittesystems.com
In Reply to: Re: [gentoo-embedded] x86 SBC Gentoo Embedded HowTo version 0.06 (almost finished) by Yuri Vasilevski
1 Hi Heath or anyone else,
2
3 I get the following error while running the bootstrap script:
4
5 >>> Unmerging sys-apps/portage-2.0.51.19...
6 No package files given... Grabbing a set.
7 /usr/lib/portage/bin/ebuild.sh: line 1319:
8 /usr/portage/eclass/multilib.eclass:
9 No such file or directory
10
11 !!! ERROR: sys-apps/portage-2.0.51.19 failed.
12 !!! Function inherit, Line 1320, Exitcode 1
13 !!! died sourcing /usr/portage/eclass/multilib.eclass in inherit()
14
15 Of course the workaround makes no difference, but I tried it just in
16 case.
17
18 Any tips? "No package files given" - is that my problem? Or the lack of
19 /usr/portage/eclass/multilib.eclass?
20
21 Thanks,
22 Michael
23
24
25 >>
26 >> # Start the bootstrap script.
27 >> cd /usr/portage/scripts
28 >> ./bootstrap.sh -p -v
29 >> ./bootstrap.sh
30 >>
31 >> # Workaround 1
32 >> # Failure compiling uclibc (gcc-config error: Could not run/locate "gcc")?
33 >> # If you get a failure while bootstrap is compileing uclibc here are the steps
34 >> # to work around the problem.
35 >> gcc-config 1
36 >> source /etc/profile
37 >> ./bootstrap.sh
38 >>
39 --
40 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] x86 SBC Gentoo Embedded HowTo version 0.06 (almost finished) Heath H Holcomb <liquidcable@×××××.com>