Changes between Version 99 and Version 100 of FAQ


Ignore:
Timestamp:
Jul 26, 2010, 1:07:50 PM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

recommend cleaning failed ports after selfupdate

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v99 v100  
    1313}}}
    1414
    15 Then run
     15Also, make sure you have the latest version of Xcode. Old versions of Xcode are known to make certain ports fail. Then run
     16{{{
     17sudo port clean <portname>
     18}}}
     19to clean the work directory for the port that failed to build, followed by
    1620{{{
    1721sudo port upgrade outdated
    1822}}}
    19 to upgrade your installed ports to the latest available versions.
    20 
    21 Also, make sure you have the latest version of Xcode. Old versions of Xcode are known to make certain ports fail.
     23to upgrade your installed ports to the latest available versions. Then you can try your original command again.
    2224
    2325If this does not help, check ProblemHotlist (and SnowLeopardProblems if you are on Mac OS X 10.6) and see if your issue is mentioned. If not, [search:] for an existing ticket. If there does not appear to be one, you can then [http://guide.macports.org/#project.tickets create a new ticket].