Changes between Version 4 and Version 5 of LeopardProblems


Ignore:
Timestamp:
Jun 19, 2008, 8:03:57 PM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

leopard env var issue: mention cleaning before trying install/upgrade again

Legend:

Unmodified
Added
Removed
Modified
  • LeopardProblems

    v4 v5  
    77This manifests as error messages like: `unable to execute -DNDEBUG: No such file or directory`. ($CC is an empty string, so what was meant to be the the first argument to the compiler is now the first thing on the command line, and is treated as a command name by the shell.) Seems to frequently occur when building Python modules; see #13930.
    88
    9 This problem can be worked around by simply running the port install (or port upgrade) command again.
     9This problem can be worked around by cleaning the work area of the affected port (`sudo port clean --work foo`) and then running the `port install` (or `port upgrade`) command again.
    1010
    1111Here is [http://lists.macosforge.org/pipermail/macports-users/2008-April/009991.html an analysis of the problem] by Bryan Blackburn.