Gentoo Archives: gentoo-embedded

From: Heath H Holcomb <liquidcable@×××××.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 13:09:41
Message-Id: 200506080810.00790.liquidcable@bulah.com
In Reply to: Re: [gentoo-embedded] x86 SBC Gentoo Embedded HowTo version 0.06 (almost finished) by michael@michaelshiloh.com
1 I have never come across that particular error. It's almost like
2 your /usr/portage directory is not complete.
3
4 I would exit out of the development rootfs, reboot (yes reboot), after booting
5 back up in our regular rootfs emerge --sync, get back into the development
6 rootfs (be sure to mount /usr/portage and /proc per the instructions) and see
7 if the problem persists.
8
9 Hope this helps.
10
11
12 --
13 Heath Holcomb
14 liquidcable
15 liquidcable at bulah.com
16
17
18 On Tuesday 07 June 2005 10:05 am, michael@×××××××××××××.com wrote:
19 > Hi Heath or anyone else,
20 >
21 > I get the following error while running the bootstrap script:
22 > >>> Unmerging sys-apps/portage-2.0.51.19...
23 >
24 > No package files given... Grabbing a set.
25 > /usr/lib/portage/bin/ebuild.sh: line 1319:
26 > /usr/portage/eclass/multilib.eclass:
27 > No such file or directory
28 >
29 > !!! ERROR: sys-apps/portage-2.0.51.19 failed.
30 > !!! Function inherit, Line 1320, Exitcode 1
31 > !!! died sourcing /usr/portage/eclass/multilib.eclass in inherit()
32 >
33 > Of course the workaround makes no difference, but I tried it just in
34 > case.
35 >
36 > Any tips? "No package files given" - is that my problem? Or the lack of
37 > /usr/portage/eclass/multilib.eclass?
38 >
39 > Thanks,
40 > Michael
41 >
42 > >> # Start the bootstrap script.
43 > >> cd /usr/portage/scripts
44 > >> ./bootstrap.sh -p -v
45 > >> ./bootstrap.sh
46 > >>
47 > >> # Workaround 1
48 > >> # Failure compiling uclibc (gcc-config error: Could not run/locate
49 > >> "gcc")? # If you get a failure while bootstrap is compileing uclibc here
50 > >> are the steps # to work around the problem.
51 > >> gcc-config 1
52 > >> source /etc/profile
53 > >> ./bootstrap.sh
54
55 --
56 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] x86 SBC Gentoo Embedded HowTo version 0.06 (almost finished) michael@×××××××××××××.com