[Bug 243606] editors/vim fails to build with PYTHON3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Apr 11 14:16:23 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243606
--- Comment #8 from Roman Bogorodskiy <novel at FreeBSD.org> ---
It still fails to build for me:
/usr/local/lib -L/usr/local/lib
ld: error: undefined symbol: _PyObject_DebugFree
>>> referenced by if_python3.c
>>> objects/if_python3.o:(call_PyObject_Free)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
link.sh: Linking failed
*** Error code 1
I have the following in make.conf:
#### /usr/local/etc/poudriere.d/current-make.conf ####
OPTIONS_SET= DEBUG
OPTIONS_UNSET= NLS DOCS EXAMPLES TEST MANPAGES CUPS WAYLAND
devel_llvm60_UNSET= DEBUG
devel_llvm70_UNSET= DEBUG
lang_php72_UNSET_FORCE= DEBUG
textproc_php72-xml_UNSET_FORCE= DEBUG
java_openjdk8_UNSET= DEBUG
www_chromium_UNSET= DEBUG
WITH_CCACHE_BUILD=yes
CCACHE_DIR=/root/.ccache
For python37 I have:
---Begin OPTIONS List---
===> The following configuration options are available for python37-3.7.7:
DEBUG=on: Build with debugging support
IPV6=on: IPv6 protocol support
NLS=off: Enable gettext support for the locale module
PYMALLOC=on: Enable specialized mallocs
====> Hash Algorithm (PEP-456): you can only select none or one of them
FNV=off: Modified Fowler-Noll-Vo Algorithm
SIPHASH=off: SipHash24 Algorithm
===> Use 'make config' to modify these settings
---End OPTIONS List---
There seem to be no dedicated DEBUG option however.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list