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 76F31158041 for ; Wed, 28 Feb 2024 23:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86172E2A22; Wed, 28 Feb 2024 23:54:19 +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 6FF44E2A22 for ; Wed, 28 Feb 2024 23:54:19 +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 A9C2C342FFD for ; Wed, 28 Feb 2024 23:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42454D96 for ; Wed, 28 Feb 2024 23:54:17 +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: <1709164449.cd55c361c84bf224b09ac7b848a477273ac40dd9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmiutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild X-VCS-Directories: sys-apps/ipmiutil/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd55c361c84bf224b09ac7b848a477273ac40dd9 X-VCS-Branch: master Date: Wed, 28 Feb 2024 23:54:17 +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: ed8c7829-f2a6-4fce-be7f-f8e62d8fd29d X-Archives-Hash: b5bacdaf0a77f482c8af67a65f2c18b9 commit: cd55c361c84bf224b09ac7b848a477273ac40dd9 Author: Eli Schwartz gmail com> AuthorDate: Wed Feb 28 23:37:51 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 28 23:54:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd55c361 sys-apps/ipmiutil: mark as LTO-unsafe Closes: https://bugs.gentoo.org/863590 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild b/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild index ce6d19a65aa6..c18cffdd971c 100644 --- a/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild +++ b/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools systemd +inherit autotools flag-o-matic systemd DESCRIPTION="IPMI Management Utilities" HOMEPAGE="https://ipmiutil.sourceforge.net/" @@ -48,6 +48,11 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/863590 + # https://github.com/arcress0/ipmiutil/issues/21 + filter-lto + local myeconfargs=( --disable-systemd --enable-sha256