Custom Query (2447 matches)
Results (334 - 336 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1197 | Fixed | deluge considers 0.14.5 > 0.14.10!! o_O | ||
Description |
After today upgrade from official PPA (ppa:deluge-team/ppa), I can't boot deluged: [INFO ] 03:09:01 daemon:129 Deluge daemon 1.2.1 [ERROR ] 03:09:01 main:216 This version of Deluge requires libtorrent >=0.14.5.0! Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/deluge/main.py", line 209, in start_daemon Daemon(options, args) File "/usr/lib/pymodules/python2.6/deluge/core/daemon.py", line 136, in __init__ from deluge.core.core import Core File "/usr/lib/pymodules/python2.6/deluge/core/core.py", line 36, in <module> from deluge._libtorrent import lt File "/usr/lib/pymodules/python2.6/deluge/_libtorrent.py", line 60, in <module> check_version(lt) File "/usr/lib/pymodules/python2.6/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.5.0! Installed libtorrent version 0.14.10-2~karmic~ppa1 |
|||
#1198 | Invalid | Error at import libtorrent | ||
Description |
I have built deluge 1.2.2 and libtorrent-0.14.10 from source. ./configure --disable-debug --enable-python-binding But deluge can't import libtorrent: [ERROR ] main:216 libtorrent-rasterbar.so.5: can not open shared object file: No such file or directory 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 59, in <module> import libtorrent as lt ImportError: libtorrent-rasterbar.so.5: can not open shared object file: No such file or directory But they exist in /usr/local/lib/: -rw-r--r-- 1 root root libtorrent-rasterbar.a -rwxr-xr-x 1 root root libtorrent-rasterbar.la lrwxrwxrwx 1 root root libtorrent-rasterbar.so -> libtorrent-rasterbar.so.5.0.0 lrwxrwxrwx 1 root root libtorrent-rasterbar.so.5 -> libtorrent-rasterbar.so.5.0.0 -rwxr-xr-x 1 root root libtorrent-rasterbar.so.5.0.0 And in /usr/local/lib/python2.6/dist-packages/: -rwxr-xr-x 1 root staff /usr/local/lib/python2.6/dist-packages/libtorrent.so -rw-r--r-- 1 root staff /usr/local/lib/python2.6/dist-packages/python_libtorrent-0.14.10-py2.6.egg-info What's the problem? |
|||
#1199 | Fixed | deluge 1.2.2 considers 0.14.9 > 0.14.10 | ||
Description |
I have built deluge 1.2.2 and libtorrent-0.14.10 from source. [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! |
Note:
See TracQuery
for help on using queries.