Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2021 15:02:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 256558] lang/python3[89]: Fix build WITH_DEBUG
Message-ID:  <bug-256558-21822-SPXW2WL4GT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256558-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256558-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=3D256558

--- Comment #12 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D350158a17ebb99b22cbb5098e8003ea=
14b548c72

commit 350158a17ebb99b22cbb5098e8003ea14b548c72
Author:     Fukang Chen <loader@FreeBSD.org>
AuthorDate: 2021-08-19 12:30:32 +0000
Commit:     Fukang Chen <loader@FreeBSD.org>
CommitDate: 2021-08-19 15:00:36 +0000

    lang/python3[89]: Fix build WITH_DEBUG

    Python 3.8 [0] and 3.9 [1] are using a value for "EXT_SUFFIX"
    that includes "SOABI" on FreeBSD, C extension module filenames
    are affected by this change [2].

    [0]:
https://github.com/python/cpython/commit/b01091a3e71e6636d2df4db45920e820cd=
f7df3b
    [1]:
https://github.com/python/cpython/commit/4b155967b3e743cbdc31600f13f1bfcf07=
f7b6ce
    [2]:
https://github.com/python/cpython/blob/v3.8.11/Lib/distutils/command/build_=
ext.py#L675-683

    PR:             256558
    Approved by:    koobs (python, maintainer)
    MFH:            2020Q3 (blanket: bug & regression fix)

 lang/python38/Makefile  |   1 -
 lang/python38/pkg-plist | 140 +++++++++++++++++++++++---------------------=
---
 lang/python39/Makefile  |   1 -
 lang/python39/pkg-plist | 142 ++++++++++++++++++++++++--------------------=
----
 4 files changed, 141 insertions(+), 143 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.
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-256558-21822-SPXW2WL4GT>