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 2200D158041 for ; Thu, 29 Feb 2024 05:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 285CDE2A41; Thu, 29 Feb 2024 05:44:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E93D9E2A33 for ; Thu, 29 Feb 2024 05:44:51 +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 E2C5B343056 for ; Thu, 29 Feb 2024 05:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C5B014D7 for ; Thu, 29 Feb 2024 05:44:49 +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: <1709185462.3e5ea66341d6dbe439b41ea0cfe9c16ac8ab4763.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/hplip/hplip-3.23.12-r1.ebuild net-print/hplip/hplip-3.23.12.ebuild X-VCS-Directories: net-print/hplip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3e5ea66341d6dbe439b41ea0cfe9c16ac8ab4763 X-VCS-Branch: master Date: Thu, 29 Feb 2024 05:44:49 +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: aff45106-f458-4dd2-ae32-e8cc8227667f X-Archives-Hash: e9ff983cc5eb340e020e0801ca2e0cdf commit: 3e5ea66341d6dbe439b41ea0cfe9c16ac8ab4763 Author: Eli Schwartz gmail com> AuthorDate: Thu Feb 29 05:04:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 29 05:44:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5ea663 net-print/hplip: mark as LTO-unsafe Closes: https://bugs.gentoo.org/861851 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-print/hplip/hplip-3.23.12-r1.ebuild | 7 ++++++- net-print/hplip/hplip-3.23.12.ebuild | 9 +++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/net-print/hplip/hplip-3.23.12-r1.ebuild b/net-print/hplip/hplip-3.23.12-r1.ebuild index 8981b1c837fb..e1ab49564e06 100644 --- a/net-print/hplip/hplip-3.23.12-r1.ebuild +++ b/net-print/hplip/hplip-3.23.12-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11} ) PYTHON_REQ_USE="threads(+),xml(+)" -inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev +inherit autotools flag-o-matic linux-info python-single-r1 readme.gentoo-r1 udev DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and service tools" HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing" @@ -141,6 +141,11 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/861851 + # https://bugs.launchpad.net/hplip/+bug/2055371 + filter-lto + local drv_build minimal_build if use hpcups ; then diff --git a/net-print/hplip/hplip-3.23.12.ebuild b/net-print/hplip/hplip-3.23.12.ebuild index 7b4a0c432646..e9658aec1aff 100644 --- a/net-print/hplip/hplip-3.23.12.ebuild +++ b/net-print/hplip/hplip-3.23.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11} ) PYTHON_REQ_USE="threads(+),xml(+)" -inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev +inherit autotools flag-o-matic linux-info python-single-r1 readme.gentoo-r1 udev DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and service tools" HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing" @@ -141,6 +141,11 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/861851 + # https://bugs.launchpad.net/hplip/+bug/2055371 + filter-lto + local drv_build minimal_build if use hpcups ; then