Opened 11 years ago
Closed 11 years ago
#40257 closed defect (worksforme)
install macport on Mountain Lion
Reported by: | boudreau@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.2.0 |
Keywords: | Cc: | ||
Port: |
Description
FYI Install app looking for xcode.app in /Applications/Utilities. By default of the App Store it is installed in Applications. I actually prefer it in utilities too!
Change History (4)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Component: | ports → base |
---|
comment:2 Changed 11 years ago by boudreau@…
On install it stated that I had an old version 2.0 Xcode. I noticed that the install was looking in /Application/Utilities. I moved my Xcode.app to my Utilities folder and it successfully installed. Probably a remnant from migrating from older versions of osx.
comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
On Mountain Lion, Xcode belongs in /Applications; you should put it back there.
What output do you get from:
xcode-select --print-path
If that's pointing into /Applications/Utilities, it needs to be fixed with xcode-select --switch
.
comment:4 Changed 11 years ago by neverpanic (Clemens Lang)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I think base code is sufficiently Xcode location-agnostic nowadays due to the use of xcode-select -print-path and other similar xcode switch tools.
What are you talking about—what specific problem are you seeing? MacPorts installs fine for me on Mac OS X 10.4 through 10.8 inclusive.