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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243606

--- Comment #8 from Roman Bogorodskiy <novel@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.

help

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