Date: Thu, 18 Feb 2021 23:04:46 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 253604] lang/python39: use libmpdec from ports Message-ID: <bug-253604-21822-wczmG9YRBc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253604-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-253604-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=3D253604 --- Comment #10 from Stefan Krah <skrah@bytereef.org> --- (In reply to Steve Wills from comment #9) I think with ... %%NO_LIBMPDEC%%lib/python%%XYDOT%%/lib-dynload/_decimal.so ... _decimal.so is not installed (I checked here). Shouldn't it be the same as for LIBFFI, where you either have the system libffi, the vendored libffi (or a build failure)? _ctypes.so, which relies on libffi, is also installed unconditionally: lib/python%%XYDOT%%/lib-dynload/_ctypes.so --=20 You are receiving this mail because: You are the assignee for the bug. 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-253604-21822-wczmG9YRBc>