Starting deluge results in this error: --- Jan 22 12:22:49 irrational deluged[26309]: [ERROR ] 12:22:49 main:248 'module' object has no attribute 'session_settings' Jan 22 12:22:49 irrational deluged[26309]: Traceback (most recent call last): Jan 22 12:22:49 irrational deluged[26309]: File "/usr/lib64/python2.7/site-packages/deluge/main.py", line 241, in start_daemon Jan 22 12:22:49 irrational deluged[26309]: Daemon(options, args) Jan 22 12:22:49 irrational deluged[26309]: File "/usr/lib64/python2.7/site-packages/deluge/core/daemon.py", line 147, in __init__ Jan 22 12:22:49 irrational deluged[26309]: read_only_config_keys=read_only_config_keys) Jan 22 12:22:49 irrational deluged[26309]: File "/usr/lib64/python2.7/site-packages/deluge/core/core.py", line 106, in __init__ Jan 22 12:22:49 irrational deluged[26309]: self.settings = lt.session_settings() Jan 22 12:22:49 irrational deluged[26309]: AttributeError: 'module' object has no attribute 'session_settings' --- deluge works fine with net-libs/libtorrent-rasterbar-1.1.11
I think that libtorrent-rasterbar version should be restricted up to 1.1.x
Upstream bug: https://github.com/arvidn/libtorrent/issues/1510
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd83699d620548c1e6fe2cd14cd5f51058b1dac5 commit dd83699d620548c1e6fe2cd14cd5f51058b1dac5 Author: PPed72 <paolo.pedroni@iol.it> AuthorDate: 2019-01-23 10:58:20 +0000 Commit: Craig Andrews <candrews@gentoo.org> CommitDate: 2019-01-24 23:22:22 +0000 net-p2p/deluge: restrict libtorrent-rasterbar dependency net-libs/libtorrent-rasterbar-1.2 removed several deprecated functions needed by net-p2p deluge. We thus restrict the dependency to be <net-libs/libtorrent-rasterbar-1.2 Also a few cleanups already discussed for deluge-9999 Closes: https://bugs.gentoo.org/676056 Signed-off-by: Paolo Pedroni <paolo.pedroni@iol.it> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10892 Signed-off-by: Craig Andrews <candrews@gentoo.org> net-p2p/deluge/deluge-1.3.15-r3.ebuild | 134 +++++++++++++++++++++++++++++++++ net-p2p/deluge/deluge-1.3.9999.ebuild | 19 ++--- 2 files changed, 139 insertions(+), 14 deletions(-)