[Bug 243606] editors/vim fails to build with PYTHON3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 28 03:57:25 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243606
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |python at FreeBSD.org
--- Comment #3 from Kubilay Kocak <koobs at FreeBSD.org> ---
@Roman Pythons ABI changes when build with/without DEBUG, which can cause
issues like these. As far as upstream vim is concerned, its configure should
detect the Python ABI and/or the various *FLAGS settings via pkg-config
Longer term, unless there's user value in having both Python version bindings
installed, the vim port should probably be using USES=python:<version-spec>,
declaring the range of versions it supports, and a single PYTHON option instead
of dedicated and separate PYTHON2/PYTHON3 options
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list