mercurial: "hg convert" cannot find `svn' python bindings

Joerg van den Hoff j.van_den_hoff at fzd.de
Sun Feb 22 10:27:22 PST 2009


On Mon, Feb 23, 2009 at 04:30:08AM +1100, Joshua Root wrote:
> Joerg van den Hoff wrote:
> > --->  Deactivating libiconv @1.12_0
> > Error: Deactivating libiconv 1.12_0 failed: Active version of libiconv is not 1.12_0 but 1.12_0+darwin_8.
> 
> > (only thing I'm not sure of is,  whether the `libiconv' error is irrelevant?)
> 
> It certainly shouldn't be happening...
> 
> > anyway, I now have a _ssl.so in
> > 
> > /opt/local/lib/python2.5/site-packages/_ssl.so
> > 
> > but `hg convert ...' (according to ktrace) now seemlingly looks only in
> > 
> > 25045 Python   NAMI  "/opt/local/bin/_ssl.so"
> > 25045 Python   NAMI "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/_ssl.so"
> > 25045 Python   NAMI "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-darwin/_ssl.so"
> > 25045 Python   NAMI "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/_ssl.so"
> > 25045 Python   NAMI "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/lib-scriptpackages/_ssl.so"
> > 25045 Python   NAMI "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-tk/_ssl.so"
> > 25045 Python   NAMI "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_ssl.so"
> > 25045 Python   NAMI "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/_ssl.so"
> > 25045 Python   NAMI "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/_ssl.so"
> > 
> > for the _ssl.so file...
> > (strangely, `hg' no longer looks, e.g., in /opt/local/lib/svn-python2.5/_ssl.so as in
> > my first `ktrace' run!?)
> 
> There is a symlink involved:
> 
> % ls -ld
> /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
> 
> lrwxr-xr-x  1 root  admin  24  7 Jan 19:35
> /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
> -> /opt/local/lib/python2.5
> 
> So probably it stops after
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/_ssl.so"
> this time because it finds that file.

sorry, I did'nt check this.
you are right, I looked into the ktrace output again: it finds the file
under this name.
> 
> I don't know why the bindings can't be loaded, though.

let alone me...
maybe somebody else knows what's up.

anyway thanks a lot for narrowing it down a bit.

joerg
> 
> - Josh


More information about the macports-users mailing list