New comment by ThatNerdyPikachu on void-packages repository https://github.com/void-linux/void-packages/issues/24512#issuecomment-682150476 Comment: qbit works. Deluge will need a rebuild before I can confirm it works, how would I go about doing that @ericonr ? Deluge stacktrace: ``` Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/deluge/_libtorrent.py", line 23, in import deluge.libtorrent as lt ModuleNotFoundError: No module named 'deluge.libtorrent' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/bin/deluged", line 11, in load_entry_point('deluge==2.0.3', 'console_scripts', 'deluged')() File "/usr/lib/python3.8/site-packages/deluge/core/daemon_entry.py", line 90, in start_daemon from deluge.core.daemon import is_daemon_running File "/usr/lib/python3.8/site-packages/deluge/core/daemon.py", line 22, in from deluge.core.core import Core File "/usr/lib/python3.8/site-packages/deluge/core/core.py", line 28, in from deluge._libtorrent import LT_VERSION, lt File "/usr/lib/python3.8/site-packages/deluge/_libtorrent.py", line 25, in import libtorrent as lt ImportError: /usr/lib/python3.8/site-packages/libtorrent.so: undefined symbol: _ZNK10libtorrent5entry4dictEv ```