View Single Post
  #1   (View Single Post)  
Old 3rd December 2011
warudemaru warudemaru is offline
New User
 
Join Date: Dec 2010
Posts: 8
Default problem installing python from pkgs

I receive the following error on trying to install python
Code:
root:$> pkg_add -r python-2.5.4p13
Collision in bzip2-1.0.6: the following files already exist
        /usr/local/bin/bunzip2
        /usr/local/bin/bzcat
        /usr/local/bin/bzcmp
        /usr/local/bin/bzdiff (same checksum)
        /usr/local/bin/bzegrep
        /usr/local/bin/bzfgrep
        /usr/local/bin/bzgrep (same checksum)
        /usr/local/bin/bzip2 (different checksum)
        /usr/local/bin/bzip2recover (different checksum)
        /usr/local/bin/bzless
        /usr/local/bin/bzmore (same checksum)
        /usr/local/include/bzlib.h (different checksum)
        /usr/local/lib/libbz2.a (different checksum)
        /usr/local/lib/libbz2.so.10.4 (different checksum)
        /usr/local/share/doc/bzip2/manual.html (different checksum)
Can't install python-2.5.4p13: can't resolve bzip2-1.0.6
System is OpenBSD 5.0 being constantly upgraded since 4.7. I've never tried installing python before, and haven't spotted any changes regarding bzip2 during the former upgrades, or did I indeed miss something?
Is there any other solution than deleting all the files causing problem? It would be good that a "force" option in pkg_add exist to get away with such problems
Reply With Quote