[Bug 223359] security/py-fail2ban: after upgrade to 0.10.x, fail2ban no longer works with python 3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 24 12:06:24 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223359
--- Comment #6 from theis at gmx.at ---
Thank you for the explanation. Instead of adding a PATCH_DEPENDS I'll move the
2to3 step to post-build: it's as good as post-fetch and I won't need extra
dependencies.
I cleaned my system from all python. After the patch step build will start
making devel/py-setuptools at py36, but that fails because it is missing
/usr/local/bin/python3.6 and python3 is not installed automatically. I couldn't
even install it manually.
In /etc/make.conf I have
DEFAULT_VERSIONS+= python=3.6
Without that line in /etc/make.conf the build will proceed to install
py-setuptools at py27 and, as a dependency, python2.
Is there something wrong with bootstrapping python3?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list