Opened 16 years ago

Last modified 14 years ago

#16610 closed defect

Configure failure — at Version 6

Reported by: wkanoff@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.6.0
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have Xcode 2.5 installed and tried to install macports from source only to receive the following:

checking MacPorts version... ./configure: line 1: tr: command not found
./configure: line 1: sed: command not found

checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
./configure: line 1: sed: command not found
./configure: line 36: sed: command not found
./configure: line 39: sort: command not found
./configure: line 56: sort: command not found

Change History (6)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Component: portsbase
Priority: HighNormal

Looks like you don't have XCode installed.

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Milestone: Port BugsMacPorts base bugs

What is your OS version? What's in your $PATH? Can you actually run the commands being complained about from the shell?

comment:3 in reply to:  2 ; Changed 16 years ago by wkanoff@…

Replying to jmr@…:

What is your OS version? What's in your $PATH? Can you actually run the commands being complained about from the shell?

OS X 10.4.11 /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/local?mysql/bin

comment:4 in reply to:  1 Changed 16 years ago by wkanoff@…

Replying to jmr@…:

Looks like you don't have XCode installed.

Read the ticket, I have Xcode 2.5 installed.

comment:5 in reply to:  3 Changed 16 years ago by blb@…

Replying to wkanoff@…:

OS X 10.4.11 /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/local?mysql/bin

Is that question mark a typo or is it really in PATH? Do you have tr, run

ls -l /usr/bin/tr

comment:6 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.