[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Can't make cvs2svn run: missing lib when building python bindings

From: Gary Oberbrunner <garyo_at_genarts.com>
Date: 2002-07-30 00:23:50 CEST

Sorry for the trouble, but I still can't make cvs2svn work. I got the
swig bindings built OK with some hand massaging and rebuilding of
things. But now when I try to run cvs2svn.py, I get:

% LD_LIBRARY_PATH=/usr/local/lib python cvs2svn.py
Traceback (most recent call last):
   File "cvs2svn.py", line 17, in ?
     from svn import fs, util, _delta, _repos
   File "/usr/lib/python2.2/site-packages/svn/fs.py", line 19, in ?
     import _fs
ImportError: /usr/lib/python2.2/site-packages/svn/_fs.so: undefined
symbol: svn_error__locate

I see that that symbol is in svn_error.c, and it ends up in _util.so,
apparently. What am I doing wrong?

I tried to follow the directions in this mail thread:
http://www.contactor.se/~dast/svn/archive-2002-04/0140.shtml, but I've
made several detours along the way.

-- Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 30 00:25:31 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.