Changes between Version 39 and Version 40 of ProblemHotlist


Ignore:
Timestamp:
Mar 2, 2009, 6:40:44 AM (15 years ago)
Author:
blb@…
Comment:

Add entry about encountering --no-user-cfg

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v39 v40  
    142142}}}
    143143Running {{{sudo port uninstall libpng}}} or {{{sudo port uninstall libpng @1.2.30_0}}} will complain that other ports depend on libpng and you can't uninstall.  Simply add a -f to get it to go: {{{sudo port -f uninstall libpng @1.2.30_0}}}.  Just make sure you remove the older, inactive version.
     144
     145== Can't install python modules because of unrecognized --no-user-cfg == #no-user-cfg
     146While trying to install python modules, if it fails with the message
     147{{{
     148error: option --no-user-cfg not recognized
     149}}}
     150your python port is outdated.  For py25-* modules, you need to upgrade python25, for py26-*, python26, and for py30-*, python30.