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 080821581D0 for ; Wed, 7 Feb 2024 19:20:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B891DE2A17; Wed, 7 Feb 2024 19:20:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A06CEE2A17 for ; Wed, 7 Feb 2024 19:20:33 +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 D2E1D343118 for ; Wed, 7 Feb 2024 19:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7F6014CE for ; Wed, 7 Feb 2024 19:20:29 +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: <1707333601.6b043a3fc58e218b230173047b13038bb33888b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gpm/gpm-1.20.7-r5.ebuild X-VCS-Directories: sys-libs/gpm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6b043a3fc58e218b230173047b13038bb33888b9 X-VCS-Branch: master Date: Wed, 7 Feb 2024 19:20:29 +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: df3c3e2e-5d22-4162-b5ca-500e28476747 X-Archives-Hash: 277af641a95b45680178e95b54d9a241 commit: 6b043a3fc58e218b230173047b13038bb33888b9 Author: Eli Schwartz gmail com> AuthorDate: Wed Feb 7 06:37:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 7 19:20:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b043a3f sys-libs/gpm: prevent LTO, since it is broken src/headers/daemon.h:175:25: error: type of ‘cinfo’ does not match original declaration [-Werror=lto-type-mismatch] Bug: https://bugs.gentoo.org/885323 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sys-libs/gpm/gpm-1.20.7-r5.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-libs/gpm/gpm-1.20.7-r5.ebuild b/sys-libs/gpm/gpm-1.20.7-r5.ebuild index 7a85dd0848ee..738560a07fb2 100644 --- a/sys-libs/gpm/gpm-1.20.7-r5.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools linux-info systemd usr-ldscript multilib-minimal +inherit autotools flag-o-matic linux-info systemd usr-ldscript multilib-minimal DESCRIPTION="Console-based mouse driver" HOMEPAGE="https://www.nico.schottelius.org/software/gpm/" @@ -71,6 +71,10 @@ src_prepare() { } multilib_src_configure() { + # bug #885323 + # src/headers/daemon.h:175:25: error: type of ‘cinfo’ does not match original declaration [-Werror=lto-type-mismatch] + filter-lto + # emacs support disabled due to bug #99533, bug #335900 econf \ --disable-static \