[Bug 258377] lang/python3?: Disable detection of multiarch for Clang 13

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Sep 2021 17:57:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258377

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=6bef09666460fb9f9052550854fa69f5d5e4a0e8

commit 6bef09666460fb9f9052550854fa69f5d5e4a0e8
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-09-27 17:39:05 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-09-27 17:56:59 +0000

    lang/python3([6-9]|10): disable detection of multiarch

    It breaks with clang >= 13, which adds a major.minor version number in
    -print-multiarch output, and the dot confuses Python:

    ModuleNotFoundError: No module named
'_sysconfigdata__freebsd14_x86_64-unknown-freebsd14'

    Since we do not support multiarch, and the configure script has no way
    to disable the multiarch check, stub it out during post-patch.

    PR:             258377
    Approved by:    maintainer timeout (2 weeks)
    MFH:            2021Q3

 lang/python310/Makefile | 4 ++++
 lang/python36/Makefile  | 6 ++++++
 lang/python37/Makefile  | 4 ++++
 lang/python38/Makefile  | 4 ++++
 lang/python39/Makefile  | 4 ++++
 5 files changed, 22 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.