Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314829 - net-p2p/deluge-1.2.2 crashes on startup due to missing >=libtorrent-0.14.9.0
Summary: net-p2p/deluge-1.2.2 crashes on startup due to missing >=libtorrent-0.14.9.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 15:19 UTC by Stephan Friedrichs
Modified: 2010-04-13 10:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
paludis --info deluge (deluge-info,7.67 KB, text/plain)
2010-04-12 15:20 UTC, Stephan Friedrichs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Friedrichs 2010-04-12 15:19:39 UTC
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
Comment 1 Stephan Friedrichs 2010-04-12 15:20:46 UTC
Created attachment 227499 [details]
paludis --info deluge
Comment 2 Flo Gravo 2010-04-13 07:36:31 UTC
(In reply to comment #1)
> Created an attachment (id=227499) [details]
> paludis --info deluge
> 

Same here on amd64, but with portage.
Comment 3 Stanislav Ochotnicky (RETIRED) gentoo-dev 2010-04-13 08:57:32 UTC
Could you test with 1.2.2-r1? 
Comment 4 Neil Bothwick 2010-04-13 09:45:36 UTC
I had the same error with 1.2.2, it works with 1.2.2-r1 on ~amd64
Comment 5 Stephan Friedrichs 2010-04-13 09:47:22 UTC
net-p2p/deluge-1.2.3 seems to fix the issue
Comment 6 Neil Bothwick 2010-04-13 10:21:09 UTC
Confirmed, 1.2.3 working here too.