Opened 15 years ago

Last modified 14 years ago

#18764 closed defect

`mercurial' convert extension not operational ("Subversion python bindings could not be loaded") — at Initial Version

Reported by: j.van_den_hoff@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: mercurial, python subversion bindings Cc: deric.lists@…,ryandesign@…,dluke@…,jmr@…
Port: mercurial

Description

under OSX 10.4.11 'hg convert -s svn {some_svn_working_dir}' produces the error message:

Subversion python bindings could not be loaded

although 'python2.5' knows of them (i.e. 'import svn' works at the python prompt and 'svn.\__file__' returns:

'/opt/local/lib/svn-python2.5/svn/__init__.pyc'

), since 'subversion-python25bindings' is installed already.

so I have

subversion @1.5.5_0 (active)

subversion-python25bindings @1.5.5_0 (active)

with help from the macports list and the 'mercurial' maintainer I tried some things. e.g. it seems that

py25-socket-ssl

has to be in place for 'hg convert' to work. a) this should probably, then be a dependency of `hg', b) installing it manually does not remove the initial problem.

I attach a log file where I ran `hg convert' after adding the python '-v' flag to the 'hg' executable. hope this helps to locate the problem.

regards,

joerg

Change History (1)

Changed 15 years ago by j.van_den_hoff@…

Attachment: hg.log added

logfile of `hg convert' run with python -v flag added

Note: See TracTickets for help on using tickets.