Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 94489

Summary: www-apps/trac - trac-admin failes with "ImportError: cannot import name util"
Product: Gentoo Linux Reporter: Markus Tacker <m>
Component: New packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED UPSTREAM    
Severity: critical    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Markus Tacker 2005-05-30 04:56:35 UTC
I just emerged trac which went ok.
But using trac-admin fails.

$ trac-admin
Traceback (most recent call last):
  File "/usr/bin/trac-admin", line 34, in ?
    from trac import sync
  File "/usr/lib/python2.3/site-packages/trac/sync.py", line 22, in ?
    from svn import fs, util, delta, repos, core
ImportError: cannot import name util

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jeffrey 2005-05-30 07:48:45 UTC
This is a known bug that's fixed in trac-svn. It's because "util" doesn't exist
in Subversion 1.2.

According to the trac roadmap, 0.8.2 will be released in less than 24 hours with
a bugfix for this.
Comment 2 Markus Tacker 2005-05-30 09:05:44 UTC
@thejef: Thanks, didnt search there first.

See http://projects.edgewall.com/trac/ticket/1500 for reference.