[Bug 247391] [patch] sysutils/py-salt fix after broken update
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 18 19:56:15 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247391
Bug ID: 247391
Summary: [patch] sysutils/py-salt fix after broken update
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: ohauer at FreeBSD.org
CC: christer.edwards at gmail.com
Depends on: 247390
Flags: maintainer-feedback?(christer.edwards at gmail.com)
CC: christer.edwards at gmail.com
Created attachment 215749
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215749&action=edit
patch py-salt
The port sysutils/py-salt seems broken after the last update r539546
There are two missing dependencies
- security/py-pycryptodome (instead security/py-pycrypt)
- sysutils/py-distro (new requirement)
System FreeBSD 12.1 (amd64) python3.7
Error message for missing py-distro,
Starting salt_master.
Traceback (most recent call last):
File "/usr/local/bin/salt-master", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
3251, in <module>
@_call_aside
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
3235, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
583, in _build_master
ws.require(__requires__)
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'distro' distribution was not found and
is required by salt
/usr/local/etc/rc.d/salt_master: WARNING: failed to start salt_master
Error message for py-pycryptodomex
Starting salt_master.
Traceback (most recent call last):
File "/usr/local/bin/salt-master", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
3251, in <module>
@_call_aside
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
3235, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
583, in _build_master
ws.require(__requires__)
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line
786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pycryptodomex>=3.9.7' distribution was
not found and is required by salt
/usr/local/etc/rc.d/salt_master: WARNING: failed to start salt_master
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247390
[Bug 247390] [patch] security/py-pycryptodome update to 3.9.7 (required for
salt-3001)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list