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 428AB158041 for ; Wed, 13 Mar 2024 21:04:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D0C1E29D1; Wed, 13 Mar 2024 21:04:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 600B8E29D1 for ; Wed, 13 Mar 2024 21:04:44 +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 A2E8934300E for ; Wed, 13 Mar 2024 21:04:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D113F151A for ; Wed, 13 Mar 2024 21:04:40 +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: <1710363846.06e2a745ebceeb1e828e693e2f0d79738de1cdb0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/dump/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/dump/dump-0.4.47-r3.ebuild X-VCS-Directories: app-arch/dump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 06e2a745ebceeb1e828e693e2f0d79738de1cdb0 X-VCS-Branch: master Date: Wed, 13 Mar 2024 21:04:40 +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: 20b49cfb-7386-4858-acb0-0d461ae492d8 X-Archives-Hash: 7da1aeec21e62440114c30980c170d47 commit: 06e2a745ebceeb1e828e693e2f0d79738de1cdb0 Author: Eli Schwartz gmail com> AuthorDate: Wed Mar 13 06:46:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 13 21:04:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e2a745 app-arch/dump: mark as LTO-unsafe Software is abandoned sourceforge-ware. It is also buggy and can cause corruptions, so not incredibly worth optimizing how fast you can corrupt your filesystem backups. Definitely not worth engaging with sourceforge to report the bug. Closes: https://bugs.gentoo.org/854204 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-arch/dump/dump-0.4.47-r3.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app-arch/dump/dump-0.4.47-r3.ebuild b/app-arch/dump/dump-0.4.47-r3.ebuild index 90ba51ef81f7..ea26f905f91f 100644 --- a/app-arch/dump/dump-0.4.47-r3.ebuild +++ b/app-arch/dump/dump-0.4.47-r3.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 readme.gentoo-r1 +inherit flag-o-matic readme.gentoo-r1 MY_P="${PN}-$(ver_rs 2 b)" @@ -53,6 +53,13 @@ PATCHES=( ) src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/854204 + # + # Abandoned upstream for 3 years. Known corruptions reported in + # pkg_postinst. Sourceforge software. Not bothering to report a bug... + filter-lto + local myeconfargs=( --with-dumpdatespath=/etc/dumpdates --with-rmtpath='$(sbindir)/rmt'