[bug-notifications] [pythonsvn 0004846]: trac is broken by the version 1.7.0_rc4, REV=2011.10.09
Mantis Bug Tracker
noreply at opencsw.org
Wed Oct 19 00:37:04 CEST 2011
A NOTE has been added to this issue.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4846
======================================================================
Reported By: schwindt
Assigned To:
======================================================================
Project: pythonsvn
Issue ID: 4846
Category: packaging
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-10-18 23:40 CEST
Last Modified: 2011-10-19 00:37 CEST
======================================================================
Summary: trac is broken by the version
1.7.0_rc4,REV=2011.10.09
Description:
after the upgrade trac stops displaying the repositories.
The python module svn is not found anymore
The error displayed
Warning: Can't synchronize with repository "(default)" (Unsupported version
control system "svn": No module named svn). Look in the Trac log for more
information.
The trac log looks like this
2011-10-18 23:38:50,818 Trac[svn_fs] INFO: Failed to load Subversion
bindings
Traceback (most recent call last):
File "/opt/csw/lib/python/site-packages/trac/versioncontrol/svn_fs.py",
line 267, in __init__
_import_svn()
File "/opt/csw/lib/python/site-packages/trac/versioncontrol/svn_fs.py",
line 68, in _import_svn
from svn import fs, repos, core, delta
ImportError: No module named svn
======================================================================
----------------------------------------------------------------------
(0009346) maciej (developer) - 2011-10-19 00:37
https://www.opencsw.org/mantis/view.php?id=4846#c9346
----------------------------------------------------------------------
Looking at the packages, the pythonsvn package is empty:
http://buildfarm.opencsw.org/pkgdb/srv4/2fcf7d798ea55ba581d37b8148d0915d/
I thought that maybe the module files ended up in another package, e.g. the
main package. But I didn't find these files in any of them, so maybe the
module was removed from 1.7, or moved to a separate source tarball?
More information about the bug-notifications
mailing list