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 BBF34159C9B for ; Wed, 31 Jul 2024 21:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A56C6E2A6A; Wed, 31 Jul 2024 21:18:05 +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 83E00E2A6A for ; Wed, 31 Jul 2024 21:18:05 +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 6A0FC340C76 for ; Wed, 31 Jul 2024 21:18:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C99F1E7E for ; Wed, 31 Jul 2024 21:18:02 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1722460613.2c291d432f5cd25656bb6520e02e39b3fdc97a1a.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lmms/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lmms/lmms-1.2.2-r2.ebuild X-VCS-Directories: media-sound/lmms/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 2c291d432f5cd25656bb6520e02e39b3fdc97a1a X-VCS-Branch: master Date: Wed, 31 Jul 2024 21:18:02 +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: a119a788-5329-445f-b6fe-2cadd4674988 X-Archives-Hash: 2aceb051ef3e0956b2624cfc16cfbfb3 commit: 2c291d432f5cd25656bb6520e02e39b3fdc97a1a Author: Eli Schwartz gentoo org> AuthorDate: Wed Jul 31 19:41:52 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Wed Jul 31 21:16:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c291d43 media-sound/lmms: mark as LTO-unsafe Fixed upstream in git, leave off of live ebuild. Closes: https://bugs.gentoo.org/860867 Signed-off-by: Eli Schwartz gentoo.org> media-sound/lmms/lmms-1.2.2-r2.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media-sound/lmms/lmms-1.2.2-r2.ebuild b/media-sound/lmms/lmms-1.2.2-r2.ebuild index 20dd54d2f656..775db25c1d67 100644 --- a/media-sound/lmms/lmms-1.2.2-r2.ebuild +++ b/media-sound/lmms/lmms-1.2.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake xdg +inherit cmake flag-o-matic xdg DESCRIPTION="Cross-platform music production software" HOMEPAGE="https://lmms.io" @@ -90,6 +90,13 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/860867 + # https://github.com/LMMS/lmms/pull/6174 + # + # Fixed upstream, remove whenever they finally release a new version. + filter-lto + local mycmakeargs=( -DUSE_WERROR=FALSE -DWANT_CAPS=FALSE