Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Mar 2021 01:18:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254118] net-p2p/deluge-cli Missing dependency libtorrent-rasterbar.so.2.0
Message-ID:  <bug-254118-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254118

            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@FreeBSD.org
          Reporter: jsegaert@yahoo.com
             Flags: maintainer-feedback?(rm@FreeBSD.org)
          Assignee: rm@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=3D=3D2.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 2=
8,
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, require=
d by
"libtorrent.so"

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254118-7788>