Changes between Version 27 and Version 28 of FAQ


Ignore:
Timestamp:
Dec 28, 2007, 5:06:53 PM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Change "A port fails to build"

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v27 v28  
    55=== A port fails to build ===
    66
    7 Make sure you have done the following before filing a bug ticket:
    8  * Synced your ports tree -- the problem might already be fixed:
    9 {{{
    10 port sync
    11 }}}
    12  * Make sure you have the latest version of port:
    13 {{{
    14 port selfupdate
    15 }}}
    16  * Check if you have the latest version of XCode -- old versions of XCode are known to make certain ports fail
     7Before filing a bug in the issue tracker, please make sure you have the latest version of MacPorts and of the ports tree by running
     8
     9{{{
     10sudo port selfupdate
     11}}}
     12
     13Also, make sure you have the latest version of Xcode. Old versions of Xcode are known to make certain ports fail.
    1714
    1815=== Is MacPorts Universal? ===