Unresolved svn_fs_get_locks
From: Mark Underwood <MarkU_at_avi.com>
Date: 2006-08-03 15:24:19 CEST
- Feel free to forward me to the Trac help list, but I think this is a
Subversion lib configuration issue....
A call is being issued to check or set locks. This call is made in
/usr/lib/python2.4/site
-packages/libsvn/fs.py
and I can reproduce the Trac-induced error simply by running
python fs.py
The traceback follows, but I think only the last 2 lines are relevant.
someone point me in the right direction? Some subversion locks are being
and/or tested here, but I don't see where that chore happens.
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/standalone.py", line
303, in _do_trac_req
dispatch_request(path_info, req, env)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139,
in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107,
in dispatch
resp = chosen_handler.process_request(req)
File
line 78, in process_request
repos = self.env.get_repository (req.authname)
File "/usr/lib/python2.4/site-packages/trac/env.py", line 155, in
get_repository
from trac.versioncontrol.svn_fs import SubversionRepository
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py",
line 25, in ?
from svn import fs, repos, core, delta
File "/usr/lib/python2.4/site-packages/svn/fs.py", line 19, in ?
from libsvn.fs import *
File "/usr/lib/python2.4/site-packages/libsvn/fs.py", line 5, in ?
import _fs
ImportError: /usr/lib/python2.4/site-packages/libsvn/_fs.so: undefined
symbol: svn_fs_get_locks
Command line usage of Subversion seems OK.
Subversion 1.1.4
Linux Suse 10.0
Python 2.4.1
Swig 1.3.24
Trace 0.9.6
Thanks for your attention.
Mark Underwood
Applied Visions
www.avi.com
Mark Underwood
Office 631.754.4920 x123
Wireless 516.707.0791
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.