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 04E77158287 for ; Mon, 12 May 2025 00:37:18 +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 E349A34321D for ; Mon, 12 May 2025 00:37:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3980E1102C5; Mon, 12 May 2025 00:37:14 +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 2D4B01102C5 for ; Mon, 12 May 2025 00:37:14 +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 D7E843431CA for ; Mon, 12 May 2025 00:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED4E41BFB for ; Mon, 12 May 2025 00:37:11 +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: <1747010208.3f9bf9b7864852284a7ad6e48e96cf4cc4085fcb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kyua/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kyua/kyua-0.14.ebuild X-VCS-Directories: dev-util/kyua/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f9bf9b7864852284a7ad6e48e96cf4cc4085fcb X-VCS-Branch: master Date: Mon, 12 May 2025 00:37:11 +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: 6bcff3c5-43c7-469c-8990-58d05f0c707c X-Archives-Hash: 9e2638302c4913198c63bb1ecb49f981 commit: 3f9bf9b7864852284a7ad6e48e96cf4cc4085fcb Author: Sam James gentoo org> AuthorDate: Mon May 12 00:35:42 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 12 00:36:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9bf9b7 dev-util/kyua: filter -fno-semantic-interposition w/ LTO Investigation is needed to see whether -Wodr is legitimate here. Closes: https://bugs.gentoo.org/948053 Signed-off-by: Sam James gentoo.org> dev-util/kyua/kyua-0.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kyua/kyua-0.14.ebuild b/dev-util/kyua/kyua-0.14.ebuild index 6a1d218752d9..5d6e804f687d 100644 --- a/dev-util/kyua/kyua-0.14.ebuild +++ b/dev-util/kyua/kyua-0.14.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools flag-o-matic +inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Testing framework for infrastructure software" HOMEPAGE="https://github.com/freebsd/kyua" @@ -33,7 +33,7 @@ src_prepare() { src_configure() { # bug #948053 - filter-lto + tc-is-lto && filter-flags -fno-semantic-interposition # Skip coredump tests; they fail when sudo sets RLIMIT_CORE = 0. cat >"${T}/kyua.conf" <<-EOF || die