Edgewall Software

Ticket #154 (closed defect: invalid)

Opened 5 years ago

Last modified 4 years ago

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:

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

Change History

Changed 5 years ago by anonymous

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

Changed 5 years ago by jonas

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.

Changed 5 years ago by daniel

  • status changed from new to closed
  • resolution set to worksforme

Changed 5 years ago by mathieu

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.

Changed 5 years ago by anonymous

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... ???

Changed 5 years ago by anonymous

  • status changed from closed to reopened
  • resolution worksforme deleted

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

Changed 4 years ago by sn00py

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

Changed 4 years ago by cmlenz

  • status changed from reopened to closed
  • resolution set to invalid

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

Add/Change #154 (undefined symbol: SWIG_Python_TypeQuery)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from daniel. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.