On Dec 13, 2007, at 8:43 PM, Andre-John Mas wrote:
I decided to try installing cvs2svn, with MacPorts, and have the XCode distro that comes with Leopard and have few issues:
$ sudo port install cvs2svn ---> Fetching python24 ---> Attempting to fetch Python-2.4.4.tar.bz2 from http://www.python.org//ftp/python/2.4.4/ ---> Verifying checksum(s) for python24 ---> Extracting python24 ---> Applying patches to python24
Additionally Python25 also seems broken in that it is missing _md5. From what I can tell this is deprecated, but is this any reason not to include it? There are still plenty of programs depending on deprecated stuff.
You haven't sync'd your macports portfiles recently if cvs2svn is trying to pull in python24. Do: sudo port sync then sudo port install cvs2svn (which should install python25 and the module that provides md5 [py25- hashlib] if you haven't already installed them) -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+