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 066921581E7 for ; Fri, 26 Apr 2024 12:50:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4D41E2A21; Fri, 26 Apr 2024 12:50:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD9A0E2A21 for ; Fri, 26 Apr 2024 12:50:07 +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 332E434313A for ; Fri, 26 Apr 2024 12:50:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB5BA1766 for ; Fri, 26 Apr 2024 12:50:03 +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: <1714135739.d7f35b251b1104fb6dc7cd3f3cb9afe97a5966f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild X-VCS-Directories: media-libs/avidemux-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7f35b251b1104fb6dc7cd3f3cb9afe97a5966f3 X-VCS-Branch: master Date: Fri, 26 Apr 2024 12:50:03 +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: aad5d537-b8f9-4c05-a8c3-12c7fe21b924 X-Archives-Hash: 4ca98c04dccafdd37a53db1c7a31c877 commit: d7f35b251b1104fb6dc7cd3f3cb9afe97a5966f3 Author: Eli Schwartz gmail com> AuthorDate: Fri Apr 26 07:01:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 26 12:48:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f35b25 media-libs/avidemux-plugins: mark as LTO-unsafe Upstream disables bug reports. Message received, no bug report submitted. Do not expect this to ever be fixed... Closes: https://bugs.gentoo.org/859829 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild b/media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild index 85c9fc0a1fe8..d2c692e7e5a1 100644 --- a/media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild +++ b/media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.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 @@ -101,6 +101,13 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/859829 + # + # Upstream has abandoned sourceforge for github. And doesn't enable github issues. + # Message received, no bug reported. + filter-lto + # See bug 432322. use x86 && replace-flags -O0 -O1