Changes between Version 13 and Version 14 of LeopardProblems


Ignore:
Timestamp:
Oct 18, 2008, 2:44:32 PM (16 years ago)
Author:
raimue (Rainer Müller)
Comment:

Make more clear what the user ist supposed to do

Legend:

Unmodified
Added
Removed
Modified
  • LeopardProblems

    v13 v14  
    44This 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.
    55
    6 This 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.
     6This problem can be worked around by cleaning the work area of the affected port using
     7{{{
     8sudo port clean --work foo
     9}}}
     10and then running the `port install` (or `port upgrade`) command again.
    711
    812Here is [http://lists.macosforge.org/pipermail/macports-users/2008-April/009991.html an analysis of the problem] by Bryan Blackburn.