From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id CF7D71582EF for ; Mon, 10 Feb 2025 08:57:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BBDAC34317B for ; Mon, 10 Feb 2025 08:57:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F3BEC11047A; Mon, 10 Feb 2025 08:56:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id EF54E110478 for ; Mon, 10 Feb 2025 08:56:51 +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 A210E34316B for ; Mon, 10 Feb 2025 08:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40CB6279A for ; Mon, 10 Feb 2025 08:56:49 +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: <1739177669.dc6caa05480fe95b856f82213e0b7977451ea2bf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/valgrind/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/valgrind/valgrind-3.23.0_p3.ebuild dev-debug/valgrind/valgrind-3.24.0.ebuild dev-debug/valgrind/valgrind-3.24.0_p1.ebuild X-VCS-Directories: dev-debug/valgrind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc6caa05480fe95b856f82213e0b7977451ea2bf X-VCS-Branch: master Date: Mon, 10 Feb 2025 08:56:49 +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: 6cfbd527-a2af-4427-9e34-0c899a2896b6 X-Archives-Hash: c2305219795a352e935fda9aedd9b5ef commit: dc6caa05480fe95b856f82213e0b7977451ea2bf Author: NHOrus yahoo com> AuthorDate: Sun Jan 26 12:48:20 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 10 08:54:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6caa05 dev-debug/valgrind: add FreeBSD function to false positive configure implicit decls aio_readv() is not a linux function and should be safely ignored. Patch to add vectored async io functions to linux was not accepted back in 2004 Closes: https://bugs.gentoo.org/932822 Signed-off-by: NHOrus yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40314 Signed-off-by: Sam James gentoo.org> dev-debug/valgrind/valgrind-3.23.0_p3.ebuild | 4 +++- dev-debug/valgrind/valgrind-3.24.0.ebuild | 4 +++- dev-debug/valgrind/valgrind-3.24.0_p1.ebuild | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-debug/valgrind/valgrind-3.23.0_p3.ebuild b/dev-debug/valgrind/valgrind-3.23.0_p3.ebuild index 8c45bb70c6c3..428925ac1aef 100644 --- a/dev-debug/valgrind/valgrind-3.23.0_p3.ebuild +++ b/dev-debug/valgrind/valgrind-3.23.0_p3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -69,6 +69,8 @@ QA_CONFIG_IMPL_DECL_SKIP+=( # errors and reports both "function definition is not allowed here" and # -Wimplicit-function-declaration. bug #900396 foo + # FreeBSD function, bug #932822 + aio_readv ) src_unpack() { diff --git a/dev-debug/valgrind/valgrind-3.24.0.ebuild b/dev-debug/valgrind/valgrind-3.24.0.ebuild index bd5cb983fad2..829b9c011168 100644 --- a/dev-debug/valgrind/valgrind-3.24.0.ebuild +++ b/dev-debug/valgrind/valgrind-3.24.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -69,6 +69,8 @@ QA_CONFIG_IMPL_DECL_SKIP+=( # errors and reports both "function definition is not allowed here" and # -Wimplicit-function-declaration. bug #900396 foo + # FreeBSD function, bug #932822 + aio_readv ) src_unpack() { diff --git a/dev-debug/valgrind/valgrind-3.24.0_p1.ebuild b/dev-debug/valgrind/valgrind-3.24.0_p1.ebuild index f5054af8409a..727ac38ea0b4 100644 --- a/dev-debug/valgrind/valgrind-3.24.0_p1.ebuild +++ b/dev-debug/valgrind/valgrind-3.24.0_p1.ebuild @@ -71,6 +71,8 @@ QA_CONFIG_IMPL_DECL_SKIP+=( # errors and reports both "function definition is not allowed here" and # -Wimplicit-function-declaration. bug #900396 foo + # FreeBSD function, bug #932822 + aio_readv ) src_unpack() {