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

Kai Knoblich <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Kai Knoblich <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"

Reply via email to