[Bug 252057] lang/python38: 3.8.6_1 -> 3.8.7 strip issues
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Dec 23 09:26:46 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252057
Kai Knoblich <kai at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kai at FreeBSD.org
--- Comment #4 from Kai Knoblich <kai at FreeBSD.org> ---
The most Python ports that fails at the moment with Python 3.8 have a
"post-patch" target which contain a fixed path to the shared library.
For example the databases/py-sqlite3 port has following line:
> post-install:
> ${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so
Changing it to
> post-install:
> ${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/lib-dynload/*.so
remedies the issue.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list