Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2022 08:17:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262730] net-p2p/deluge-cli: fails to start since py38-openssl-22.0.0 upgrade
Message-ID:  <bug-262730-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 262730
           Summary: net-p2p/deluge-cli: fails to start since
                    py38-openssl-22.0.0 upgrade
           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: jordy@jvwdev.nl
             Flags: maintainer-feedback?(rm@FreeBSD.org)
          Assignee: rm@FreeBSD.org

Upgraded my ports tree and py38-openssl-20.0.1 was upgraded to 22.0.0.
After that upgrade I can't start deluge anymore.
Even a downgrade of that package (portmaster backup) didn't work.

Here is the log:


$ sudo service deluged start
Starting deluged.
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", =
line
568, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", =
line
886, in require
    needed =3D self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", =
line
777, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (cryptography 3.3.2
(/usr/local/lib/python3.8/site-packages),
Requirement.parse('cryptography>=3D35.0'), {'pyopenssl'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/deluged", line 33, in <module>
    sys.exit(load_entry_point('deluge=3D=3D2.0.3', 'console_scripts', 'delu=
ged')())
  File "/usr/local/bin/deluged", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/local/lib/python3.8/importlib/metadata.py", line 77, in load
    module =3D import_module(match.group('module'))
  File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in
import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_remo=
ved
  File "/usr/local/lib/python3.8/site-packages/deluge/core/daemon_entry.py",
line 18, in <module>
    from deluge.argparserbase import ArgParserBase
  File "/usr/local/lib/python3.8/site-packages/deluge/argparserbase.py", li=
ne
19, in <module>
    import deluge.log
  File "/usr/local/lib/python3.8/site-packages/deluge/log.py", line 23, in
<module>
    from deluge import common
  File "/usr/local/lib/python3.8/site-packages/deluge/common.py", line 31, =
in
<module>
    import pkg_resources
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", =
line
3243, in <module>
    def _initialize_master_working_set():
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", =
line
3226, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", =
line
3255, in _initialize_master_working_set
    working_set =3D WorkingSet._build_master()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", =
line
570, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", =
line
583, in _build_from_requirements
    dists =3D ws.resolve(reqs, Environment())
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", =
line
772, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cryptography>=3D35.0' distribution=
 was
not found and is required by pyopenssl
/usr/local/etc/rc.d/deluged: WARNING: failed to start deluged

--=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-262730-7788>