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 7DAB51581D3 for ; Fri, 24 May 2024 06:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B280E2A43; Fri, 24 May 2024 06:29:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7CA75E2A43 for ; Fri, 24 May 2024 06:29:56 +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 ABF3133BF29 for ; Fri, 24 May 2024 06:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42EB2ED0 for ; Fri, 24 May 2024 06:29:54 +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: <1716532112.617b657f254bede24caeb6da40f99c390e845e38.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-24.0.8-r1.ebuild media-libs/mesa/mesa-24.1.0-r1.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 617b657f254bede24caeb6da40f99c390e845e38 X-VCS-Branch: master Date: Fri, 24 May 2024 06:29:54 +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: 88b3fa7b-493b-47b9-821f-3807d965a51e X-Archives-Hash: 9ab22dd832ec3faac8c77cdde98809f9 commit: 617b657f254bede24caeb6da40f99c390e845e38 Author: Sam James gentoo org> AuthorDate: Fri May 24 06:28:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 24 06:28:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617b657f media-libs/mesa: add another bug ref for LTO issue I hadn't seen this bug / clocked it was mesa/LTO related until after I committed the workaround. Add a reference now we know they're linked. Bug: https://bugs.gentoo.org/932591 Signed-off-by: Sam James gentoo.org> media-libs/mesa/mesa-24.0.8-r1.ebuild | 2 +- media-libs/mesa/mesa-24.1.0-r1.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-24.0.8-r1.ebuild b/media-libs/mesa/mesa-24.0.8-r1.ebuild index 17eebd74840b..b676b84c8534 100644 --- a/media-libs/mesa/mesa-24.0.8-r1.ebuild +++ b/media-libs/mesa/mesa-24.0.8-r1.ebuild @@ -252,7 +252,7 @@ src_prepare() { multilib_src_configure() { local emesonargs=() - # https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140 + # bug #932591 and https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140 tc-is-gcc && [[ $(gcc-major-version) -ge 14 ]] && filter-lto local platforms diff --git a/media-libs/mesa/mesa-24.1.0-r1.ebuild b/media-libs/mesa/mesa-24.1.0-r1.ebuild index a2c38124b0e8..b5b9519bb96e 100644 --- a/media-libs/mesa/mesa-24.1.0-r1.ebuild +++ b/media-libs/mesa/mesa-24.1.0-r1.ebuild @@ -290,7 +290,7 @@ src_prepare() { multilib_src_configure() { local emesonargs=() - # https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140 + # bug #932591 and https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140 tc-is-gcc && [[ $(gcc-major-version) -ge 14 ]] && filter-lto local platforms diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index a2c38124b0e8..b5b9519bb96e 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -290,7 +290,7 @@ src_prepare() { multilib_src_configure() { local emesonargs=() - # https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140 + # bug #932591 and https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140 tc-is-gcc && [[ $(gcc-major-version) -ge 14 ]] && filter-lto local platforms