Mailing List Archive

I can't bootstrap
I am hoping someone can make some sense of this. I am installing Gentoo
2004.2 (Universal Install LiveCD) on my PowerMac G4 (AGP). I have been
following the Gentoo Handbook. I have chosen stage 1 and getting stuck
on bootstraping. I downloaded all the soucres, but when I run
scripts/bootstrap.sh I get this dump below: (I ran scripts/bootstrap.sh
-f previous without error)

>>> Source unpacked.
Could not run/locate "gcc"
./create-localdecls
Checking truncate argument type... off_t
Checking libc version... Could not run/locate "gcc"
ldd: ./libctest: No such file or directory

rm: cannot remove `libctest': No such file or directory

gcc -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c libsandbox.c
Could not run/locate "gcc"
make: *** [libsandbox.o] Error 1

!!! ERROR: sys-apps/portage-2.0.50-r10 failed.
!!! Function src_compile, Line 71, Exitcode 2
!!! (no error message)

What do I need to do to get his machine on it's feet? This is the 4
time I have tried to install Gentoo and has failed. (I have tried
stages 1, 2, & 3 with no success)

Thanks for the help.
Re: I can't bootstrap [ In reply to ]
Well I went into /etc/make.conf and added -3.3.3 to end of the CHOST
line: (I looked in the directory /etc/env.d/gcc/ for the version I
had)

CHOST="powerpc-unknown-linux-gnu-3.3.3"

Same result. Is there something more I need to do, or more info I need
to provide? Thanks again.

On Sep 5, 2004, at 4:40 PM, Przemysław Maciąg wrote:

> W liście z nie, 05-09-2004, godz. 21:33, ArchAngel_Nix pisze:
>> I am hoping someone can make some sense of this. I am installingGentoo
>> 2004.2 (Universal Install LiveCD) on my PowerMac G4 (AGP). Ihave been
>> following the Gentoo Handbook. I have chosen stage 1 andgetting stuck
>> on bootstraping. I downloaded all the soucres, but whenI run
>> scripts/bootstrap.sh I get this dump below: (Iran scripts/bootstrap.sh
>> -f previous without error)
>>
>>>>> Source unpacked.
>> Could not run/locate "gcc"
> I had an similar error last weak. This helped me:
> http://bugs.gentoo.org/show_bug.cgi?id=25608
>
> Regards,
> Przemek
> --
> -----------------------------------------------------------------------
> -
> Email:pmaciag(at)inx.pm.waw.pl | Email:troll(at)trollmoors.dyndns.org
> RLU#: 303556 | JID#: troll@chrome.pl | JID#: przemo@jabber.org
> pgp: http://www.pm.waw.pl/~pmaciag/przemo.gpg
> "Życie jest jak pudełko czekoladek... Nigdy nie wiesz na co trafisz."
> -----------------------------------------------------------------------
> -
Re: I can't bootstrap [ In reply to ]
That looks like it did it. I switch to the correct compiler and things
started to happen. Thanks for the help

On Sep 5, 2004, at 5:11 PM, Przemysław Maciąg wrote:

> W liście z nie, 05-09-2004, godz. 21:59, ArchAngel_Nix pisze:
>> Well I went into /etc/make.conf and added -3.3.3 to end of the
>> CHOSTline: (I looked in the directory/etc/env.d/gcc/ for the version
>> Ihad)
>>
>> CHOST="powerpc-unknown-linux-gnu-3.3.3"
>>
>> Same result. Is there something more I need to do, or more info I
>> needto provide? Thanks again.
> In console try to do s/t like this:
> gcc-config powerpc-unknow-linux-gnu-3.3.3
>
> and after this - try to bootstrap normally. It helps me. Also - I
> didn't
> have to make any change to CHOST variable in /etc/make.conf
>
> Plz reply _under_ the message.
>
> Regards,
> Przemek
> --
> -----------------------------------------------------------------------
> -
> Email:pmaciag(at)inx.pm.waw.pl | Email:troll(at)trollmoors.dyndns.org
> RLU#: 303556 | JID#: troll@chrome.pl | JID#: przemo@jabber.org
> pgp: http://www.pm.waw.pl/~pmaciag/przemo.gpg
> "Życie jest jak pudełko czekoladek... Nigdy nie wiesz na co trafisz."
> -----------------------------------------------------------------------
> -


--
gentoo-ppc-user@gentoo.org mailing list
Re: I can't bootstrap [ In reply to ]
W li¶cie z nie, 05-09-2004, godz. 21:59, ArchAngel_Nix pisze:
> Well I went into /etc/make.conf and added -3.3.3 to end of the
> CHOSTline: (I looked in the directory/etc/env.d/gcc/ for the version
> Ihad)
>
> CHOST="powerpc-unknown-linux-gnu-3.3.3"
>
> Same result. Is there something more I need to do, or more info I
> needto provide? Thanks again.
In console try to do s/t like this:
gcc-config powerpc-unknow-linux-gnu-3.3.3

and after this - try to bootstrap normally. It helps me. Also - I didn't
have to make any change to CHOST variable in /etc/make.conf

Plz reply _under_ the message.

Regards,
Przemek
--
------------------------------------------------------------------------
Email:pmaciag(at)inx.pm.waw.pl | Email:troll(at)trollmoors.dyndns.org
RLU#: 303556 | JID#: troll@chrome.pl | JID#: przemo@jabber.org
pgp: http://www.pm.waw.pl/~pmaciag/przemo.gpg
"¯ycie jest jak pude³ko czekoladek... Nigdy nie wiesz na co trafisz."
------------------------------------------------------------------------
Re: I can't bootstrap [ In reply to ]
This sound like a gcc-config issue. Did you do env-update after chroot?

if you did, could you test whether gcc-config has a gcc profile set?

if not:
gcc-config powerpc-unknown-linux-gnu-3.3.3

Pieter


On 05 Sep 2004, at 23:33, ArchAngel_Nix wrote:

> I am hoping someone can make some sense of this. I am installing
> Gentoo 2004.2 (Universal Install LiveCD) on my PowerMac G4 (AGP). I
> have been following the Gentoo Handbook. I have chosen stage 1 and
> getting stuck on bootstraping. I downloaded all the soucres, but when
> I run scripts/bootstrap.sh I get this dump below: (I ran
> scripts/bootstrap.sh -f previous without error)
>
> >>> Source unpacked.
> Could not run/locate "gcc"
> ./create-localdecls
> Checking truncate argument type... off_t
> Checking libc version... Could not run/locate "gcc"
> ldd: ./libctest: No such file or directory
>
> rm: cannot remove `libctest': No such file or directory
>
> gcc -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c libsandbox.c
> Could not run/locate "gcc"
> make: *** [libsandbox.o] Error 1
>
> !!! ERROR: sys-apps/portage-2.0.50-r10 failed.
> !!! Function src_compile, Line 71, Exitcode 2
> !!! (no error message)
>
> What do I need to do to get his machine on it's feet? This is the 4
> time I have tried to install Gentoo and has failed. (I have tried
> stages 1, 2, & 3 with no success)
>
> Thanks for the help.