| Summary: | dev-python/git-python-0.3.5 - src_install(): setup.py: ImportError: No module named 'version' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Helmut Jarausch <jarausch> |
| Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build log | ||
|
Description
Helmut Jarausch
2015-01-18 15:57:56 UTC
~/cvsPortage/gentoo-x86/dev-python/git-python $ ebuild git-python-0.3.5.ebuild clean install
* python2_7: running distutils-r1_run_phase distutils-r1_python_install_all
>>> Completed installing git-python-0.3.5 into /mnt/gen2/TmpDir/portage/dev-python/git-python-0.3.5/image/
ecompressdir: bzip2 -9 /usr/share/doc
setuptools had had some drama lately. Try emerging various recent versions of setuptools and retry.
I stepped back to setuptools-9.1 and tried to install setuptools-12.0.3 which fails in a similar way. I have created a new bug report https://bugs.gentoo.org/show_bug.cgi?id=537122 The true culprit is dev-python/python-daemon-2.0.3, see https://bugs.gentoo.org/show_bug.cgi?id=537210 (In reply to Helmut Jarausch from comment #3) > The true culprit is dev-python/python-daemon-2.0.3, see > https://bugs.gentoo.org/show_bug.cgi?id=537210 Sure enough I haven't merged the freshly bumped dev-python/python-daemon-2.0.3 and don't suffer its dark side. While I don't doubt your finding, I'm wondering how python-daemon-2.0.3 got to subvert so seriously given; # equery d -a python-daemon yielded only net-im/err-1.7.1 (dev-python/python-daemon[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]) suggesting dev-python/python-daemon sits at a more underlying system level. This is dark news. All the mentioned setuptools, python-daemon and git-python versions are now gone from the tree and dev-python/git-python can be emerged without any problem. |