Edgewall Software
Modify

Ticket #154 (closed defect: invalid)

Opened 8 years ago

Last modified 7 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:
Release Notes:
API 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

Change History

comment:1 Changed 8 years ago by anonymous

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

comment:2 Changed 8 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.

comment:3 Changed 8 years ago by daniel

  • Resolution set to worksforme
  • Status changed from new to closed

comment:4 Changed 8 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.

comment:5 Changed 8 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... ???

comment:6 Changed 8 years ago by anonymous

  • Resolution worksforme deleted
  • Status changed from closed to reopened

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

comment:7 Changed 8 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

comment:8 Changed 7 years ago by cmlenz

  • Resolution set to invalid
  • Status changed from reopened to closed

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

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from daniel. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.