[MacPorts] ProblemHotlist modified

MacPorts noreply at macports.org
Tue Oct 22 16:36:10 PDT 2013


Page "ProblemHotlist" was changed by allbery.b at gmail.com
Diff URL: <https://trac.macports.org/wiki/ProblemHotlist?action=diff&version=106>
Revision 106
Comment: the Xcode issues apply to versions post-4.3 as well
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: ProblemHotlist
=========================================================================
--- ProblemHotlist (version: 105)
+++ ProblemHotlist (version: 106)
@@ -5,21 +5,21 @@
 == MacPorts `port install`s fail on OS X Lion 10.7 after a fresh App Store installation of Xcode ==
 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.
 
-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.
-
-
-== MacPorts stops working after installing Xcode 4.3 == #xcode43
+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.
+
+
+== MacPorts stops working after installing Xcode 4.3 or later == #xcode43
 
 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.
 
 === Command Line Tools === #clt
-Xcode 4.3 does 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.
+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.
 
 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.
 
 === xcode-select === #xcode-select
 
-There have been reports of xcode-select not pointing to the new Xcode location for some users after upgrading to 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
+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
 {{{
 Warning: Xcode appears to be installed but xcodebuild is unusable; some ports will likely fail to build.
 }}}
@@ -28,7 +28,7 @@
 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
 }}}
 
-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:
+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:
 {{{
 error: can't exec '/Developer/usr/bin/<compiler>' (No such file or directory)
 }}}
@@ -37,7 +37,7 @@
 sudo port -n upgrade --force python27
 }}}
 
-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`.
+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`.
 
 === Xcode License Agreement === #xcode-eula
 
@@ -51,6 +51,8 @@
 {{{
 sudo xcodebuild -license
 }}}
+
+This will need to be repeated after any Xcode upgrade.
 
 == Error message from "port upgrade outdated": uninstall failure: "an invalid entry was passed" == #interrupteduninstall
 
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/ProblemHotlist>
MacPorts <http://www.macports.org/>
Ports system for OS X

This is an automated message. Someone added your email address to be
notified of changes on 'ProblemHotlist' page.
If it was not you, please report to .


More information about the macports-changes mailing list