Changes between Initial Version and Version 1 of Ticket #18446


Ignore:
Timestamp:
Feb 10, 2009, 10:43:20 PM (15 years ago)
Author:
blb@…
Comment:

Dup of #12710. Unfortunately an issue with several p5 ports.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18446

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #18446 – Description

    initial v1  
    22
    33the following happens if I try to install software depending on p5-extutils-parsexs:
    4 
     4{{{
    55--->  Activating p5-extutils-parsexs @2.19_0
    66Error: Target org.macports.activate returned: Image error: /opt/MacPorts/share/man/man3/ExtUtils::ParseXS.3pm.gz is being used by the active perl5.8 port.  Please deactivate this port first, or use the -f flag to force the activation.
    77Error: The following dependencies failed to build: p5-test-warn p5-array-compare p5-module-build p5-extutils-parsexs p5-module-signature p5-digest-sha p5-version p5-yaml p5-sub-uplevel p5-test-exception p5-test-simple p5-tree-dag_node
    88Error: Status 1 encountered during processing.
    9 
     9}}}
    1010of course the following works, but its *NOT* nice:
    11 
     11{{{
    1212dreamind@paris:~% sudo port activate -f p5-extutils-parsexs
    1313--->  Activating p5-extutils-parsexs
    1414Warning: File /opt/MacPorts/share/man/man3/ExtUtils::ParseXS.3pm.gz already exists.  Moving to: /opt/MacPorts/share/man/man3/ExtUtils::ParseXS.3pm.gz.mp_1234304728.
    15 
     15}}}
    1616For some reason the man page is also in perl5.8.
    1717