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

Bug 247322

Summary: dev-util/gitosis{,-gentoo} need setuptools RDEP
Product: Gentoo Linux Reporter: Christoph Mende (RETIRED) <angelos>
Component: New packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christoph Mende (RETIRED) gentoo-dev 2008-11-18 11:16:07 UTC
setuptools is currently a build-time dep only, this is what you get when it's not installed though:
angelos@odin gitosis-admin-local % git push
Traceback (most recent call last):
  File "/usr/bin/gitosis-serve", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 2562, in <module>
  File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 626, in require
  File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 524, in resolve
pkg_resources.DistributionNotFound: setuptools>=0.6c5
fatal: The remote end hung up unexpectedly
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-11-24 01:26:34 UTC
Fixed in CVS.