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 3BF1C158083 for ; Tue, 17 Sep 2024 14:32:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A991DE29A7; Tue, 17 Sep 2024 14:32:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D61AE29A7 for ; Tue, 17 Sep 2024 14:32:48 +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 80A1E343021 for ; Tue, 17 Sep 2024 14:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC6881F34 for ; Tue, 17 Sep 2024 14:32:45 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1726164539.d1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6.mattst88@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/install-qa-check.d/ X-VCS-Repository: proj/portage X-VCS-Files: bin/install-qa-check.d/90config-impl-decl X-VCS-Directories: bin/install-qa-check.d/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6 X-VCS-Branch: master Date: Tue, 17 Sep 2024 14:32:45 +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: 86be417b-92b2-4934-8bce-95b2d9f6d914 X-Archives-Hash: fe7dc71e2dfe7efea6e79e4b87d4c8bc commit: d1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6 Author: Matt Turner gentoo org> AuthorDate: Thu Sep 12 17:55:14 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Sep 12 18:08:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d1f0e6d0 install-qa-check.d/90config-impl-decl: Skip pthread_set_name_np on Linux Seen in dev-lang/erlang, dev-util/lttng-tools, and dev-util/lttng-ust. The function seems to be available on at least Darwin, FreeBSD, and OpenBSD. Bug: https://bugs.gentoo.org/898762 Signed-off-by: Matt Turner gentoo.org> bin/install-qa-check.d/90config-impl-decl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl index 6e3a579c2b..223dc12a3b 100644 --- a/bin/install-qa-check.d/90config-impl-decl +++ b/bin/install-qa-check.d/90config-impl-decl @@ -46,6 +46,7 @@ add_default_skips() { acl acl_get_perm_np pthread_cond_timedwait_monotonic_np + pthread_set_name_np pthread_threadid_np res_getservers res_ndestroy