Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2020 14:16:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 243606] editors/vim fails to build with PYTHON3
Message-ID:  <bug-243606-21822-9lZTfOGv7x@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243606-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243606-21822@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=3D243606

--- Comment #8 from Roman Bogorodskiy <novel@FreeBSD.org> ---
It still fails to build for me:

/usr/local/lib -L/usr/local/lib=20=20=20=20=20=20=20
ld: error: undefined symbol: _PyObject_DebugFree=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
>>> referenced by if_python3.c=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
>>>               objects/if_python3.o:(call_PyObject_Free)=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
cc: error: linker command failed with exit code 1 (use -v to see invocation=
)=20=20=20=20
link.sh: Linking failed
*** Error code 1=20

I have the following in make.conf:

#### /usr/local/etc/poudriere.d/current-make.conf ####
OPTIONS_SET=3D    DEBUG
OPTIONS_UNSET=3D  NLS DOCS EXAMPLES TEST MANPAGES CUPS WAYLAND

devel_llvm60_UNSET=3D     DEBUG
devel_llvm70_UNSET=3D     DEBUG
lang_php72_UNSET_FORCE=3D DEBUG
textproc_php72-xml_UNSET_FORCE=3D DEBUG
java_openjdk8_UNSET=3D    DEBUG
www_chromium_UNSET=3D     DEBUG
WITH_CCACHE_BUILD=3Dyes
CCACHE_DIR=3D/root/.ccache

For python37 I have:
---Begin OPTIONS List---
=3D=3D=3D> The following configuration options are available for python37-3=
.7.7:
     DEBUG=3Don: Build with debugging support
     IPV6=3Don: IPv6 protocol support
     NLS=3Doff: Enable gettext support for the locale module
     PYMALLOC=3Don: Enable specialized mallocs
=3D=3D=3D=3D> Hash Algorithm (PEP-456): you can only select none or one of =
them
     FNV=3Doff: Modified Fowler-Noll-Vo Algorithm
     SIPHASH=3Doff: SipHash24 Algorithm
=3D=3D=3D> Use 'make config' to modify these settings
---End OPTIONS List---

There seem to be no dedicated DEBUG option however.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243606-21822-9lZTfOGv7x>