Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2018 01:34:38 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Mathieu Arnold <mat@freebsd.org>
Cc:        Christer Edwards <christer.edwards@gmail.com>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: 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...
Message-ID:  <CAMHz58S%2BYXkxUf3Vw3EQQSbRca0PmDxnVXUfF%2BmqU_mxPDfPBA@mail.gmail.com>
In-Reply-To: <20180423170719.c6zrumqh4sg4mjbp@ogg.in.absolight.net>
References:  <201804221829.w3MITpkj022951@repo.freebsd.org> <20180423162531.fchvtpeoy6mbcwvt@ogg.in.absolight.net> <CAH2d3%2BsyUBWcWPAtOT_M=yafqLLGFREsawz9EYX5YZbC3tefcw@mail.gmail.com> <20180423170719.c6zrumqh4sg4mjbp@ogg.in.absolight.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 24, 2018 at 1:07 AM, Mathieu Arnold <mat@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
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58S%2BYXkxUf3Vw3EQQSbRca0PmDxnVXUfF%2BmqU_mxPDfPBA>