FS#53759 - [deluge] Upgrade to libtorrent-rasterbar 1:1.1.13 breaks deluge-gtk

Attached to Project: Arch Linux
Opened by Jacob S (Gourdcaptain) - Saturday, 22 April 2017, 21:25 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 22 April 2017, 22:49 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Launching deluge-gtk results in the following error as it states it cannot open classic mode:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 349, in _on_reactor_start
client.start_classic_mode()
File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 559, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 432, in __init__
self.__daemon = deluge.core.daemon.Daemon(classic=True)
File "/usr/lib/python2.7/site-packages/deluge/core/daemon.py", line 144, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 38, in <module>
from deluge._libtorrent import lt
File "/usr/lib/python2.7/site-packages/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory

After this, you can either decline launching classic mode (resulting in a nonresponsive ui) or just close the program.

Downgrading to 1.1.1.11 for libtorrent-rasterbar fixes this.

Additional info:
* Deluge 1.3.14
* libtorrent-rasterbar 1.1.13


Steps to reproduce:
Launch deluge-gtk
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 22 April 2017, 22:49 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#53758 
Comment by Jacob S (Gourdcaptain) - Saturday, 22 April 2017, 22:49 GMT
  • Field changed: Percent Complete (100% → 0%)
How is this a duplicate? That one's closed, and this one was broken by an update released today.

Loading...