From unknown Fri Jun 20 02:28:06 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#68903 <68903@debbugs.gnu.org> To: bug#68903 <68903@debbugs.gnu.org> Subject: Status: wabt: fix builds on !x86_64 and update to 1.0.34 Reply-To: bug#68903 <68903@debbugs.gnu.org> Date: Fri, 20 Jun 2025 09:28:06 +0000 retitle 68903 wabt: fix builds on !x86_64 and update to 1.0.34 reassign 68903 guix-patches submitter 68903 Vagrant Cascadian severity 68903 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 02 21:43:11 2024 Received: (at submit) by debbugs.gnu.org; 3 Feb 2024 02:43:11 +0000 Received: from localhost ([127.0.0.1]:45733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rW5zq-0005PE-Uy for submit@debbugs.gnu.org; Fri, 02 Feb 2024 21:43:11 -0500 Received: from lists.gnu.org ([2001:470:142::17]:54576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rW5zo-0005Oy-H1 for submit@debbugs.gnu.org; Fri, 02 Feb 2024 21:43:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rW5zX-0004jL-UE for guix-patches@gnu.org; Fri, 02 Feb 2024 21:42:52 -0500 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rW5zT-0008H2-84 for guix-patches@gnu.org; Fri, 02 Feb 2024 21:42:51 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 524211AB23 for ; Fri, 2 Feb 2024 18:42:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1706928160; bh=lmgy01fzALaLEGfpOL4VxsuXoWMwbCAzlwTiSvq4p10=; h=From:To:Subject:Date:From; b=sSr4DBGzsBjSGaCoTpUjhd3z+jr55WN9hWW20J9v6w1YXqFYumlxmfIfrVWZSEFui JTFc+zv3bFjta8itDCX9yrD211CEzGBf4wgx2wJPiUa1rJpnEHNo/eUC1OfmopfXtB qWKLhsTWCw/tSSexThi9iLrcuFRXSHaWN7JQbLN5nL0Nw6MfNakLGhFMKW4DZCr3wX r4953foYbg1P3Z6JbU8uNLKkef+1HJMEaFqR+weF2LrcrLlvY8wK2/fP/GkwJ2DETQ pQCGNu0GxTGYr+nBq/gYNu/ZKfRIccyDYWBpk+u7MVt4cgH40kM+QkIu2EN0UhIr7F hU4nBXLdPpBeQ== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: fix builds on !x86_64 and update to 1.0.34 Date: Fri, 02 Feb 2024 18:42:36 -0800 Message-ID: <871q9u8e03.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@reproducible-builds.org; helo=cascadia.aikidev.net 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patch updates wabt to 1.0.34 and also disables tests on non-x86_64 architectures. Since the update to wabt 1.0.32 in commit 9d474e105977e46d1ffd9afe794d26882a66c7a0, tests were also enabled... but it has failed to build architectures other than x86_64 ever since... Because of this, diffoscope and reprotest have not been able to build, as diffoscope has wabt in native-inputs. Thanks to ulfvonbelow via #guix IRC for the simple suggestion of how to disable tests! Another option would be to selectively disable tests, though historically there have been a number of relevent outstanding issues related to tests on !x86_64, which might turn into a few rounds of whack-a-mole every time wabt is updated: https://github.com/WebAssembly/wabt/issues/1045 https://github.com/WebAssembly/wabt/issues/1044 https://github.com/WebAssembly/wabt/issues/2118 https://github.com/WebAssembly/wabt/issues/2240 live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-wabt-Update-to-1.0.34.patch Content-Transfer-Encoding: quoted-printable From=20a378a8b7b23c2be9f8374d28fc1f89134a9fd272 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 2 Feb 2024 15:32:04 -0800 Subject: [PATCH] gnu: wabt: Update to 1.0.34. * gnu/packages/web.scm (wabt): Update to 1.0.34. [arguments]: Disable tests on !x86_64. =2D-- gnu/packages/web.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 1a97dd8dec..1eefb1fde7 100644 =2D-- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1638,7 +1638,7 @@ (define-public libwebsockets (define-public wabt (package (name "wabt") =2D (version "1.0.32") + (version "1.0.34") (source (origin (method git-fetch) @@ -1648,13 +1648,15 @@ (define-public wabt (recursive? #true))) (file-name (git-file-name name version)) (sha256 =2D (base32 "0m124r8v9c0hxiaa4iy7ch4ng8msnirbc2vb702gbdjhvgzyrcwh")) + (base32 "1vxvc34b7a7lkrmzdb5cjv0b54vhiyr33sy0i2ps5jrmg5rqqmia")) (modules '((guix build utils))) (snippet '(delete-file-recursively "third_party/gtest/")))) (build-system cmake-build-system) (arguments (list + ;; Tests on non-x86_64 architectures are not well supported upstream. + #:tests? (target-x86-64?) #:test-target "run-tests" #:configure-flags '(list "-DUSE_SYSTEM_GTEST=3DON") #:phases base-commit: f45d05133472a9da13eae20ba4a676c696682c90 =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZb2oHAAKCRDcUY/If5cW qhTAAQCfturehjXuNqmNaNFLsGbPAJeWzEMoA+5erVPECotcFAEAoGmQ43ntSlAh u3pbViNZ/SWW6s1lrbA2kT+D3Vg/uwg= =0p4i -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 06 18:30:16 2024 Received: (at control) by debbugs.gnu.org; 6 Feb 2024 23:30:16 +0000 Received: from localhost ([127.0.0.1]:55349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXUtM-0007vo-3M for submit@debbugs.gnu.org; Tue, 06 Feb 2024 18:30:16 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:39094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXUtJ-0007uN-TR for control@debbugs.gnu.org; Tue, 06 Feb 2024 18:30:14 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 317B71AA50 for ; Tue, 6 Feb 2024 15:29:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1707262191; bh=FO8hb8iN7W+hzb02KpiDiIR7YO4ys8VRfLMFeA12YsQ=; h=From:To:Subject:In-Reply-To:References:Date:From; b=hJ/otWq7UsriF+qAURmUAEMNFGFywCW5xS9oRwjb4HfFG0GqUcohx4Ep8VVS8GsCe wg5UFNo+E1iu5mZ7Ed2Ki8CK3pcSG7ntNhQLVh+T4COyU959Wt98A055F0NcDhqPIU VcbG7FMgZ+ScQ45ypX2lagpg9e7pB7fjAoadlm01Y13dASfPI6p3Vyd/exQVdh7eVj 49VYvuvGU3l95fi2dG92dnYHVJAB2ZW4gjTJgiiwvGTIG6H9k1YORIZ0NVaAKmCH6H mvAnTedHLdcPSB30fSeuLYC1fv9KjoGobJ6b0zIp903P/dB1cY01NtR04+OlhNbeSa +DXF06d1hYc1Q== From: Vagrant Cascadian To: control@debbugs.gnu.org Subject: wabt: fix builds on !x86_64 and update to 1.0.34 In-Reply-To: References: <871q9u8e03.fsf@wireframe> Date: Tue, 06 Feb 2024 15:29:47 -0800 Message-ID: <87y1bxqihg.fsf@wireframe> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control 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 (-) retitle 68903 wabt: fix builds on !x86_64 and update to 1.0.34 thanks fix title, oops! live well, vagrant From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 16:48:26 2024 Received: (at 68903-done) by debbugs.gnu.org; 9 Feb 2024 21:48:26 +0000 Received: from localhost ([127.0.0.1]:40600 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYYjR-0007tG-NJ for submit@debbugs.gnu.org; Fri, 09 Feb 2024 16:48:26 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:50704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYYjP-0007sG-EZ for 68903-done@debbugs.gnu.org; Fri, 09 Feb 2024 16:48:24 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 887471AABC for <68903-done@debbugs.gnu.org>; Fri, 9 Feb 2024 13:47:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1707515278; bh=HISCtynbsdiqUJFyf9cSIKCtdy3eFLTEDu6JX4STtXQ=; h=From:To:Subject:In-Reply-To:References:Date:From; b=1iGTHEKKmVSqTAxqcbqXY0lM6RRdEbSBVzjoYBJ+I8tlzuqfbJC/68ygYp2TPfWZX 1gCryEQix5hd7tysNqz6jV6Vu2lJ+ByEoWScxNHdOhQH6xtj7ST5YnNpJMtWBkzuCQ b+toZ4pPc1UiTH76tZFbshJnDvMUmJf0+NjxfWNP8gT28xBBPY2cj3XwDHr8mVmieD 4ITaXV+ht3s8viOlV97CZ81eUQpVuABE8hLAUVSWZ/01XHZrXOGhoCe1rLHlNjRINP NNVndL5MNoPXVWxFKJ8L6crZJ3PR1L+UCdJ+nd0KvO2h+JxHArG3QtQzu+8lGXuqPi OVAhZKUiWwoJw== From: Vagrant Cascadian To: 68903-done@debbugs.gnu.org Subject: Re: wabt: fix builds on !x86_64 and update to 1.0.34 In-Reply-To: <871q9u8e03.fsf@wireframe> References: <871q9u8e03.fsf@wireframe> Date: Fri, 09 Feb 2024 13:47:55 -0800 Message-ID: <87o7cp2ttg.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68903-done 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 (-) --=-=-= Content-Type: text/plain On 2024-02-02, Vagrant Cascadian wrote: > The attached patch updates wabt to 1.0.34 and also disables tests on > non-x86_64 architectures. > > Since the update to wabt 1.0.32 in commit > 9d474e105977e46d1ffd9afe794d26882a66c7a0, tests were also enabled... but > it has failed to build architectures other than x86_64 ever since... > > Because of this, diffoscope and reprotest have not been able to build, > as diffoscope has wabt in native-inputs. Pushed to master as 8ffc9233681863408034c8e371c5cfd3591545d2. Looking forward to diffoscope on non-x86_64 again! live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZcadiwAKCRDcUY/If5cW qiH6AQCcGDpQPkDfS7zZe8KCenMgZfnMp8ZBvLqVIhM+1n3uSgD9E8jiZ0AezqXr O3/0XpBbspLb3RO93mSn3uAilwjEIAg= =k8Fe -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 02:28:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 09 Mar 2024 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator