Changes between Version 105 and Version 106 of ProblemHotlist
- Timestamp:
- Oct 22, 2013, 11:36:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemHotlist
v105 v106 6 6 The `port` command will remind you to install Xcode (or upgrade if you have an old version lying around from a previous installation of OS X). This is most easily accomplished using the "App Store" application on your Mac, which requires an Apple ID. Xcode 4.5 is the version currently available for Lion from the App Store. 7 7 8 However, as with Xcode 4.3 (below), the command line tools required for the build process are not installed automatically and require an additional manual step to [#clt install the tools] through Xcode's preferences.9 10 11 == MacPorts stops working after installing Xcode 4.3 == #xcode438 However, as with Xcode 4.3 and later (below), the command line tools required for the build process are not installed automatically and require an additional manual step to [#clt install the tools] through Xcode's preferences. 9 10 11 == MacPorts stops working after installing Xcode 4.3 or later == #xcode43 12 12 13 13 Support for Xcode 4.3 was added in MacPorts 2.0.4. If you have an earlier version of MacPorts, you will need to upgrade to be able to use Xcode 4.3. 14 14 15 15 === Command Line Tools === #clt 16 Xcode 4.3 doesnot include a fully working set of command line tools by default. Nothing will build without it, despite the fact that `xcode-select` and `which make` may return correct values.16 Xcode 4.3 and later do not include a fully working set of command line tools by default. Nothing will build without it, despite the fact that `xcode-select` and `which make` may return correct values. 17 17 18 18 You must open Xcode, go to Preferences, and download this component from the Downloads section. You will require an Apple ID to download the component. … … 20 20 === xcode-select === #xcode-select 21 21 22 There have been reports of xcode-select not pointing to the new Xcode location for some users after upgrading to4.3. If you are having problems even with the latest MacPorts version and `xcode-select -print-path` does not print `/Applications/Xcode.app/Contents/Developer` on your system, or22 There have been reports of xcode-select not pointing to the new Xcode location for some users after upgrading from an Xcode version older than 4.3. If you are having problems even with the latest MacPorts version and `xcode-select -print-path` does not print `/Applications/Xcode.app/Contents/Developer` on your system, or 23 23 {{{ 24 24 Warning: Xcode appears to be installed but xcodebuild is unusable; some ports will likely fail to build. … … 29 29 }}} 30 30 31 This is particularly important for people who have error messages referring to their old compiler locations after installing Xcode 4.3: you need to reinstall the package that stored the old compiler location if you see an error message like this:31 This is particularly important for people who have error messages referring to their old compiler locations after installing Xcode later than 4.2: you need to reinstall the package that stored the old compiler location if you see an error message like this: 32 32 {{{ 33 33 error: can't exec '/Developer/usr/bin/<compiler>' (No such file or directory) … … 38 38 }}} 39 39 40 Note you might have an older version of the xcode-select tool in case you installed Xcode 4.2 after installing the Mac OS X 10.7.3 update. If the command `xcode-select -version` returns `version 2003` this is from Xcode 4.2 and we recommend to install the update once again with the [http://support.apple.com/kb/DL1484 Mac OS X 10.7.3 combo updater]. The current xcode-selectversion that comes with Mac OS X 10.7.3 identifies itself as `version 2307`.40 Note you might have an older version of the `xcode-select` tool in case you installed Xcode 4.2 after installing the Mac OS X 10.7.3 update. If the command `xcode-select -version` returns `version 2003`, this is from Xcode 4.2 and we recommend to install the update once again with the [http://support.apple.com/kb/DL1484 Mac OS X 10.7.3 combo updater]. The current `xcode-select` version that comes with Mac OS X 10.7.3 identifies itself as `version 2307`. 41 41 42 42 === Xcode License Agreement === #xcode-eula … … 52 52 sudo xcodebuild -license 53 53 }}} 54 55 This will need to be repeated after any Xcode upgrade. 54 56 55 57 == Error message from "port upgrade outdated": uninstall failure: "an invalid entry was passed" == #interrupteduninstall