View previous topic :: View next topic |
Author |
Message |
paperp Guru
Joined: 27 Feb 2004 Posts: 544 Location: Toscana , Italy
|
Posted: Wed Sep 29, 2004 8:36 pm Post subject: problem with emerge system[SOLVED] |
|
|
I ve Been installing Gentoo Mac os and after done emerge --sync(yes I got the same problem like others in this forum..) my response on emerge system was:
Code: | Calculating system dependencies ...done!
>>> emerge (1 of 4) net-misc/wget-1.9.1-r2 to /
>>> md5 src_uri ;-) wget-1.9.1.tar.gz
>>> Checking wget-1.9.1.tar.gz's mtime...
>>> WORKDIR is up-to-date, keeping...
* Using GNU config files from /usr/share/gnuconfig
* Updating config.sub [ ok ]
* Updating config.guess [ ok ]
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configuring for GNU Wget 1.9.1
checking build system type... powerpc-apple-darwin7.5.0
checking host system type... powerpc-apple-darwin
checking whether make sets $(MAKE)... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for powerpc-apple-darwin-gcc... no
checking for gcc... no
checking for powerpc-apple-darwin-cc... no
checking for cc... no
checking for cc... no
checking for powerpc-apple-darwin-cl... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
!!! ERROR: net-misc/wget-1.9.1-r2 failed.
!!! Function econf, Line 425, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message. |
..so I don't solved the problem yet..any suggestions??
Last edited by paperp on Thu Oct 07, 2004 9:45 am; edited 1 time in total |
|
Back to top |
|
|
BennyP Guru
Joined: 09 May 2003 Posts: 503 Location: Jerusalem, Israel
|
Posted: Thu Sep 30, 2004 2:10 am Post subject: |
|
|
have you installed apple's developer cd??
what is your $PATH? _________________ Could it be? |
|
Back to top |
|
|
paperp Guru
Joined: 27 Feb 2004 Posts: 544 Location: Toscana , Italy
|
Posted: Thu Sep 30, 2004 6:05 am Post subject: |
|
|
First , tnks , then yes I got Xcode 1.2 installed , but I don't know How find the PATH , I come from Linux and it's just 3 days I'm playng with Mac...
EDIT: I've found that I got a gcc3 executable file in /usr/bin , maybe this means that the PATH where emerge system seeks the compiler is wrong and I must move my gcc3 in another directory?? |
|
Back to top |
|
|
paperp Guru
Joined: 27 Feb 2004 Posts: 544 Location: Toscana , Italy
|
Posted: Sat Oct 02, 2004 1:16 pm Post subject: |
|
|
up,up,up.... |
|
Back to top |
|
|
pindar Apprentice
Joined: 30 Apr 2004 Posts: 220
|
Posted: Sat Oct 02, 2004 1:44 pm Post subject: |
|
|
Well, if you come from linux, you should know how to find out your PATH. Please post the output from these two commands:
Code: | echo $PATH
which gcc |
/usr/bin is where gcc usually resides, so don't move it into another directory. |
|
Back to top |
|
|
paperp Guru
Joined: 27 Feb 2004 Posts: 544 Location: Toscana , Italy
|
Posted: Tue Oct 05, 2004 1:37 pm Post subject: |
|
|
Ok , now I feel very embarassed myself....
..but yes , I should...the fact is tha the GentooLike impact is more friendly..I don't know , anyway
Quote: |
emanuele-cecchis-Computer:~ emanuelececchi$ echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/usr/lib/portage/bin/
emanuele-cecchis-Computer:~ emanuelececchi$ which gcc
no gcc in /bin /sbin /usr/bin /usr/sbin /usr/lib/portage/bin/ |
Thamk you for your time. |
|
Back to top |
|
|
paperp Guru
Joined: 27 Feb 2004 Posts: 544 Location: Toscana , Italy
|
Posted: Tue Oct 05, 2004 2:11 pm Post subject: |
|
|
....yes now I'M getting everything in works , the problem was the packets one has to install from Xcode Tools , it was'nt clear , for me , who the first onewho the last one...now it's compiling and I feel at home!!
Thanks Guys |
|
Back to top |
|
|
paperp Guru
Joined: 27 Feb 2004 Posts: 544 Location: Toscana , Italy
|
Posted: Thu Oct 07, 2004 9:44 am Post subject: Re: problem with emerge system[SOLVED] |
|
|
paperp wrote: | I ve Been installing Gentoo Mac os and after done emerge --sync(yes I got the same problem like others in this forum..) my response on emerge system was:
Code: | Calculating system dependencies ...done!
>>> emerge (1 of 4) net-misc/wget-1.9.1-r2 to /
>>> md5 src_uri ;-) wget-1.9.1.tar.gz
>>> Checking wget-1.9.1.tar.gz's mtime...
>>> WORKDIR is up-to-date, keeping...
* Using GNU config files from /usr/share/gnuconfig
* Updating config.sub [ ok ]
* Updating config.guess [ ok ]
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configuring for GNU Wget 1.9.1
checking build system type... powerpc-apple-darwin7.5.0
checking host system type... powerpc-apple-darwin
checking whether make sets $(MAKE)... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for powerpc-apple-darwin-gcc... no
checking for gcc... no
checking for powerpc-apple-darwin-cc... no
checking for cc... no
checking for cc... no
checking for powerpc-apple-darwin-cl... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
!!! ERROR: net-misc/wget-1.9.1-r2 failed.
!!! Function econf, Line 425, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message. |
..so I don't solved the problem yet..any suggestions?? |
|
|
Back to top |
|
|
|