Hello,

  ppm reports a conflict between Compress-Zlib and IO-Compress, as
  follows:

  Installed modules:

       c:\home\suresh>ppm list --matching *compress*
       +------------------------------------------------------+
       | name               | version | files | size   | area |
       +--------------------+---------+-------+--------+------|
       | Compress-Raw-Bzip2 | 2.020   |     8 |  97 KB | site |
       | Compress-Raw-Bzip2 | 2.019   |     7 |  77 KB | perl |
       | Compress-Raw-Zlib  | 2.020   |     8 | 208 KB | site |
       | Compress-Raw-Zlib  | 2.019   |     7 | 142 KB | perl |
       | Compress-Zlib      | 2.015   |     4 |  41 KB | site |
       | IO-Compress        | 2.019   |    29 | 490 KB | perl |
       +------------------------------------------------------+
        (6 packages installed matching '*compress*')
    
  So IO-Compress needs to be upgraded to 2.020.

       c:\home\suresh>ppm search IO-Compress
       1: IO-Compress
          IO Interface to compressed data files/buffers
          Version: 2.020
          Released: 2009-06-03
          Repo: ActiveState Package Repository
       
       2: IO-Compress
          IO Interface to compressed data files/buffers
          Version: 2.020
          Repo: bribes
       
       3: IO-Compress
          IO Interface to compressed data files/buffers
          Version: 2.019
          Repo: trouchelle
       
       c:\home\suresh>ppm install 2
       Downloading IO-Compress-2.020...done
       Unpacking IO-Compress-2.020...done
       Generating HTML for IO-Compress-2.020...done
       Updating files in site area...failed
       ppm install failed: File conflict for 
'C:/opt/perl/html/site/lib/Compress/Zlib.html'.
           The package Compress-Zlib has already installed a file
           that package IO-Compress wants to install. Uninstall
           Compress-Zlib, or use --force to allow files to be
           overwritten.
       
   
  How best to resolve this conflict?  (I tried contacting the author 
  of these modules, but have not heard back from him.)
  
  Thanks,
  
  --Suresh


_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to