[Python-Dev] Python 2.5.1 error when running cvs2svn [SEC=UNCLASSIFIED]

James, Paul Paul.James at amsa.gov.au
Thu Mar 13 05:57:19 CET 2008


Hello python-dev,
 
We are trying to run the cvs2svn utility and get an execution problem
coming from Python. 
The version of Python we have installed on a solaris sparc10 machine is
2.5.1.
 
The error trace is below, the error is at end in blue-
 
 
Traceback (most recent call last):
  File "/usr/local/bin/cvs2svn", line 27, in <module>
    from cvs2svn_lib.main import main
  File "/usr/local/lib/python2.5/site-packages/cvs2svn_lib/main.py",
line 31, in <module>
    from cvs2svn_lib.run_options import RunOptions
  File
"/usr/local/lib/python2.5/site-packages/cvs2svn_lib/run_options.py",
line 41, in <module>
    from cvs2svn_lib.svn_output_option import DumpfileOutputOption
  File
"/usr/local/lib/python2.5/site-packages/cvs2svn_lib/svn_output_option.py
", line 42, in <module>
    from cvs2svn_lib.svn_repository_mirror import SVNRepositoryMirror
  File
"/usr/local/lib/python2.5/site-packages/cvs2svn_lib/svn_repository_mirro
r.py", line 34, in <module>
    from cvs2svn_lib.serializer import MarshalSerializer
  File
"/usr/local/lib/python2.5/site-packages/cvs2svn_lib/serializer.py", line
24, in <module>
    import zlib
ImportError: ld.so.1: python: fatal: relocation error: file
/usr/local/lib/python2.5/lib-dynload/zlib.so: symbol inflateCopy:
referenced symbol not found
 
 
 
-The zlib.so file exisits on our machine at the specified path.
We are using Python 2.5.1. If possible, could you provide advice on
where the problem is occuring?
 
Thanks,
 
Paul James
 
Paul.James at amsa.gov.au <mailto:Paul.James at amsa.gov.au> 




**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you are not the intended recipient, you are notified that
any use or dissemination of this communication is prohibited. If you
receive this transmission in error, please notify us immediately by
telephone on +61 2 62795000 and delete all copies of this transmission
together with any attachments.
**********************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20080313/35f08e63/attachment.htm 


More information about the Python-Dev mailing list