Summary: | dev-python/pyghmi-1.0.22 : ImportError: No module named tasks | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Zac Medico <zmedico> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=633740 https://bugs.gentoo.org/show_bug.cgi?id=636648 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-python:pyghmi-1.0.22:20171107-085056.log emerge-history.txt environment etc.portage.tbz2 temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 503014 [details]
emerge-info.txt
Created attachment 503016 [details]
dev-python:pyghmi-1.0.22:20171107-085056.log
Created attachment 503018 [details]
emerge-history.txt
Created attachment 503020 [details]
environment
Created attachment 503022 [details]
etc.portage.tbz2
Created attachment 503024 [details]
temp.tbz2
Apparently it's an interaction with dev-python/cli_helpers-0.2.0, and it's supposed to be fixed in the latest version of cli_helpers available upstream: https://github.com/dbcli/cli_helpers/issues/25 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d4a5455574734bbb97c5218541a9617ebd2f9b commit 85d4a5455574734bbb97c5218541a9617ebd2f9b Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2017-11-07 18:59:56 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2017-11-07 19:03:03 +0000 dev-python/pyghmi: blocker older cli_helpers (bug 636824) This fixes the following build failure: >>> Compiling source in /var/tmp/portage/dev-python/pyghmi-1.0.22/work/pyghmi-1.0.22 ... * python2_7: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python2.7 setup.py build ERROR:root:Error parsing Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/pbr/core.py", line 111, in pbr attrs = util.cfg_to_args(path, dist.script_args) File "/usr/lib64/python2.7/site-packages/pbr/util.py", line 267, in cfg_to_args wrap_commands(kwargs) File "/usr/lib64/python2.7/site-packages/pbr/util.py", line 569, in wrap_commands cmdclass = ep.resolve() File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2415, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ImportError: No module named tasks error in setup command: Error parsing /var/tmp/portage/dev-python/pyghmi-1.0.22/work/pyghmi-1.0.22/setup.cfg: ImportError: No module named tasks See: https://github.com/dbcli/cli_helpers/issues/25 Closes: https://bugs.gentoo.org/636824 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/pyghmi/pyghmi-1.0.22.ebuild | 2 ++ 1 file changed, 2 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1026cccdaeede73cd5b2a562d13472a9aacfc17 commit a1026cccdaeede73cd5b2a562d13472a9aacfc17 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2017-11-07 18:54:38 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2017-11-07 19:03:03 +0000 dev-python/cli_helpers: version bump to 1.0.0 (bug 636824) Bug: https://bugs.gentoo.org/636824 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/cli_helpers/Manifest | 1 + dev-python/cli_helpers/cli_helpers-1.0.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+)} |