Opened 21 years ago
Closed 20 years ago
#154 closed defect (invalid)
undefined symbol: SWIG_Python_TypeQuery
Reported by: | Peter | Owned by: | daniel |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 0.5.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The following versions are installed:
Python 2.3.2 ClearSilver 0.9.7 SQLite 2.8.9 Python-sqlite 0.4.3-2 Subversion 1.0.0-1 libswig 1.3
I get this error from the initdb procedure: Traceback (most recent call last):
File "/usr/local/bin/trac-admin", line 1079, in ?
main()
File "/usr/local/bin/trac-admin", line 1068, in main
tracadm.docmd (command)
File "/usr/local/bin/trac-admin", line 240, in docmd
self.onecmd(cmd)
File "/usr/lib/python2.3/cmd.py", line 210, in onecmd
return func(arg)
File "/usr/local/bin/trac-admin", line 628, in do_initdb
from svn import util, repos, core
File "/build/buildd/subversion-1.0.0/debian/tmp/usr/lib/python2.3/site-packages/svn/util.py", line 21, in ? File "/build/buildd/subversion-1.0.0/debian/tmp/usr/lib/python2.3/site-packages/svn/core.py", line 21, in ? File "/build/buildd/subversion-1.0.0/debian/tmp/usr/lib/python2.3/site-packages/libsvn/core.py", line 5, in ?
ImportError: /usr/lib/libsvn_swig_py-1.so.0: undefined symbol: SWIG_Python_TypeQuery
Attachments (0)
Change History (8)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Yeah, this is a general subversion/swig/debian problem…
Are you sure you have the latest libswig1.3 version installed?
Run:
apt-get install libswig1.3
Just to make sure the package isn't on hold or something.
comment:3 by , 21 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:4 by , 21 years ago
this is a debian bug, you have to use this testing packet at this time: python2.3-subversion libsvn0 libneon24
later, they should be in unstable.
comment:5 by , 21 years ago
so wait, are they in unstable or in testing? you mention testing at the top, which im running… but then say something about unstable underneath… ???
comment:6 by , 21 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Right.. Doesn't work for me. Have all mentioned packeged installed from the testing branch but same error…
comment:7 by , 20 years ago
I use Debian/testing but I have the unstable packages in low-priority, and this work for me : apt-get install python2.3-subversion libsvn0 libneon24 -t unstable
comment:8 by , 20 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
In any case, this isn't a Trac problem.
Actualy, this seems to be a general problem in the Python subversion module.