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 4CC01158094 for ; Sun, 17 Jul 2022 15:24:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35727E0DA3; Sun, 17 Jul 2022 15:24:54 +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 1299EE0DA3 for ; Sun, 17 Jul 2022 15:24:54 +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 00F90341012 for ; Sun, 17 Jul 2022 15:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FF4953E for ; Sun, 17 Jul 2022 15:24:51 +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: <1658071436.590037827fb0b839373745692ca239609c56562e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pciutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pciutils/pciutils-3.8.0-r1.ebuild X-VCS-Directories: sys-apps/pciutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 590037827fb0b839373745692ca239609c56562e X-VCS-Branch: master Date: Sun, 17 Jul 2022 15:24:51 +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: 9f3f44fe-014a-40fa-b6da-efd463a7419e X-Archives-Hash: 7e4d2fbd64351087554afbd4b0a4103a commit: 590037827fb0b839373745692ca239609c56562e Author: Sam James gentoo org> AuthorDate: Sun Jul 17 15:23:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 17 15:23:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59003782 sys-apps/pciutils: filter LTO Similar logic to the alsa-lib commit (31c929441087eb65c4cdcfc61b29acb3a50cb954). If it works with LTO and not thin LTO, it seems to me it's still seriously broken and there may be other issues lurking. It's a warning sign and we shouldn't ignore it, hence filter LTO entirely. Closes: https://bugs.gentoo.org/852929 Closes: https://bugs.gentoo.org/640836 See: 31c929441087eb65c4cdcfc61b29acb3a50cb954 Signed-off-by: Sam James gentoo.org> sys-apps/pciutils/pciutils-3.8.0-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild index e5301455cd23..f12dcda2ba1f 100644 --- a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild +++ b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild @@ -112,6 +112,9 @@ src_prepare() { } multilib_src_configure() { + # bug #640836, bug #852929 + filter-lto + # bug #471102 append-lfs-flags }