Edgewall Software
Modify

Opened 20 years ago

Closed 19 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 anonymous, 20 years ago

Actualy, this seems to be a general problem in the Python subversion module.

comment:2 by Jonas Borgström, 20 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 daniel, 20 years ago

Resolution: worksforme
Status: newclosed

comment:4 by mathieu, 20 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 anonymous, 20 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 anonymous, 20 years ago

Resolution: worksforme
Status: closedreopened

Right.. Doesn't work for me. Have all mentioned packeged installed from the testing branch but same error…

comment:7 by sn00py, 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 Christopher Lenz, 19 years ago

Resolution: invalid
Status: reopenedclosed

In any case, this isn't a Trac problem.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.