Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2020 09:26:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 252057] lang/python38: 3.8.6_1 -> 3.8.7 strip issues
Message-ID:  <bug-252057-21822-mME2gUXivB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252057-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252057-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=3D252057

Kai Knoblich <kai@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kai@FreeBSD.org

--- Comment #4 from Kai Knoblich <kai@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.

--=20
You are receiving this mail because:
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-252057-21822-mME2gUXivB>