Summary: | net-p2p/bittorrent-5.0.7 emerge -fails - ImportError: No module named twisted.internet | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jerome <jerome.bouat> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Running python-updater after upgrading python is not optional. Re-emerge dev-python/twisted and run python-updater; reopen if that doesn't fix your issues. Hello,
I ran python-updater.
Then I tryed again and got the following error:
---
>>> Compiling source in /var/tmp/portage/net-p2p/bittorrent-5.0.7/work/BitTorrent-5.0.7 ...
Traceback (most recent call last):
File "setup.py", line 20, in <module>
from BitTorrent.platform import install_translation
File "/var/tmp/portage/net-p2p/bittorrent-5.0.7/work/BitTorrent-5.0.7/BitTorrent/__init__.py", line 49, in <module>
from BitTorrent.platform import get_temp_subdir, get_dot_dir, is_frozen_exe
File "/var/tmp/portage/net-p2p/bittorrent-5.0.7/work/BitTorrent-5.0.7/BitTorrent/platform.py", line 120, in <module>
from BTL.defer import ThreadedDeferred
File "/var/tmp/portage/net-p2p/bittorrent-5.0.7/work/BitTorrent-5.0.7/BTL/defer.py", line 15, in <module>
from twisted.internet import defer
ImportError: No module named twisted.internet
*
* ERROR: net-p2p/bittorrent-5.0.7 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 1334: Called distutils_src_compile
* distutils.eclass, line 48: Called die
*
* compilation failed
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-p2p/bittorrent-5.0.7/temp/build.log'.
*
* Messages for package net-p2p/bittorrent-5.0.7:
*
* ERROR: net-p2p/bittorrent-5.0.7 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 1334: Called distutils_src_compile
* distutils.eclass, line 48: Called die
*
* compilation failed
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-p2p/bittorrent-5.0.7/temp/build.log'.
*
---
Did you re-emerge dev-python/twisted? Which version you have installed? |
Hello, Here is the log: --- >>> Compiling source in /var/tmp/portage/net-p2p/bittorrent-5.0.7/work/BitTorrent-5.0.7 ... Traceback (most recent call last): File "setup.py", line 20, in <module> from BitTorrent.platform import install_translation File "/var/tmp/portage/net-p2p/bittorrent-5.0.7/work/BitTorrent-5.0.7/BitTorrent/__init__.py", line 49, in <module> from BitTorrent.platform import get_temp_subdir, get_dot_dir, is_frozen_exe File "/var/tmp/portage/net-p2p/bittorrent-5.0.7/work/BitTorrent-5.0.7/BitTorrent/platform.py", line 120, in <module> from BTL.defer import ThreadedDeferred File "/var/tmp/portage/net-p2p/bittorrent-5.0.7/work/BitTorrent-5.0.7/BTL/defer.py", line 15, in <module> from twisted.internet import defer ImportError: No module named twisted.internet * * ERROR: net-p2p/bittorrent-5.0.7 failed. * Call stack: * ebuild.sh, line 1654: Called dyn_compile * ebuild.sh, line 990: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * ebuild.sh, line 1334: Called distutils_src_compile * distutils.eclass, line 48: Called die * * compilation failed --- Reproducible: Always