On 17.03.2010 15:29, chrysn wrote:
it seems that the problem originates inside pycentral: dh_pycentral
calls pycentral once for each binary package (two of which are
python-pkg-resources and python3-pkg-resources), but in line 759 (first
line of add_shared_links, used in ActionDebhelper), pycentr
it seems that the problem originates inside pycentral: dh_pycentral
calls pycentral once for each binary package (two of which are
python-pkg-resources and python3-pkg-resources), but in line 759 (first
line of add_shared_links, used in ActionDebhelper), pycentral uses the
source version (self.sver
i've traced the problem down to
`debian/python-pkg-resources/usr/share/pyshared-data/python-pkg-resources`,
which lists said `/usr/lib/python3.1/dist-packages/pkg_resources.py`, and
causes pycentral to fail. the file is listed because in the line
DH_PYCENTRAL=include-links \
dh_p
python-pkg-resources tries to access
/usr/lib/python3.1/dist-packages/pkg_resources.py, a file provided by
python3-pkg-resources.
as a temporary workaround, i installed python3-pkg-resources and
python-pkg-resources' post-install worked. (i'm not sure if this created
any files that are not cleaned
Package: python-pkg-resources
Version: 0.6.10-3
Severity: grave
Justification: renders package unusable
While dist-upgrading:
---8<---
Setting up python-pkg-resources (0.6.10-3) ...
file does not exist: /usr/lib/python3.1/dist-packages/pkg_resources.py
pycentral: pycentral pkginstall: error byte-
5 matches
Mail list logo