Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jun 2021 10:17:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256832] sysutils/py-salt: presence of devel/py-setproctitle breaks rc.d script
Message-ID:  <bug-256832-7788-ol6eZvhHLG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256832-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256832-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #3 from ruben@verweg.com ---
(In reply to Kubilay Kocak from comment #1)

I see two things,

I happen to have netbox installed on the same system as the salt minion, and
net-mgmt/netbox installs devel/py-setproctitle as a indirect dependency thr=
ough
www/py-gunicorn.

I also see setproctitle as a dependency in salt's requirement files themsel=
ves,
but is apparently happy to work without it:

$ grep -rl setproctitle  work-py38/salt-3003.1/requirements/ | grep freebsd
work-py38/salt-3003.1/requirements/static/pkg/py3.6/freebsd.txt
work-py38/salt-3003.1/requirements/static/pkg/py3.8/freebsd.txt
work-py38/salt-3003.1/requirements/static/pkg/py3.5/freebsd.txt
work-py38/salt-3003.1/requirements/static/pkg/py3.7/freebsd.txt
work-py38/salt-3003.1/requirements/static/pkg/py3.9/freebsd.txt
work-py38/salt-3003.1/requirements/static/ci/py3.6/freebsd.txt
work-py38/salt-3003.1/requirements/static/ci/py3.8/freebsd.txt
work-py38/salt-3003.1/requirements/static/ci/py3.5/freebsd.txt
work-py38/salt-3003.1/requirements/static/ci/py3.7/freebsd.txt
work-py38/salt-3003.1/requirements/static/ci/py3.9/freebsd.txt

so it could be added as a run dependency too

--=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-256832-7788-ol6eZvhHLG>