Changes between Initial Version and Version 1 of ProblemHotlist


Ignore:
Timestamp:
Oct 16, 2006, 5:32:46 AM (18 years ago)
Author:
markd@…
Comment:

Add Problem Hotlist page

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v1 v1  
     1= Problem Hotlist =
     2
     3== 1. A port failed to build or upgrade and quit with this message: ==
     4
     5{{{
     6dyld: Library not loaded: /opt/local/lib/libintl.3.dylib
     7}}}
     8The gettext port was recently updated from 0.14.x to 0.15.x. If you upgrade gettext on your Mac all ports that depend upon gettext will need to be rebuilt, which may be quite a few ports.
     9
     10This command may do the trick: 'port -fR upgrade gettext'
     11
     12If not, you'll have to determine which ports need to be upgraded manually and uninstall and reinstall each of them.