From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20FD8158013 for ; Fri, 8 Dec 2023 07:44:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CB8F2BC013; Fri, 8 Dec 2023 07:44:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31C602BC013 for ; Fri, 8 Dec 2023 07:44:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50E7433E02F for ; Fri, 8 Dec 2023 07:44:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90BA41390 for ; Fri, 8 Dec 2023 07:44:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1702021405.7f8ab7568599ba4335a09e3167be8d676911ffe0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3_10-exe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3_10-exe/pypy3_10-exe-7.3.13_p3.ebuild X-VCS-Directories: dev-python/pypy3_10-exe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f8ab7568599ba4335a09e3167be8d676911ffe0 X-VCS-Branch: master Date: Fri, 8 Dec 2023 07:44:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cda6308-6087-4fda-abb9-81ae62c1b1a0 X-Archives-Hash: 37dee573dd2e2a0c540cfae190937556 commit: 7f8ab7568599ba4335a09e3167be8d676911ffe0 Author: Sam James gentoo org> AuthorDate: Fri Dec 8 07:42:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 8 07:43:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8ab756 dev-python/pypy3_10-exe: workaround C warnings for now Upstream are working on it and nearly have it fixed, but the patches are large and not worth backporting until it's completely fixed at least. Add a workaround for now :( Bug: https://foss.heptapod.net/pypy/pypy/-/issues/4042 Bug: https://bugs.gentoo.org/918971 Signed-off-by: Sam James gentoo.org> dev-python/pypy3_10-exe/pypy3_10-exe-7.3.13_p3.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.13_p3.ebuild b/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.13_p3.ebuild index faf6b8a1e385..9eec2da0971d 100644 --- a/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.13_p3.ebuild +++ b/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.13_p3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit check-reqs pax-utils toolchain-funcs +inherit check-reqs flag-o-matic pax-utils toolchain-funcs PYPY_PV=${PV%_p*} PYVER=3.10 @@ -70,6 +70,10 @@ src_prepare() { src_configure() { tc-export CC + # Yes, yuck, but it's being worked on upstream (bug #918971). + # https://foss.heptapod.net/pypy/pypy/-/issues/4042 + append-flags $(test-flags-CC -Wno-error=incompatible-pointer-types) + local jit_backend if use jit; then jit_backend='--jit-backend='