Changes between Version 114 and Version 115 of ProblemHotlist


Ignore:
Timestamp:
May 30, 2014, 12:35:28 AM (10 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Retire missing CLTs on Lion, MacPorts will warn about this starting with 2.3.0

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v114 v115  
    22
    33[[PageOutline(1-3,Table of Contents,inline)]]
    4 
    5 == MacPorts `port install`s fail on OS X Lion 10.7 after a fresh App Store installation of Xcode ==
    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 
    8 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.
    94
    105
     
    277272'''Note:''' This can no longer occur starting with MacPorts 2.3.0, because it ships its own copy of Tcl.
    278273}}}
     274
     275== MacPorts `port install`s fail on OS X Lion 10.7 after a fresh App Store installation of Xcode ==
     276The `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.
     277
     278However, 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.
     279
     280{{{#!div class="important" style="background: #99d8c9; border-color: #2ca25f; color: #00441b;"
     281'''Note:''' MacPorts 2.3.0 will print a warning if the command line tools are missing and advise you how to install them. On systems below 10.9, the message should read:
     282{{{
     283The Xcode Command Line Tools don't appear to be installed; most ports will likely fail to build.
     284You can install them from Xcode's Preferences in the Downloads section.
     285See http://guide.macports.org/chunked/installing.xcode.html#installing.xcode.lion.43 for more information.
     286}}}
     287}}}