Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Architectures & Platforms Gentoo for Mac OS X (Portage for Mac OS X)
  • Search

problem with emerge system[SOLVED]

Running Portage on Mac OS X and need help with a problem? Post here.
Locked
Advanced search
8 posts • Page 1 of 1
Author
Message
paperp
Guru
Guru
User avatar
Posts: 544
Joined: Fri Feb 27, 2004 8:14 pm
Location: Toscana , Italy
Contact:
Contact paperp
Website

problem with emerge system[SOLVED]

  • Quote

Post by paperp » Wed Sep 29, 2004 8:36 pm

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: Select all

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.
Top
BennyP
Guru
Guru
User avatar
Posts: 504
Joined: Fri May 09, 2003 9:43 pm
Location: Jerusalem, Israel
Contact:
Contact BennyP
Website

  • Quote

Post by BennyP » Thu Sep 30, 2004 2:10 am

have you installed apple's developer cd??
what is your $PATH?
Could it be?
Top
paperp
Guru
Guru
User avatar
Posts: 544
Joined: Fri Feb 27, 2004 8:14 pm
Location: Toscana , Italy
Contact:
Contact paperp
Website

  • Quote

Post by paperp » Thu Sep 30, 2004 6:05 am

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??
Top
paperp
Guru
Guru
User avatar
Posts: 544
Joined: Fri Feb 27, 2004 8:14 pm
Location: Toscana , Italy
Contact:
Contact paperp
Website

  • Quote

Post by paperp » Sat Oct 02, 2004 1:16 pm

up,up,up....
Top
pindar
Apprentice
Apprentice
Posts: 220
Joined: Fri Apr 30, 2004 1:33 pm

  • Quote

Post by pindar » Sat Oct 02, 2004 1:44 pm

Well, if you come from linux, you should know how to find out your PATH. Please post the output from these two commands:

Code: Select all

echo $PATH
which gcc
/usr/bin is where gcc usually resides, so don't move it into another directory.
Top
paperp
Guru
Guru
User avatar
Posts: 544
Joined: Fri Feb 27, 2004 8:14 pm
Location: Toscana , Italy
Contact:
Contact paperp
Website

  • Quote

Post by paperp » Tue Oct 05, 2004 1:37 pm

Ok , now I feel very embarassed myself.... :oops:
..but yes , I should...the fact is tha the GentooLike impact is more friendly..I don't know , anyway
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. :roll:
Top
paperp
Guru
Guru
User avatar
Posts: 544
Joined: Fri Feb 27, 2004 8:14 pm
Location: Toscana , Italy
Contact:
Contact paperp
Website

  • Quote

Post by paperp » Tue Oct 05, 2004 2:11 pm

....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 :D
Top
paperp
Guru
Guru
User avatar
Posts: 544
Joined: Fri Feb 27, 2004 8:14 pm
Location: Toscana , Italy
Contact:
Contact paperp
Website

Re: problem with emerge system[SOLVED]

  • Quote

Post by paperp » Thu Oct 07, 2004 9:44 am

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: Select all

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??
Top
Locked

8 posts • Page 1 of 1

Return to “Gentoo for Mac OS X (Portage for Mac OS X)”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic