Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#2809 closed defect (invalid)

Bug While Updating Source

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

Description

While adding some modified code to Trac, the following error occured:


Traceback (most recent call last):

File "/usr/local/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 131, in run

dispatch_request(req.path_info, req, env)

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request

dispatcher.dispatch(req)

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 90, in process_request

repos = self.env.get_repository(req.authname)

File "/usr/local/lib/python2.4/site-packages/trac/env.py", line 155, in get_repository

from trac.versioncontrol.svn_fs import SubversionRepository

File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 25, in ?

from svn import fs, repos, core, delta

File "/usr/local/lib/python2.4/site-packages/svn/fs.py", line 19, in ?

from libsvn.fs import *

File "/usr/local/lib/python2.4/site-packages/libsvn/fs.py", line 5, in ?

import _fs

ImportError: /usr/local/lib/apache2/libaprutil-0.so.9: Undefined symbol "db_create"


I didn't make any change to the system whatsoever, just simply modificated the code. Any ideas?

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 18 years ago

Priority: highnormal
Severity: blockernormal

First of all, if you modify the source code, you'd be kind not to declare such an issue as a blocker one! Are you referring to Trac code?

I guess it will be hard to understand the issue if you provide no info about the changes you've made (where, what). I believe this kind of trouble should be first asked on the ML rather than to be filled as a "bug".

comment:2 by Jonas Borgström, 18 years ago

Resolution: invalid
Status: newclosed

This is probably not a Trac related bug. The "Undefined symbol db_create" error suggests that berkeley db, apr and/or subversion is not properly installed.

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.