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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9D4F158086 for ; Wed, 22 Dec 2021 03:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ECBB2BC00E; Wed, 22 Dec 2021 03:57:18 +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 865DB2BC01A for ; Wed, 22 Dec 2021 03:57:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 390F1342F41 for ; Wed, 22 Dec 2021 03:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58A9A261 for ; Wed, 22 Dec 2021 03:57:13 +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: <1640141197.a6f0728398f6fe33bfcab8ff6d79a1bbf6b13a10.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/timidity++/, media-sound/timidity++/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/timidity++/files/timidity++-2.15.0-lto-workaround.patch media-sound/timidity++/timidity++-2.15.0-r2.ebuild X-VCS-Directories: media-sound/timidity++/files/ media-sound/timidity++/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6f0728398f6fe33bfcab8ff6d79a1bbf6b13a10 X-VCS-Branch: master Date: Wed, 22 Dec 2021 03:57:13 +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: ea43fe5a-ddf7-45c5-9a63-32c7eaacb6df X-Archives-Hash: 9758fe90d799314a9761daf2e2326a6e commit: a6f0728398f6fe33bfcab8ff6d79a1bbf6b13a10 Author: Sam James gentoo org> AuthorDate: Wed Dec 22 02:46:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 22 02:46:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f07283 media-sound/timidity++: add LTO workaround patch Closes: https://bugs.gentoo.org/763612 Thanks-to: Alexander Miller gmx.de> Signed-off-by: Sam James gentoo.org> .../timidity++/files/timidity++-2.15.0-lto-workaround.patch | 10 ++++++++++ media-sound/timidity++/timidity++-2.15.0-r2.ebuild | 1 + 2 files changed, 11 insertions(+) diff --git a/media-sound/timidity++/files/timidity++-2.15.0-lto-workaround.patch b/media-sound/timidity++/files/timidity++-2.15.0-lto-workaround.patch new file mode 100644 index 000000000000..2a9c9e8282e4 --- /dev/null +++ b/media-sound/timidity++/files/timidity++-2.15.0-lto-workaround.patch @@ -0,0 +1,10 @@ +https://bugs.gentoo.org/763612 +--- a/timidity/Makefile.am ++++ b/timidity/Makefile.am +@@ -480,3 +480,6 @@ $(top_builddir)/utils/libutils.a: + + objs: $(timidity_OBJECTS) $(timidity_DEPENDENCIES) + @: ++ ++# Prevent .symver mixup with buggy alsa headers (global asm vs. LTO partitions) ++alsa_a.$(OBJEXT): CFLAGS += -fno-lto diff --git a/media-sound/timidity++/timidity++-2.15.0-r2.ebuild b/media-sound/timidity++/timidity++-2.15.0-r2.ebuild index df3d0aa774b9..b776c4681ac2 100644 --- a/media-sound/timidity++/timidity++-2.15.0-r2.ebuild +++ b/media-sound/timidity++/timidity++-2.15.0-r2.ebuild @@ -64,6 +64,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.14.0-configure-flags.patch "${FILESDIR}"/${PN}-2.15.0-pkg-config.patch "${FILESDIR}"/${PN}-2.14.0-CVE-2017-1154{6,7}.patch + "${FILESDIR}"/${PN}-2.15.0-lto-workaround.patch ) src_prepare() {