#1199 closed bug (Fixed)
deluge 1.2.2 considers 0.14.9 > 0.14.10
Reported by: | simonbcn | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 2.x |
Component: | Core | Version: | 1.2.1 |
Keywords: | Cc: |
Description
I have built deluge 1.2.2 and libtorrent-0.14.10 from source.
But when I execute deluged, it shows this error and it doesn't start:
[ERROR ] 16:21:31 main:216 This version of Deluge requires libtorrent >=0.14.9.0! Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/main.py", line 209, in start_daemon Daemon(options, args) File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/daemon.py", line 136, in __init__ from deluge.core.core import Core File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/core.py", line 36, in <module> from deluge._libtorrent import lt File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/_libtorrent.py", line 60, in <module> check_version(lt) File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/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!
Change History (6)
comment:1 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
It's no same error. In both cases they speaks about deb packages. My problem is building form sources.
comment:3 by , 15 years ago
Ah my mistake. I just remembered seeing the commit email with the diff that fixed it. It was fixed post 1.2.2, you can grab an up to date tarball here:
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
That's a tarball of the deluge source tree, so:
wget http://git.deluge-torrent.org/deluge/snapshot/deluge-1b54d5b93be75a10f235898a6d306cfd4c979564.tar.bz2 tar jxf deluge-1b54d5b93be75a10f235898a6d306cfd4c979564.tar.bz2 cd deluge-1b54d5b93be75a10f235898a6d306cfd4c979564 python setup.py build sudo python setup.py install
you just download, extract, python setup.py
Note:
See TracTickets
for help on using tickets.
Heh, this is about the third time this has been reported. Check to see if a ticket already exists before reporting please.
Duplicate of #1196 and #1197