Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2020 09:32:28 +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-OytFm2sbxP@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

--- Comment #5 from Dima Panov <fluffy@FreeBSD.org> ---
Now we have only two ways to implement.

Way #1 (bad): patch py38 to revert build scheme from .${SOABI}${SHLIB_SUFFI=
X}
to .${SHLIB_SUFFIX} (old way, none of python consumers needs to ajusted)

Way #2 (Right Way=E2=84=A2): patch all python3[679] to apply new build sche=
me (till it
will be released oficially), patch Uses/python.mk to subst EXT_SUFFIX for p=
list
AND fix all ports which build shared python library in portstree due to
hardcoded paths and names in build/strip procedures and plists

--=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-OytFm2sbxP>