Changes between Version 36 and Version 37 of ProblemHotlist


Ignore:
Timestamp:
Dec 8, 2008, 7:02:20 AM (15 years ago)
Author:
blb@…
Comment:

Add note about dealing with perl5 vs. perl5.8

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v36 v37  
    3030}}}
    3131Tracked in ticket #13444.
     32
     33== port fails with: Image error: /opt/local/bin/a2p... == #perl5-image-error
     34The perl ports are currently in flux, and can potentially cause issues resulting in the error message
     35{{{
     36Error: Activating perl5 5.8.8_0 failed: Image error: /opt/local/bin/a2p is being used by the active perl5.8 port.  Please deactivate this port first, or use the -f flag to force the activation.
     37}}}
     38The current method to get around this issue is to run
     39{{{
     40port -f uninstall perl5
     41}}}
     42then run your initial install command.
    3243
    3344== Fetch failures ==