Bug 227721 - sysutils/py-salt: update to 2018.3.0 [maintainer]
Summary: sysutils/py-salt: update to 2018.3.0 [maintainer]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-23 15:13 UTC by Christer Edwards
Modified: 2018-04-23 17:06 UTC (History)
1 user (show)

See Also:


Attachments
patch (5.23 KB, patch)
2018-04-23 15:13 UTC, Christer Edwards
no flags Details | Diff
poudriere testport (608.90 KB, text/plain)
2018-04-23 15:16 UTC, Christer Edwards
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christer Edwards 2018-04-23 15:13:12 UTC
Created attachment 192757 [details]
patch

This patch updates sysutils/py-salt to 2018.3.0.
Comment 1 Christer Edwards 2018-04-23 15:16:45 UTC
Created attachment 192758 [details]
poudriere testport
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-04-23 16:54:39 UTC
A commit references this bug:

Author: mat
Date: Mon Apr 23 16:53:37 UTC 2018
New revision: 468104
URL: https://svnweb.freebsd.org/changeset/ports/468104

Log:
  Update to 2018.3.0

  PR:		227721
  Submitted by:	maintainer
  Sponsored by:	Absolight

Changes:
  head/sysutils/py-salt/Makefile
  head/sysutils/py-salt/distinfo
  head/sysutils/py-salt/files/patch-salt_modules_freebsdservice.py
  head/sysutils/py-salt/files/patch-salt_modules_pkgng.py
  head/sysutils/py-salt/files/patch-setup.py
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2018-04-23 17:06:24 UTC
Note that salt_minion still does not start:

# service salt_minion start
Starting salt_minion.
Traceback (most recent call last):
  File "/usr/local/bin/salt-minion", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3088, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3072, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 574, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 892, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 778, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'msgpack-python!=0.5.5,>0.3' distribution was not found and is required by salt
/usr/local/etc/rc.d/salt_minion: WARNING: failed to start salt_minion