[Bug 254118] net-p2p/deluge-cli Missing dependency libtorrent-rasterbar.so.2.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 8 01:18:34 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254118

            Bug ID: 254118
           Summary: net-p2p/deluge-cli Missing dependency
                    libtorrent-rasterbar.so.2.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rm at FreeBSD.org
          Reporter: jsegaert at yahoo.com
             Flags: maintainer-feedback?(rm at FreeBSD.org)
          Assignee: rm at FreeBSD.org

Hi!
After installing deluge-cli from pkg (latest) on FreeBSD 12.2-RELEASE, I
getting the following error message when starting the services:

Starting deluge_web.
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/deluge/_libtorrent.py", line 23,
in <module>
    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 "/usr/local/bin/deluged", line 11, in <module>
    load_entry_point('deluge==2.0.3', 'console_scripts', 'deluged')()
  File "/usr/local/lib/python3.7/site-packages/deluge/core/daemon_entry.py",
line 90, in start_daemon
    from deluge.core.daemon import is_daemon_running
  File "/usr/local/lib/python3.7/site-packages/deluge/core/daemon.py", line 22,
in <module>
    from deluge.core.core import Core
  File "/usr/local/lib/python3.7/site-packages/deluge/core/core.py", line 28,
in <module>
    from deluge._libtorrent import LT_VERSION, lt
  File "/usr/local/lib/python3.7/site-packages/deluge/_libtorrent.py", line 25,
in <module>
    import libtorrent as lt
ImportError: Shared object "libtorrent-rasterbar.so.2.0" not found, required by
"libtorrent.so"

It seems to fix itself when I manually install pkg libtorrent-rasterbar, so I
suspect just a missing dependency.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list