Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

#3999 closed defect (wontfix)

/usr/lib/python2.4/site-packages/libsvn/_repos.so: undefined symbol: svn_repos_hook_dir

Reported by: Giorgio Zarrelli Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Hi,

when I try to "Browse Source" on Trac (Ubuntu Dapper 6.06 server 64 bit) I receive the following error

Python traceback
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 92, in process_request
    repos = self.env.get_repository(req.authname)
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 155, in get_repository
    from trac.versioncontrol.svn_fs import SubversionRepository
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 25, in ?
    from svn import fs, repos, core, delta
  File "/usr/lib/python2.4/site-packages/svn/repos.py", line 19, in ?
    from libsvn.repos import *
  File "/usr/lib/python2.4/site-packages/libsvn/repos.py", line 7, in ?
    import _repos
ImportError: /usr/lib/python2.4/site-packages/libsvn/_repos.so: undefined symbol: svn_repos_hook_dir

Any Ideas?

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 18 years ago

Description: modified (diff)

Your bindings are more recent than the Subversion libraries that are used by Apache.

Check the TracSubversion page for hints.

comment:2 by anonymous, 18 years ago

But I used Ubuntu default packets…

comment:3 by Christian Boos, 17 years ago

Resolution: wontfix
Status: newclosed

This was an installation issue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.