| Summary: | net-p2p/deluge-1.2.2 crashes on startup due to missing >=libtorrent-0.14.9.0 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Stephan Friedrichs <deduktionstheorem> |
| Component: | Current packages | Assignee: | Gentoo net-p2p team <net-p2p> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | neil |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | paludis --info deluge | ||
Created attachment 227499 [details]
paludis --info deluge
(In reply to comment #1) > Created an attachment (id=227499) [details] > paludis --info deluge > Same here on amd64, but with portage. Could you test with 1.2.2-r1? I had the same error with 1.2.2, it works with 1.2.2-r1 on ~amd64 net-p2p/deluge-1.2.3 seems to fix the issue Confirmed, 1.2.3 working here too. |
When starting deluge, fails with the following error message: Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 275, in _on_reactor_start client.start_classic_mode() File "/usr/lib64/python2.6/site-packages/deluge/ui/client.py", line 531, in start_classic_mode self._daemon_proxy = DaemonClassicProxy(self.__event_handlers) File "/usr/lib64/python2.6/site-packages/deluge/ui/client.py", line 408, in __init__ self.__daemon = deluge.core.daemon.Daemon(classic=True) File "/usr/lib64/python2.6/site-packages/deluge/core/daemon.py", line 136, in __init__ from deluge.core.core import Core File "/usr/lib64/python2.6/site-packages/deluge/core/core.py", line 36, in <module> from deluge._libtorrent import lt File "/usr/lib64/python2.6/site-packages/deluge/_libtorrent.py", line 60, in <module> check_version(lt) File "/usr/lib64/python2.6/site-packages/deluge/_libtorrent.py", line 53, in check_version raise ImportError("This version of Deluge requires libtorrent >=%s!" % REQUIRED_VERSION) ImportError: This version of Deluge requires libtorrent >=0.14.9.0! deluge depends on >=net-libs/rb_libtorrent-0.14.9[python] and I have version 0.14.10 installed. Rebuilding deluge and rb_libtorrent doesn't solve the problem. Reproducible: Always Steps to Reproduce: 1. Start deluge