Date: Mon, 27 Sep 2021 17:57:29 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 258377] lang/python3?: Disable detection of multiarch for Clang 13 Message-ID: <bug-258377-21822-LchZq7RSVL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-258377-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-258377-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=3D258377 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D6bef09666460fb9f9052550854fa69f= 5d5e4a0e8 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 >=3D 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(+) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258377-21822-LchZq7RSVL>