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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8166E1581D3 for ; Fri, 17 May 2024 13:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54D23E2AE2; Fri, 17 May 2024 13:05:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39287E2AE2 for ; Fri, 17 May 2024 13:05:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 287A4335DC8 for ; Fri, 17 May 2024 13:05:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEDCE1AD2 for ; Fri, 17 May 2024 13:05:30 +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: <1715951051.2cdb1b2ae41b13dc7f25b6d64c0b6ab19e4272dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/, sys-apps/portage/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/files/0001-install-qa-checks.d-suppress-some-gnulib-implicit-co.patch sys-apps/portage/portage-3.0.63-r1.ebuild sys-apps/portage/portage-3.0.63.ebuild sys-apps/portage/portage-3.0.64-r1.ebuild sys-apps/portage/portage-3.0.64-r2.ebuild X-VCS-Directories: sys-apps/portage/files/ sys-apps/portage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2cdb1b2ae41b13dc7f25b6d64c0b6ab19e4272dd X-VCS-Branch: master Date: Fri, 17 May 2024 13:05:30 +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: 7588fa98-6ee4-41a2-8f6b-17c9b9552592 X-Archives-Hash: 6a319cff79e18a51b391fd7f82a26431 commit: 2cdb1b2ae41b13dc7f25b6d64c0b6ab19e4272dd Author: Sam James gentoo org> AuthorDate: Fri May 17 13:03:41 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 17 13:04:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cdb1b2a sys-apps/portage: backport tweak to implicit func. decl QA check We're going to try kw GCC 14 soon so we want to reduce FPs to see what remains to be done. Bug: https://bugs.gentoo.org/906027 Signed-off-by: Sam James gentoo.org> ...checks.d-suppress-some-gnulib-implicit-co.patch | 42 ++++++++++++++++++++++ ...tage-3.0.63.ebuild => portage-3.0.63-r1.ebuild} | 4 +++ ...e-3.0.64-r1.ebuild => portage-3.0.64-r2.ebuild} | 1 + 3 files changed, 47 insertions(+) diff --git a/sys-apps/portage/files/0001-install-qa-checks.d-suppress-some-gnulib-implicit-co.patch b/sys-apps/portage/files/0001-install-qa-checks.d-suppress-some-gnulib-implicit-co.patch new file mode 100644 index 000000000000..8844e5029f07 --- /dev/null +++ b/sys-apps/portage/files/0001-install-qa-checks.d-suppress-some-gnulib-implicit-co.patch @@ -0,0 +1,42 @@ +From 8256473c6a9fa93e7cf81c46fa920cd522507c21 Mon Sep 17 00:00:00 2001 +From: Eli Schwartz +Date: Fri, 17 May 2024 01:52:53 -0400 +Subject: [PATCH] install-qa-checks.d: suppress some gnulib implicit configure + declarations + +These happen in tons of GNU packages because of using gnulib, which +pulls in macros that check for some functionality and spit out an +implicit function declaration error if they aren't supported, which is +*expected*. + +Bug: https://bugs.gentoo.org/906027 +Signed-off-by: Eli Schwartz +Closes: https://github.com/gentoo/portage/pull/1323 +Signed-off-by: Sam James +--- + bin/install-qa-check.d/90config-impl-decl | 9 +++++++++ + 1 file changed, 9 insertions(+) + +diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl +index 7969dff17..adea7d405 100644 +--- a/bin/install-qa-check.d/90config-impl-decl ++++ b/bin/install-qa-check.d/90config-impl-decl +@@ -49,6 +49,15 @@ add_default_skips() { + res_ndestroy + statacl + ) ++ ++ QA_CONFIG_IMPL_DECL_SKIP+=( ++ # Available in c23, these gnulib checks are expected to fail ++ alignof ++ static_assert ++ unreachable ++ # also gnulib, but checks both linux/non-linux headers ++ MIN ++ ) + } + + find_log_targets() { +-- +2.45.1 + diff --git a/sys-apps/portage/portage-3.0.63.ebuild b/sys-apps/portage/portage-3.0.63-r1.ebuild similarity index 98% rename from sys-apps/portage/portage-3.0.63.ebuild rename to sys-apps/portage/portage-3.0.63-r1.ebuild index 4cf41d63b8e0..b58137ac2902 100644 --- a/sys-apps/portage/portage-3.0.63.ebuild +++ b/sys-apps/portage/portage-3.0.63-r1.ebuild @@ -108,6 +108,10 @@ PDEPEND=" ) " +PATCHES=( + "${FILESDIR}"/0001-install-qa-checks.d-suppress-some-gnulib-implicit-co.patch +) + pkg_pretend() { local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS ~UTS_NS" diff --git a/sys-apps/portage/portage-3.0.64-r1.ebuild b/sys-apps/portage/portage-3.0.64-r2.ebuild similarity index 98% rename from sys-apps/portage/portage-3.0.64-r1.ebuild rename to sys-apps/portage/portage-3.0.64-r2.ebuild index 80f59b5d3560..edec27b9f08b 100644 --- a/sys-apps/portage/portage-3.0.64-r1.ebuild +++ b/sys-apps/portage/portage-3.0.64-r2.ebuild @@ -106,6 +106,7 @@ PDEPEND=" PATCHES=( "${FILESDIR}"/${P}-clang-splitdebug.patch + "${FILESDIR}"/0001-install-qa-checks.d-suppress-some-gnulib-implicit-co.patch ) pkg_pretend() {