From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1709363-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D93515813A for <garchives@archives.gentoo.org>; Tue, 14 Jan 2025 14:58:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADE8EE075F; Tue, 14 Jan 2025 14:58:11 +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 55403E075F for <gentoo-commits@lists.gentoo.org>; Tue, 14 Jan 2025 14:58:11 +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 31F40340C15 for <gentoo-commits@lists.gentoo.org>; Tue, 14 Jan 2025 14:58:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5456AEE for <gentoo-commits@lists.gentoo.org>; Tue, 14 Jan 2025 14:58:08 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1736866667.9e089b30a9eb24208fc37ef1e561b0f9031c131d.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: 9e089b30a9eb24208fc37ef1e561b0f9031c131d X-VCS-Branch: master Date: Tue, 14 Jan 2025 14:58:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68b43afc-8f2c-421e-9914-79b41f573560 X-Archives-Hash: 25f3c870b30e87307166f2b86f75c1db commit: 9e089b30a9eb24208fc37ef1e561b0f9031c131d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 14 14:57:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 14 14:57:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e089b30 dev-util/kyua: filter LTO for now I don't yet understand what's going wrong so filter LTO until investigated; bisected it to a build system change and it feels like some macro is/isn't being set consistently now (we've had that before) which causes -Wodr warnings. Bug: https://bugs.gentoo.org/948053 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/kyua/kyua-0.14.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/kyua/kyua-0.14.ebuild b/dev-util/kyua/kyua-0.14.ebuild index feca4c10e157..6a1d218752d9 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 +inherit autotools flag-o-matic DESCRIPTION="Testing framework for infrastructure software" HOMEPAGE="https://github.com/freebsd/kyua" @@ -32,6 +32,9 @@ src_prepare() { } src_configure() { + # bug #948053 + filter-lto + # Skip coredump tests; they fail when sudo sets RLIMIT_CORE = 0. cat >"${T}/kyua.conf" <<-EOF || die syntax(2)