svn commit: r468048 - in head: archivers/py-attic archivers/py-borgbackup databases/py-tarantool deskutils/calibre devel devel/py-fluent-logger devel/py-msgpack devel/py-msgpack-python devel/py-osl...

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Mon Apr 23 17:35:20 UTC 2018


On Tue, Apr 24, 2018 at 1:07 AM, Mathieu Arnold <mat at freebsd.org> wrote:

> On Mon, Apr 23, 2018 at 10:30:03AM -0600, Christer Edwards wrote:
> > I have submitted an update to sysutils/py-salt today. It addresses this
> > change and also updates to latest (2018.3.0).
>
> I committed the update, but it does not fix the problem, it 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
>

Please try this. Add this line to post-patch:
        @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|'
${WRKSRC}/requirements/base.txt ${WRKSRC}/salt/cloud/deploy/
bootstrap-salt.sh


>
> --
> Mathieu Arnold
>


More information about the svn-ports-head mailing list