Opened 19 years ago
Closed 19 years ago
#2279 closed defect (invalid)
libsvn_swig_py-1.so.0 problem
Reported by: | bigben365 | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | general | Version: | 0.8.4 |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
After updating my subversion version in debian to version 1.2.3dfsg1-2 including libsvn0-1.2.3dfsg1-2 I'm retrieving the following errors in the "Timeline" and "Browse Source" views.
The missing file isn't delivered anymore in the new libsvn0 version for i386.
libsvn_swig_py-1.so.0: cannot open shared object file: No such file or directory
Python traceback
Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/ModPythonHandler.py", line 195, in handler core.dispatch_request(mpr.path_info, args, mpr, env) File "/usr/lib/python2.3/site-packages/trac/core.py", line 439, in dispatch_request module = module_factory(args, env, database, req) File "/usr/lib/python2.3/site-packages/trac/core.py", line 172, in module_factory import sync File "/usr/lib/python2.3/site-packages/trac/sync.py", line 22, in ? from svn import core, fs, delta, repos File "/usr/lib/python2.3/site-packages/svn/core.py", line 21, in ? from libsvn.core import * File "/usr/lib/python2.3/site-packages/libsvn/core.py", line 5, in ? import _core ImportError: libsvn_swig_py-1.so.0: cannot open shared object file: No such file or directory
Attachments (0)
Change History (6)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
comment:4 by , 19 years ago
I have a problem related to this file too: I have it installed, and I have made symlinks to the file whereever python could possibly look for it, yet I also get this error.
comment:5 by , 19 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
i compiled today the new subversion version 1.3.0 and if i make a "make swig-py" or and/or "make swig-pl" i got the error with libsvn_swig_py-1.so.0. if i go back to version 1.2.3 everything is fine and perfect working.
comment:6 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Please check the Subversion website for getting help on compiling Subversion.
Oh, sorry, I've just seen that there's a new python2.3-subversion version available today. An update solved the problem.