https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252057
Kai Knoblich <k...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@freebsd.org --- Comment #4 from Kai Knoblich <k...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"