Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2018 11:18:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223359] security/py-fail2ban: after upgrade to 0.10.x, fail2ban no longer works with python 3
Message-ID:  <bug-223359-13-jguJ9o0Npn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223359-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223359-13@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=3D223359

--- Comment #5 from David O'Rourke <dor.bsd@xm0.uk> ---
Looking at the Poudriere output, it looks like there's a `patch-depends` ph=
ase
where the necessary Python should be installed in this case, while the regu=
lar
`USES` that are set are installed after the `patch` phase in the
`build-depends` phase.

It looks like this is controlled by the `PATCH_DEPENDS` setting in the port=
's
Makefile (see `Mk/bsd.port.mk`). Hopefully setting Python as a dependency h=
ere
will fix the problem.

--=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-223359-13-jguJ9o0Npn>