From unknown Mon Jun 23 02:25:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50170] [PATCH core-updates-frozen] gnu: mesa: Update to 21.2.1. Resent-From: John Kehayias Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 23 Aug 2021 05:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50170 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50170@debbugs.gnu.org X-Debbugs-Original-To: Guix-patches Reply-To: John Kehayias Received: via spool by submit@debbugs.gnu.org id=B.16296978422481 (code B ref -1); Mon, 23 Aug 2021 05:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Aug 2021 05:50:42 +0000 Received: from localhost ([127.0.0.1]:40311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mI2r3-0000dx-MR for submit@debbugs.gnu.org; Mon, 23 Aug 2021 01:50:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:47222) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mI2qz-0000dk-Lu for submit@debbugs.gnu.org; Mon, 23 Aug 2021 01:50:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mI2qz-0003FC-Cx for guix-patches@gnu.org; Mon, 23 Aug 2021 01:50:37 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:57433) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mI2qu-0000Ag-Ui for guix-patches@gnu.org; Mon, 23 Aug 2021 01:50:36 -0400 Date: Mon, 23 Aug 2021 05:50:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1629697829; bh=D8VpeMx/5bfOBO24DDhQz/eUU6/BSAvbfjunEBHg+B4=; h=Date:To:From:Reply-To:Subject:From; b=T0Fx4iYNfbxQWOFd9LaV1lF0YXzDCvN2LOPknvvycp6fvP6OHUMViTbTyTv1EyZug aqxVYFN98VQcp1V/erUqfhJfYzxUQdFB2TBUn4/O4juADRw549ks/Ld7X7sBg0EzOs 46XoCcd8FeCVvtUZEBajn4vGBoIxvo7i3sTGi9eE= From: John Kehayias Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.134; envelope-from=john.kehayias@protonmail.com; helo=mail-40134.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/gl.scm (mesa): Update to 21.2.1. * gnu/packages/patches/mesa-skip-tests.patch: Modify for current version. --- gnu/packages/gl.scm | 4 ++-- gnu/packages/patches/mesa-skip-tests.patch | 28 +++++++--------------- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 7a8a478953..d6e754779d 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -239,7 +239,7 @@ also known as DXTn or DXTC) for Mesa.") (define-public mesa (package (name "mesa") - (version "21.1.6") + (version "21.2.1") (source (origin (method url-fetch) @@ -251,7 +251,7 @@ also known as DXTn or DXTC) for Mesa.") version "/mesa-" version ".tar.xz"))) (sha256 (base32 - "0dwyk7cxlwna24ap23i8i92a2qcc6xhp16i03zzakpqiz4i03jxi")) + "11qpq16xbxymcgiy0wk787dk4yw2pv8fzgj8d92ng6s11dqycr9c")) (patches (search-patches "mesa-skip-tests.patch")))) (build-system meson-build-system) diff --git a/gnu/packages/patches/mesa-skip-tests.patch b/gnu/packages/patc= hes/mesa-skip-tests.patch index 8f587ea7ef..0813fa2a8a 100644 --- a/gnu/packages/patches/mesa-skip-tests.patch +++ b/gnu/packages/patches/mesa-skip-tests.patch @@ -5,25 +5,15 @@ completely with this patch: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4091 diff --git a/src/util/meson.build b/src/util/meson.build -index 0893f64..909b3e0 100644 +index aa5bfef5dbc..3ec845b05fa 100644 --- a/src/util/meson.build +++ b/src/util/meson.build -@@ -289,18 +289,6 @@ if with_tests - suite : ['util'], - ) +@@ -344,7 +344,7 @@ if with_tests + ) + endif -- test( -- 'u_debug_stack', -- executable( -- 'u_debug_stack_test', -- files('u_debug_stack_test.cpp'), -- include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, in= c_gallium, inc_gallium_aux], -- dependencies : [idep_mesautil, idep_gtest], -- c_args : [c_msvc_compat_args], -- ), -- suite : ['util'], -- ) -- - process_test_exe =3D executable( - 'process_test', - files('process_test.c'), +- foreach t: ['bitset', 'register_allocate', 'u_debug_stack', 'u_qsort'] ++ foreach t: ['bitset', 'register_allocate', 'u_qsort'] + test( + t, + executable( -- 2.33.0 From unknown Mon Jun 23 02:25:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50170] [PATCH core-updates-frozen] gnu: mesa: Update to 21.2.1. References: In-Reply-To: Resent-From: John Kehayias Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 23 Aug 2021 05:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50170 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "50170@debbugs.gnu.org" <50170@debbugs.gnu.org> Reply-To: John Kehayias Received: via spool by 50170-submit@debbugs.gnu.org id=B50170.16296983403306 (code B ref 50170); Mon, 23 Aug 2021 05:59:01 +0000 Received: (at 50170) by debbugs.gnu.org; 23 Aug 2021 05:59:00 +0000 Received: from localhost ([127.0.0.1]:40319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mI2z2-0000rD-Tl for submit@debbugs.gnu.org; Mon, 23 Aug 2021 01:59:00 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:58606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mI2yy-0000qu-6U for 50170@debbugs.gnu.org; Mon, 23 Aug 2021 01:58:56 -0400 Date: Mon, 23 Aug 2021 05:58:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1629698325; bh=A7UebZSmnVxIHRquBrYU/T+wHp21WYTemZPjyHEOkHA=; h=Date:To:From:Reply-To:Subject:From; b=DPFL/UzNXUixbIK5a3aH7mUG0lWok0I0bzAP7YxCWEFG7JO5sCvjjSijb3LLUy/kA TSmcbuevxSNR39E1j4R6yXcg4caREDwJOuj7rwNMlyk2JvC4pkmrBTOtvioP/uZafR zYzmrqPMmkDKHQLNfYwZtKCNI9eXj/K5pHeMyVd4= From: John Kehayias Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi everyone, I know we're working on getting core-updates-frozen in shape to merge, but = with a few more Mesa updates out recently I thought maybe I can sneak this = in as an addendum to the current Mesa patches. I checked it builds on x86-6= 4 and modified the patch which removes the troublesome (i686) test to still= apply here. No other changes to the build process I could see. 21.2.0 was = out earlier but was a development release; this is the first regular releas= e for 21.2. If I may, I would suggest seeing if this builds on the CI for other archite= ctures without major changes, and if so would recommend this update. Mesa h= as been moving quickly with bug fixes and enhancing their graphics drivers,= so with the extended time between core-update merges would be great to be = up to date for this current merge. And if not, this can be the start of the next core-updates Mesa update (may= be Mesa can be moved to a quicker updating process?). There is also a furth= er bug fix release for 21.1, so we could bump to 21.1.7 from our current 21= .1.6 in core-updates-frozen. Let me know what you think and anything else we need on this front. John From unknown Mon Jun 23 02:25:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50170] [PATCH core-updates-frozen] gnu: mesa: Update to 21.2.1. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Oct 2021 00:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50170 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: John Kehayias Cc: 50170@debbugs.gnu.org Received: via spool by 50170-submit@debbugs.gnu.org id=B50170.163425858231385 (code B ref 50170); Fri, 15 Oct 2021 00:44:01 +0000 Received: (at 50170) by debbugs.gnu.org; 15 Oct 2021 00:43:02 +0000 Received: from localhost ([127.0.0.1]:37405 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbBJN-0008A1-JB for submit@debbugs.gnu.org; Thu, 14 Oct 2021 20:43:02 -0400 Received: from mail-qt1-f173.google.com ([209.85.160.173]:40587) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbBJK-00089e-Q3 for 50170@debbugs.gnu.org; Thu, 14 Oct 2021 20:43:00 -0400 Received: by mail-qt1-f173.google.com with SMTP id o12so7417358qtq.7 for <50170@debbugs.gnu.org>; Thu, 14 Oct 2021 17:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=hM5K4/X/4WUub8S6Oep0raUOjbPAlZIsFXeFPSPTxjk=; b=V/BZkz2ywLdPzpE0cqzd8j12MNUM1kyg7YcNqyh5SdFqHoam/KW7/8JK3idLRKpmXJ HUQa24co8Ih+L+jo+OiU96l0j9LdEMayo43/AfIuUfzhTdk/PJT3PPxkJvwnJJNXfayj pEOpganPnWEqZ7xxFeTQKl8qIQ7gPBxetkUCy5ktTXfIo5fjuO4Uzt69GfkMkF/7q2Zr BJMcbcmaiS/ZGNGq1rbLXWzgFnZvD7deJfDmVpnRuKD+VE2t73Rkj6Rkgu8T8bhfIj6s 6gjpOi+5hURrEvJfXwnbJe3mRkLGIeDxSkQ2l6E0QYp05E/3LHpWR3uG9gZ0vo3B920O o0IQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=hM5K4/X/4WUub8S6Oep0raUOjbPAlZIsFXeFPSPTxjk=; b=4cBfouV+12uwOsNMppDw2snCd9m2GGIQll0m7KiTUNAYJ5aLeMVBbJO2u4VbuEIleF OThg7DR+VNwPoRlU5s0041gvqgl2ea8a+SLcPrG3DDyC/2kHZI0L0VR9tAZ+wAwtX3U8 1ePQ3WzN0Whc9Ozw4cX3QWerM3AgkLJiS/ECA+zauBH8MAU0tw97YgYMo2NNKZQs7oKZ gcbWgaVIn7qPwQa2AWdLoEIt2MxBf97X7iWoH9VPKGn4cgMVw+4ubUtXPAx7F8fMT0gb RYOSLUUBPny/bfMEqWCbSC/jKyWBqQQARsOD5p76DB8zrFA4o2Mrfj1N9fF+PWOoGsxH /Z6w== X-Gm-Message-State: AOAM532QRinugVYyiFweLh1F5XY0pcsTeV9XemX9yqgzVyPRqcTtRDrU lWq1rMt3n/9UqeCnxsuI7NSS+ALyRBg= X-Google-Smtp-Source: ABdhPJyLhnCLim7bQag2+/x76J+owy1uHJd7ks7H1rpK0ZSvgDsBhqwYHIAF7AcPtTnKOl8U3nfoSA== X-Received: by 2002:a05:622a:1392:: with SMTP id o18mr10598954qtk.107.1634258572973; Thu, 14 Oct 2021 17:42:52 -0700 (PDT) Received: from hurd (dsl-236-123-199.b2b2c.ca. [207.236.123.199]) by smtp.gmail.com with ESMTPSA id c19sm1936123qkj.132.2021.10.14.17.42.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 17:42:52 -0700 (PDT) From: Maxim Cournoyer References: Date: Thu, 14 Oct 2021 20:42:34 -0400 In-Reply-To: (John Kehayias's message of "Mon, 23 Aug 2021 05:50:25 +0000") Message-ID: <87tuhjnmo5.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi! John Kehayias writes: > * gnu/packages/gl.scm (mesa): Update to 21.2.1. > * gnu/packages/patches/mesa-skip-tests.patch: Modify for current version. > --- > gnu/packages/gl.scm | 4 ++-- > gnu/packages/patches/mesa-skip-tests.patch | 28 +++++++--------------- > 2 files changed, 11 insertions(+), 21 deletions(-) > > diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm > index 7a8a478953..d6e754779d 100644 > --- a/gnu/packages/gl.scm > +++ b/gnu/packages/gl.scm > @@ -239,7 +239,7 @@ also known as DXTn or DXTC) for Mesa.") > (define-public mesa > (package > (name "mesa") > - (version "21.1.6") > + (version "21.2.1") > (source > (origin > (method url-fetch) > @@ -251,7 +251,7 @@ also known as DXTn or DXTC) for Mesa.") > version "/mesa-" version ".tar.xz"))) > (sha256 > (base32 > - "0dwyk7cxlwna24ap23i8i92a2qcc6xhp16i03zzakpqiz4i03jxi")) > + "11qpq16xbxymcgiy0wk787dk4yw2pv8fzgj8d92ng6s11dqycr9c")) > (patches > (search-patches "mesa-skip-tests.patch")))) > (build-system meson-build-system) > diff --git a/gnu/packages/patches/mesa-skip-tests.patch b/gnu/packages/patches/mesa-skip-tests.patch > index 8f587ea7ef..0813fa2a8a 100644 > --- a/gnu/packages/patches/mesa-skip-tests.patch > +++ b/gnu/packages/patches/mesa-skip-tests.patch > @@ -5,25 +5,15 @@ completely with this patch: > https://gitlab.freedesktop.org/mesa/mesa/-/issues/4091 > > diff --git a/src/util/meson.build b/src/util/meson.build > -index 0893f64..909b3e0 100644 > +index aa5bfef5dbc..3ec845b05fa 100644 > --- a/src/util/meson.build > +++ b/src/util/meson.build > -@@ -289,18 +289,6 @@ if with_tests > - suite : ['util'], > - ) > +@@ -344,7 +344,7 @@ if with_tests > + ) > + endif > > -- test( > > -- 'u_debug_stack', > -- executable( > -- 'u_debug_stack_test', > -- files('u_debug_stack_test.cpp'), > -- include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux], > -- dependencies : [idep_mesautil, idep_gtest], > -- c_args : [c_msvc_compat_args], > -- ), > -- suite : ['util'], > -- ) > -- > - process_test_exe = executable( > - 'process_test', > - files('process_test.c'), > +- foreach t: ['bitset', 'register_allocate', 'u_debug_stack', 'u_qsort'] > ++ foreach t: ['bitset', 'register_allocate', 'u_qsort'] > + test( > + t, > + executable( > -- > 2.33.0 I wanted to apply this to my batched local core-updates-frozen branch, but I get: error: corrupt patch at line 69 Could you please resend it? Thanks! Maxim From unknown Mon Jun 23 02:25:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50170] [PATCH core-updates-frozen] gnu: mesa: Update to 21.2.1. Resent-From: John Kehayias Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Oct 2021 02:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50170 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: 50170@debbugs.gnu.org Reply-To: John Kehayias Received: via spool by 50170-submit@debbugs.gnu.org id=B50170.163426415424865 (code B ref 50170); Fri, 15 Oct 2021 02:16:02 +0000 Received: (at 50170) by debbugs.gnu.org; 15 Oct 2021 02:15:54 +0000 Received: from localhost ([127.0.0.1]:37484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbClG-0006Sz-DR for submit@debbugs.gnu.org; Thu, 14 Oct 2021 22:15:54 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]:17089) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbClB-0006Sk-Gz for 50170@debbugs.gnu.org; Thu, 14 Oct 2021 22:15:52 -0400 Date: Fri, 15 Oct 2021 02:15:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1634264142; bh=CTaESkFjME7SUx86cyOa1zDzC4FlUy3MPgEb7pLlmdA=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=QymqqGjooB5YGw2h+jr1UkLWjxQqtnQY4O/8GdqCpuQe0SdisTV/H/oECwZVNiA/W qeFX8wXO0q7MBh6QWW2ghOvh57tOji3/BiqUAFzmZZI8FgF/x6naKAsn6QFc/l+H0F 7uBvsTN/8sM/FHOL+MYS0zMW5vviUwArc4rHYqe0= From: John Kehayias Message-ID: In-Reply-To: <87tuhjnmo5.fsf@gmail.com> References: <87tuhjnmo5.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="b1_Z3VO1MtgBr7C0PD5Ik5g3M8QKGWqvzQr1gyXF1yVg" X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is a multi-part message in MIME format. --b1_Z3VO1MtgBr7C0PD5Ik5g3M8QKGWqvzQr1gyXF1yVg Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Maxim! =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Thursday, October 14th, 2021 at 8:42 PM, Maxim Cournoyer wrote: > Hi! > > I wanted to apply this to my batched local core-updates-frozen branch, > but I get: > > error: corrupt patch at line 69 > > Could you please resend it? > Looks like the patch for disabling a test (that fails on i686) needed an up= date. I've updated the version to 21.2.4 which literally just came out (wow= Mesa is fast these days with bugfix versions) and adjusted the patch. I've= tested that it applies and builds on x86_64 and with --system=3Di686-linux= successfully. Let me know if you run into any problem with this version! John --b1_Z3VO1MtgBr7C0PD5Ik5g3M8QKGWqvzQr1gyXF1yVg Content-Type: text/x-patch; name=0001-gnu-packages-gl.scm-mesa-Update-to-21.2.4.patch Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=0001-gnu-packages-gl.scm-mesa-Update-to-21.2.4.patch RnJvbSBhMTExNTQzNGM1ZjY3ZjJiNGMyYmZlNjljMDM0NDQxNmM0NTk3MWQ0IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBKb2huIEtlaGF5aWFzIDxqb2huLmtlaGF5aWFzQHByb3Rvbm1h aWwuY29tPgpEYXRlOiBUaHUsIDE0IE9jdCAyMDIxIDIyOjEyOjQxIC0wNDAwClN1YmplY3Q6IFtQ QVRDSF0gKiBnbnUvcGFja2FnZXMvZ2wuc2NtIChtZXNhKTogVXBkYXRlIHRvIDIxLjIuNC4KCiog Z251L3BhY2thZ2VzL3BhdGNoZXMvbWVzYS1za2lwLXRlc3RzLnBhdGNoOiBBZGp1c3QgZm9yIGN1 cnJlbnQgdmVyc2lvbi4KLS0tCiBnbnUvcGFja2FnZXMvZ2wuc2NtICAgICAgICAgICAgICAgICAg ICAgICAgfCAgNCArKy0tCiBnbnUvcGFja2FnZXMvcGF0Y2hlcy9tZXNhLXNraXAtdGVzdHMucGF0 Y2ggfCAyOCArKysrKysrLS0tLS0tLS0tLS0tLS0tCiAyIGZpbGVzIGNoYW5nZWQsIDExIGluc2Vy dGlvbnMoKyksIDIxIGRlbGV0aW9ucygtKQoKZGlmZiAtLWdpdCBhL2dudS9wYWNrYWdlcy9nbC5z Y20gYi9nbnUvcGFja2FnZXMvZ2wuc2NtCmluZGV4IDUyYjc1MDhkNmIuLmNjYjc4Njc1ZjQgMTAw NjQ0Ci0tLSBhL2dudS9wYWNrYWdlcy9nbC5zY20KKysrIGIvZ251L3BhY2thZ2VzL2dsLnNjbQpA QCAtMjM4LDcgKzIzOCw3IEBAIGFsc28ga25vd24gYXMgRFhUbiBvciBEWFRDKSBmb3IgTWVzYS4i KQogKGRlZmluZS1wdWJsaWMgbWVzYQogICAocGFja2FnZQogICAgIChuYW1lICJtZXNhIikKLSAg ICAodmVyc2lvbiAiMjEuMS42IikKKyAgICAodmVyc2lvbiAiMjEuMi40IikKICAgICAoc291cmNl CiAgICAgICAob3JpZ2luCiAgICAgICAgIChtZXRob2QgdXJsLWZldGNoKQpAQCAtMjUwLDcgKzI1 MCw3IEBAIGFsc28ga25vd24gYXMgRFhUbiBvciBEWFRDKSBmb3IgTWVzYS4iKQogICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIHZlcnNpb24gIi9tZXNhLSIgdmVyc2lvbiAiLnRhci54 eiIpKSkKICAgICAgICAgKHNoYTI1NgogICAgICAgICAgKGJhc2UzMgotICAgICAgICAgICIwZHd5 azdjeGx3bmEyNGFwMjNpOGk5MmEycWNjNnhocDE2aTAzenpha3BxaXo0aTAzanhpIikpCisgICAg ICAgICAgIjBpMnZ6M3BwY2dxbTA3NjU0NmltemwxMWpyM3JsY2gxaXY2MmxmZms2MG1jczYxZHd2 cHkiKSkKICAgICAgICAgKHBhdGNoZXMKICAgICAgICAgIChzZWFyY2gtcGF0Y2hlcyAibWVzYS1z a2lwLXRlc3RzLnBhdGNoIikpKSkKICAgICAoYnVpbGQtc3lzdGVtIG1lc29uLWJ1aWxkLXN5c3Rl bSkKZGlmZiAtLWdpdCBhL2dudS9wYWNrYWdlcy9wYXRjaGVzL21lc2Etc2tpcC10ZXN0cy5wYXRj aCBiL2dudS9wYWNrYWdlcy9wYXRjaGVzL21lc2Etc2tpcC10ZXN0cy5wYXRjaAppbmRleCA4ZjU4 N2VhN2VmLi43ZmY1NzFkY2Y1IDEwMDY0NAotLS0gYS9nbnUvcGFja2FnZXMvcGF0Y2hlcy9tZXNh LXNraXAtdGVzdHMucGF0Y2gKKysrIGIvZ251L3BhY2thZ2VzL3BhdGNoZXMvbWVzYS1za2lwLXRl c3RzLnBhdGNoCkBAIC01LDI1ICs1LDE1IEBAIGNvbXBsZXRlbHkgd2l0aCB0aGlzIHBhdGNoOgog aHR0cHM6Ly9naXRsYWIuZnJlZWRlc2t0b3Aub3JnL21lc2EvbWVzYS8tL2lzc3Vlcy80MDkxCiAK IGRpZmYgLS1naXQgYS9zcmMvdXRpbC9tZXNvbi5idWlsZCBiL3NyYy91dGlsL21lc29uLmJ1aWxk Ci1pbmRleCAwODkzZjY0Li45MDliM2UwIDEwMDY0NAoraW5kZXggMzE5YjIyZDliZjcuLjkzNzkw YzcyNjc1IDEwMDY0NAogLS0tIGEvc3JjL3V0aWwvbWVzb24uYnVpbGQKICsrKyBiL3NyYy91dGls L21lc29uLmJ1aWxkCi1AQCAtMjg5LDE4ICsyODksNiBAQCBpZiB3aXRoX3Rlc3RzCi0gICAgICBz dWl0ZSA6IFsndXRpbCddLAotICAgKSAgIAorQEAgLTM0NCw3ICszNDQsNyBAQCBpZiB3aXRoX3Rl c3RzCisgICAgICkKKyAgIGVuZGlmCiAgCi0tICB0ZXN0KAotLSAgICAndV9kZWJ1Z19zdGFjaycs Ci0tICAgIGV4ZWN1dGFibGUoCi0tICAgICAgJ3VfZGVidWdfc3RhY2tfdGVzdCcsCi0tICAgICAg ZmlsZXMoJ3VfZGVidWdfc3RhY2tfdGVzdC5jcHAnKSwKLS0gICAgICBpbmNsdWRlX2RpcmVjdG9y aWVzIDogW2luY19pbmNsdWRlLCBpbmNfc3JjLCBpbmNfbWFwaSwgaW5jX21lc2EsIGluY19nYWxs aXVtLCBpbmNfZ2FsbGl1bV9hdXhdLAotLSAgICAgIGRlcGVuZGVuY2llcyA6IFtpZGVwX21lc2F1 dGlsLCBpZGVwX2d0ZXN0XSwKLS0gICAgICBjX2FyZ3MgOiBbY19tc3ZjX2NvbXBhdF9hcmdzXSwK LS0gICAgKSwKLS0gICAgIHN1aXRlIDogWyd1dGlsJ10sCi0tICApCi0tCi0gICBwcm9jZXNzX3Rl c3RfZXhlID0gZXhlY3V0YWJsZSgKLSAgICAgJ3Byb2Nlc3NfdGVzdCcsCi0gICAgIGZpbGVzKCdw cm9jZXNzX3Rlc3QuYycpLAorLSAgZm9yZWFjaCB0OiBbJ2JpdHNldCcsICdyZWdpc3Rlcl9hbGxv Y2F0ZScsICd1X2RlYnVnX3N0YWNrJywgJ3VfcXNvcnQnXQorKyAgZm9yZWFjaCB0OiBbJ2JpdHNl dCcsICdyZWdpc3Rlcl9hbGxvY2F0ZScsICd1X3Fzb3J0J10KKyAgICAgdGVzdCgKKyAgICAgICB0 LAorICAgICAgIGV4ZWN1dGFibGUoCi0tIAoyLjMzLjAKCg== --b1_Z3VO1MtgBr7C0PD5Ik5g3M8QKGWqvzQr1gyXF1yVg-- From unknown Mon Jun 23 02:25:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50170] [PATCH core-updates-frozen] gnu: mesa: Update to 21.2.1. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Oct 2021 02:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50170 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: John Kehayias Cc: 50170@debbugs.gnu.org Received: via spool by 50170-submit@debbugs.gnu.org id=B50170.163426486825981 (code B ref 50170); Fri, 15 Oct 2021 02:28:02 +0000 Received: (at 50170) by debbugs.gnu.org; 15 Oct 2021 02:27:48 +0000 Received: from localhost ([127.0.0.1]:37489 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbCwl-0006ky-Lz for submit@debbugs.gnu.org; Thu, 14 Oct 2021 22:27:47 -0400 Received: from mail-qt1-f178.google.com ([209.85.160.178]:45789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbCwk-0006kj-6h for 50170@debbugs.gnu.org; Thu, 14 Oct 2021 22:27:47 -0400 Received: by mail-qt1-f178.google.com with SMTP id t2so3133849qtn.12 for <50170@debbugs.gnu.org>; Thu, 14 Oct 2021 19:27:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=2uWj8EUwTL5iXN46qHUw1ofDWbnPXhDa/6Ts1V8TRUM=; b=KGmDr5IloGz4J7lzV2wftmBvc+M+gSKP0kgVBMPSrAxYYcclk/QLX94uE4iWDCiDFV MbK6rEnBcyJqBLLC34t0dnE5VTXzmn/o3YR398hhxJbbEozkod4Me4CmVqOGBliSYYtc pJIcniQoLIWBSykh1c5rBa7UMxcj2b3npnQhqzLRwUQFlg0DlCQFog2ELX9wsXxX1zR/ 5JjZrFqZZDBeJzNvrs1TUv2zfqAMHpSJ1ekdJy10vqtrBJlq1rWFeqOyRoSeaAkdI+WE xK9PhPLL10Y+Tz7EXRbrvO3GN1EI0M0fQy129fGkhetl0qEJ87S3ZxrdWuyrf7tgJJQK SDuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=2uWj8EUwTL5iXN46qHUw1ofDWbnPXhDa/6Ts1V8TRUM=; b=BhgqMWFOiGRWPshpR+d9dlPRUm6oAZ0IMc+vmgB5Zob+h+yGdXmUNyrgCgAUuCmNgY 758fenJbaItqVUQSMZZx2Po3qBzxPtl4Yjkk2ylSSH5i8w3HuKOTQ1W30E5aTv7EZ5S4 Riv6KbRhQvvDQVvUCdvNJdsTcHVnJzK64L6Wd4cG2LrVoFAo8VCc2SnmrCrj85e794zD 9VQGRii6r0zQ7MQIgkEgqOGklceXecP/lpzXeKCGAjNzmS2HfUt0tJn9U3FKaXZytOsm p/GZv6dAVmJjfS53bpi6OZviTurG3W3hwmjxVYSsqaQzdZl52GNXiAc+AODcX67V3aqq 1iiQ== X-Gm-Message-State: AOAM5330Tde8Bi1wXwqjnksr20txVvX+55JubUJkBVsT2dFvocT8nzjV bocH8M+GnwnL9E2amdOrbH3DXSPmyJw= X-Google-Smtp-Source: ABdhPJw1RdQN0z2BxQFGvc+npmPLRvf/VPj3U8AT6x2V1VDLg+AK6A9ryU47I7TBrJCn2PCid9UIbg== X-Received: by 2002:a05:622a:13ca:: with SMTP id p10mr10802059qtk.167.1634264860414; Thu, 14 Oct 2021 19:27:40 -0700 (PDT) Received: from hurd (dsl-236-123-199.b2b2c.ca. [207.236.123.199]) by smtp.gmail.com with ESMTPSA id q8sm216315qkl.2.2021.10.14.19.27.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 19:27:39 -0700 (PDT) From: Maxim Cournoyer References: <87tuhjnmo5.fsf@gmail.com> Date: Thu, 14 Oct 2021 22:27:22 -0400 In-Reply-To: (John Kehayias's message of "Fri, 15 Oct 2021 02:15:39 +0000") Message-ID: <87mtnbnhth.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello! John Kehayias writes: > Hi Maxim! > > =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original = Message =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 > > On Thursday, October 14th, 2021 at 8:42 PM, Maxim Cournoyer wrote: > >> Hi! >> >> I wanted to apply this to my batched local core-updates-frozen branch, >> but I get: >> >> error: corrupt patch at line 69 >> >> Could you please resend it? >> > > Looks like the patch for disabling a test (that fails on i686) needed > an update. I've updated the version to 21.2.4 which literally just > came out (wow Mesa is fast these days with bugfix versions) and > adjusted the patch. I've tested that it applies and builds on x86_64 > and with --system=3Di686-linux successfully. > > Let me know if you run into any problem with this version! > > John Successfully applied; thanks for the prompt reply! Maxim From unknown Mon Jun 23 02:25:17 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: John Kehayias Subject: bug#50170: closed (Re: bug#50170: [PATCH core-updates-frozen] gnu: mesa: Update to 21.2.1.) Message-ID: References: <87bl2pq5bv.fsf_-_@gmail.com> X-Gnu-PR-Message: they-closed 50170 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 50170@debbugs.gnu.org Date: Fri, 12 Nov 2021 06:03:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1636696981-6108-1" This is a multi-part message in MIME format... ------------=_1636696981-6108-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50170: [PATCH core-updates-frozen] gnu: mesa: Update to 21.2.1. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 50170@debbugs.gnu.org. --=20 50170: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50170 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1636696981-6108-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50170-done) by debbugs.gnu.org; 12 Nov 2021 06:02:54 +0000 Received: from localhost ([127.0.0.1]:43036 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlPeH-0001a8-Ob for submit@debbugs.gnu.org; Fri, 12 Nov 2021 01:02:53 -0500 Received: from mail-qk1-f179.google.com ([209.85.222.179]:41740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlPeF-0001Zs-RG for 50170-done@debbugs.gnu.org; Fri, 12 Nov 2021 01:02:52 -0500 Received: by mail-qk1-f179.google.com with SMTP id t83so5753838qke.8 for <50170-done@debbugs.gnu.org>; Thu, 11 Nov 2021 22:02:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=so67kGmVwflH0F/3/mK+D6NHRiWFPtYAs3j6XK6rCK4=; b=P5W7DeqQ/FjA8L7rmaRu/6NYPKkMYzOtIhO/Sri1Nxa0gh5txYpQxAMisb9ucaI/f8 9cHwI4tHBR9++TszYFAFkNmskmmSQ8pb2zBY11FnEJCjqFVw+O35mSFSWIJrbcSIPksj nvIMC7NC/KYWSisFf/Vv6IVdup9Tf58PyMOSSaQQDQexjKHn0Yi6+RNCyYHBLvRYsrtR q+4bqZyK3xyK61gCUuuLuBKrrDCn4aPcus4zm3lYugHHenV9fKcB/2e4dr6FoSuU3j7n 2eIJPawpytUOiv/tmS6Wi/Ui3OWln2WkH9TxzGddhBdDyqyBeKBMbt3TTOZSr9AyDGvG opQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=so67kGmVwflH0F/3/mK+D6NHRiWFPtYAs3j6XK6rCK4=; b=01UfGItG8quW/YZUYJfME7sEl6cwJK0daZ2Jd5XLaGTSdUBraH6ttK1qGL8/jbvNFo R+XtmwI2XSGRfJ5fmJVYZs0TL1EdkIXGRq0pZbcqH9H1doQ+BFIbUQL5JJNNqiHVFvic GDHMMHlybFRz8bErA5s0jehKkzVPuTivG6VgUUYIU3VCvG9hxAe4jc14/wiwFI54lvmf 9WOyj1jOrM71jxTrM670+B8wd4I/9QxQerpTS206/n1FJttOj/j4Af+KnUyKqk+lp9Vi R3C9Fc38zXAnz8OqLG+aCLyO5Du3HxLBpFXbAhTVdzVRjuYSpMh8RAZnFlsIAHTf+H9M RffA== X-Gm-Message-State: AOAM531x4BkTlTjpqLdHbrHH2E6JRLw9SqQQB0UxZsIQIhTBoUfCHdnv erpsyHvtT9+LiLERPW/qTU5hJl1AnbWGseXJ X-Google-Smtp-Source: ABdhPJyCfzo+MiP+ZWbzvcH7b1Nx80TDD9s6zMXpeEsQkHI/lGg7SJYfeqaAOX7J8ZKF7E44d1A1Mw== X-Received: by 2002:a37:2d02:: with SMTP id t2mr10627327qkh.171.1636696966143; Thu, 11 Nov 2021 22:02:46 -0800 (PST) Received: from hurd (dsl-10-133-155.b2b2c.ca. [72.10.133.155]) by smtp.gmail.com with ESMTPSA id w11sm2864120qta.50.2021.11.11.22.02.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Nov 2021 22:02:45 -0800 (PST) From: Maxim Cournoyer To: John Kehayias Subject: Re: bug#50170: [PATCH core-updates-frozen] gnu: mesa: Update to 21.2.1. References: <87tuhjnmo5.fsf@gmail.com> <87mtnbnhth.fsf_-_@gmail.com> Date: Fri, 12 Nov 2021 01:02:44 -0500 In-Reply-To: <87mtnbnhth.fsf_-_@gmail.com> (Maxim Cournoyer's message of "Thu, 14 Oct 2021 22:27:22 -0400") Message-ID: <87bl2pq5bv.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50170-done Cc: 50170-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Maxim Cournoyer writes: > Hello! > > John Kehayias writes: > >> Hi Maxim! >> >> =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original= Message =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 >> >> On Thursday, October 14th, 2021 at 8:42 PM, Maxim Cournoyer wrote: >> >>> Hi! >>> >>> I wanted to apply this to my batched local core-updates-frozen branch, >>> but I get: >>> >>> error: corrupt patch at line 69 >>> >>> Could you please resend it? >>> >> >> Looks like the patch for disabling a test (that fails on i686) needed >> an update. I've updated the version to 21.2.4 which literally just >> came out (wow Mesa is fast these days with bugfix versions) and >> adjusted the patch. I've tested that it applies and builds on x86_64 >> and with --system=3Di686-linux successfully. >> >> Let me know if you run into any problem with this version! >> >> John We now have 21.2.4 in core-updates-frozen since commit 3b9b685d051c44206d1b5efce920c85037ec081c. Thank you! Closing, Maxim ------------=_1636696981-6108-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Aug 2021 05:50:42 +0000 Received: from localhost ([127.0.0.1]:40311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mI2r3-0000dx-MR for submit@debbugs.gnu.org; Mon, 23 Aug 2021 01:50:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:47222) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mI2qz-0000dk-Lu for submit@debbugs.gnu.org; Mon, 23 Aug 2021 01:50:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mI2qz-0003FC-Cx for guix-patches@gnu.org; Mon, 23 Aug 2021 01:50:37 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:57433) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mI2qu-0000Ag-Ui for guix-patches@gnu.org; Mon, 23 Aug 2021 01:50:36 -0400 Date: Mon, 23 Aug 2021 05:50:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1629697829; bh=D8VpeMx/5bfOBO24DDhQz/eUU6/BSAvbfjunEBHg+B4=; h=Date:To:From:Reply-To:Subject:From; b=T0Fx4iYNfbxQWOFd9LaV1lF0YXzDCvN2LOPknvvycp6fvP6OHUMViTbTyTv1EyZug aqxVYFN98VQcp1V/erUqfhJfYzxUQdFB2TBUn4/O4juADRw549ks/Ld7X7sBg0EzOs 46XoCcd8FeCVvtUZEBajn4vGBoIxvo7i3sTGi9eE= To: Guix-patches From: John Kehayias Subject: [PATCH core-updates-frozen] gnu: mesa: Update to 21.2.1. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.134; envelope-from=john.kehayias@protonmail.com; helo=mail-40134.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: John Kehayias Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/gl.scm (mesa): Update to 21.2.1. * gnu/packages/patches/mesa-skip-tests.patch: Modify for current version. --- gnu/packages/gl.scm | 4 ++-- gnu/packages/patches/mesa-skip-tests.patch | 28 +++++++--------------- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 7a8a478953..d6e754779d 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -239,7 +239,7 @@ also known as DXTn or DXTC) for Mesa.") (define-public mesa (package (name "mesa") - (version "21.1.6") + (version "21.2.1") (source (origin (method url-fetch) @@ -251,7 +251,7 @@ also known as DXTn or DXTC) for Mesa.") version "/mesa-" version ".tar.xz"))) (sha256 (base32 - "0dwyk7cxlwna24ap23i8i92a2qcc6xhp16i03zzakpqiz4i03jxi")) + "11qpq16xbxymcgiy0wk787dk4yw2pv8fzgj8d92ng6s11dqycr9c")) (patches (search-patches "mesa-skip-tests.patch")))) (build-system meson-build-system) diff --git a/gnu/packages/patches/mesa-skip-tests.patch b/gnu/packages/patc= hes/mesa-skip-tests.patch index 8f587ea7ef..0813fa2a8a 100644 --- a/gnu/packages/patches/mesa-skip-tests.patch +++ b/gnu/packages/patches/mesa-skip-tests.patch @@ -5,25 +5,15 @@ completely with this patch: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4091 diff --git a/src/util/meson.build b/src/util/meson.build -index 0893f64..909b3e0 100644 +index aa5bfef5dbc..3ec845b05fa 100644 --- a/src/util/meson.build +++ b/src/util/meson.build -@@ -289,18 +289,6 @@ if with_tests - suite : ['util'], - ) +@@ -344,7 +344,7 @@ if with_tests + ) + endif -- test( -- 'u_debug_stack', -- executable( -- 'u_debug_stack_test', -- files('u_debug_stack_test.cpp'), -- include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, in= c_gallium, inc_gallium_aux], -- dependencies : [idep_mesautil, idep_gtest], -- c_args : [c_msvc_compat_args], -- ), -- suite : ['util'], -- ) -- - process_test_exe =3D executable( - 'process_test', - files('process_test.c'), +- foreach t: ['bitset', 'register_allocate', 'u_debug_stack', 'u_qsort'] ++ foreach t: ['bitset', 'register_allocate', 'u_qsort'] + test( + t, + executable( -- 2.33.0 ------------=_1636696981-6108-1--