Gentoo Archives: gentoo-ppc-user

From: Pieter Van den Abeele <pvdabeel@g.o>
To: ArchAngel_Nix <nix@×××××××××.com>
Cc: Sven Vermeulen <swift@g.o>, gentoo-ppc-user@l.g.o, zhen@g.o, Pieter Van den Abeele <pvdabeel@g.o>
Subject: Re: [gentoo-ppc-user] I can't bootstrap
Date: Mon, 06 Sep 2004 11:24:10
Message-Id: 3DB01A1D-FFF7-11D8-8178-000D93283962@gentoo.org
In Reply to: [gentoo-ppc-user] I can't bootstrap by ArchAngel_Nix
1 This sound like a gcc-config issue. Did you do env-update after chroot?
2
3 if you did, could you test whether gcc-config has a gcc profile set?
4
5 if not:
6 gcc-config powerpc-unknown-linux-gnu-3.3.3
7
8 Pieter
9
10
11 On 05 Sep 2004, at 23:33, ArchAngel_Nix wrote:
12
13 > I am hoping someone can make some sense of this. I am installing
14 > Gentoo 2004.2 (Universal Install LiveCD) on my PowerMac G4 (AGP). I
15 > have been following the Gentoo Handbook. I have chosen stage 1 and
16 > getting stuck on bootstraping. I downloaded all the soucres, but when
17 > I run scripts/bootstrap.sh I get this dump below: (I ran
18 > scripts/bootstrap.sh -f previous without error)
19 >
20 > >>> Source unpacked.
21 > Could not run/locate "gcc"
22 > ./create-localdecls
23 > Checking truncate argument type... off_t
24 > Checking libc version... Could not run/locate "gcc"
25 > ldd: ./libctest: No such file or directory
26 >
27 > rm: cannot remove `libctest': No such file or directory
28 >
29 > gcc -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c libsandbox.c
30 > Could not run/locate "gcc"
31 > make: *** [libsandbox.o] Error 1
32 >
33 > !!! ERROR: sys-apps/portage-2.0.50-r10 failed.
34 > !!! Function src_compile, Line 71, Exitcode 2
35 > !!! (no error message)
36 >
37 > What do I need to do to get his machine on it's feet? This is the 4
38 > time I have tried to install Gentoo and has failed. (I have tried
39 > stages 1, 2, & 3 with no success)
40 >
41 > Thanks for the help.