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 95C36158041 for ; Thu, 11 Apr 2024 16:30:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC5BE2A51; Thu, 11 Apr 2024 16:30:05 +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 DD1E9E2A51 for ; Thu, 11 Apr 2024 16:30:04 +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 E5BB0343074 for ; Thu, 11 Apr 2024 16:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BB3E16C0 for ; Thu, 11 Apr 2024 16:30:00 +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: <1712852893.89dbaac35cf16aa75f229699b11760b5a8388536.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qtractor/qtractor-0.9.39.ebuild X-VCS-Directories: media-sound/qtractor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 89dbaac35cf16aa75f229699b11760b5a8388536 X-VCS-Branch: master Date: Thu, 11 Apr 2024 16:30:00 +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: 53c53a60-b7e3-4122-89b4-8a436ca301af X-Archives-Hash: 9ff4fc058fb5d911e6ceabe94f36ec2b commit: 89dbaac35cf16aa75f229699b11760b5a8388536 Author: Eli Schwartz gmail com> AuthorDate: Thu Apr 11 04:54:30 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 11 16:28:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89dbaac3 media-sound/qtractor: mark as LTO-unsafe Fixed upstream in git. Closes: https://bugs.gentoo.org/927061 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> media-sound/qtractor/qtractor-0.9.39.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media-sound/qtractor/qtractor-0.9.39.ebuild b/media-sound/qtractor/qtractor-0.9.39.ebuild index c7903c3066af..a3b561d1686a 100644 --- a/media-sound/qtractor/qtractor-0.9.39.ebuild +++ b/media-sound/qtractor/qtractor-0.9.39.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake xdg +inherit cmake flag-o-matic xdg DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt framework" HOMEPAGE="https://qtractor.sourceforge.io https://github.com/rncbc/qtractor" @@ -54,6 +54,13 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/927061 + # https://github.com/rncbc/qtractor/commit/83ed590eed798f24b6aa1a792b38c2fc61051356 + # + # Remove on next version bump. + filter-lto + local mycmakeargs=( -DCONFIG_DSSI=$(usex dssi 1 0) -DCONFIG_GRADIENT=1