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

Bug 340701

Summary: Trac on overlays.gentoo.org generates errors for git repositories (KDE overlay)
Product: Gentoo Infrastructure Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: Gentoo OverlaysAssignee: Gentoo Overlays Project <overlays>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://overlays.gentoo.org/proj/kde/timeline
Whiteboard:
Package list:
Runtime testing required: ---

Description Dennis Schridde 2010-10-12 15:45:21 UTC
Trying to access [1] will generate an internal server error:
---
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib64/python2.6/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib64/python2.6/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/usr/lib64/python2.6/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/usr/lib64/python2.6/site-packages/trac/versioncontrol/api.py", line 94, in get_repository
    ((self.repository_type,)*2))
TracError: Unsupported version control system "git". Check that the Python bindings for "git" are correctly installed.
---

[1] http://overlays.gentoo.org/proj/kde/timeline

Reproducible: Always
Comment 1 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2011-05-28 12:59:26 UTC
fixed long ago