Package: gitosis
Version: 0.2+20080419-1
Severity: critical
Justification: breaks unrelated software
When installed, gitosis modifies the python sys.path for version 2.4
including /usr/lib/python2.5/site-packages/ as one of the first items,
breaking every other software that depends on python 2.4 and imports
modules that should come from /usr/lib/python2.4/site-packages/ instead.
One example is rhythmbox. Simply importing cairo with python2.4 can show
this problem.
[EMAIL PROTECTED]:~$ python2.4
Python 2.4.5 (#2, Apr 17 2008, 13:00:52)
[GCC 4.2.3 (Debian 4.2.3-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cairo
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.5/site-packages/cairo/__init__.py", line 1, in ?
from _cairo import *
ImportError: /usr/lib/python2.5/site-packages/cairo/_cairo.so: undefined
symbol: _PyArg_ParseTuple_SizeT
>>> import sys
>>> sys.path
['', '/usr/lib/python24.zip', '/usr/lib/python2.4',
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk',
'/usr/lib/python2.4/lib-dynload', '/usr/local/lib/python2.4/site-packages',
'/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric',
'/usr/lib/python2.4/site-packages/PIL',
'/usr/lib/python2.4/site-packages/gst-0.10',
'/var/lib/python-support/python2.4',
'/usr/lib/python2.4/site-packages/gtk-2.0',
'/var/lib/python-support/python2.4/gtk-2.0']
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.25 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gitosis depends on:
ii adduser 3.107 add and remove users and groups
ii git-core 1:1.5.5.1-1 fast, scalable, distributed revisi
ii openssh-server 1:4.7p1-8 secure shell server, an rshd repla
ii python 2.5.2-1 An interactive high-level object-o
ii python-setuptools 0.6c8-3 Python Distutils Enhancements
ii python-support 0.7.7 automated rebuilding support for P
gitosis recommends no packages.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]