Changes between Initial Version and Version 2 of Ticket #16795


Ignore:
Timestamp:
Oct 8, 2008, 10:43:40 PM (16 years ago)
Author:
mf2k (Frank Schima)
Comment:

Ccing maintainer of py25-libxml2 who might have some insight.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16795

    • Property Cc sfiera@… added
    • Property Priority changed from High to Normal
  • Ticket #16795 – Description

    initial v2  
    11py25-libxslt depends on py25-libxml2, but installing py25-libxslt conflicts with files installed by py25-libxml2:
    22
     3{{{
    34$ sudo port install py25-libxslt
    45--->  Fetching py25-libxml2
     
    1617Error: Target org.macports.activate returned: Image error: /opt/local/lib/python2.5/site-packages/drv_libxml2.py is being used by the active py25-libxml2 port.  Please deactivate this port first, or use the -f flag to force the activation.
    1718Error: Status 1 encountered during processing.
     19}}}
    1820
    1921Forcing the installation reveals a bunch of conflicting files:
    2022
     23{{{
    2124$ sudo port -f install py25-libxslt
    2225--->  Fetching py25-libxml2
     
    3942Warning: File /opt/local/lib/python2.5/site-packages/libxml2mod.so already exists.  Moving to: /opt/local/lib/python2.5/site-packages/libxml2mod.so.mp_1223503147.
    4043--->  Cleaning py25-libxslt
     44}}}