Opened 12 years ago

Closed 12 years ago

#32721 closed defect (invalid)

Failed install on 10.7.2 with macports 2.0.3

Reported by: georgekon@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 2.0.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port:

Description

When I attempt to install using the .pkg (I dont know how to do manual installs) it checks to see if I have the requirements it gives me this error "Xcode is not installed, or was installed with UNIX Development (10.5+) or Command Line Support (10.4) deselected." I installed my version of Xcode from the mac app store. The first time I got this error I immediately updated my xcode to version 4.2.1., but the error persisted. I even tried installing 2.0.0 and got the same thing.

Change History (3)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Component: portsbase
Keywords: failed install lion xcode removed
Resolution: invalid
Status: newclosed

You have probably only downloaded the Xcode installer, and not actually installed Xcode. Look for a program in the Applications folder called "Install Xcode" and run it.

comment:2 in reply to:  1 Changed 12 years ago by georgekon@…

Resolution: invalid
Status: closedreopened

Replying to ryandesign@…:

You have probably only downloaded the Xcode installer, and not actually installed Xcode. Look for a program in the Applications folder called "Install Xcode" and run it.

To clarify I DO have Xcode installed I use it all the time for C++ Dev.

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: reopenedclosed

You do not have Xcode installed properly. The way the installer determines this is by running this script. In your case, the test that is failing is that on your system the file /usr/bin/xcodebuild either does not exist or is not executable. To fix either problem, reinstall Xcode properly.

Note: See TracTickets for help on using tickets.