From unknown Fri Jun 13 11:35:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78127] [PATCH] gnu: guile-fibers-next: Use guile-next for guile-fibers-next. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 29 Apr 2025 08:39:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78127 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78127@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17459159156596 (code B ref -1); Tue, 29 Apr 2025 08:39:05 +0000 Received: (at submit) by debbugs.gnu.org; 29 Apr 2025 08:38:35 +0000 Received: from localhost ([127.0.0.1]:48441 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u9gU6-0001iJ-HZ for submit@debbugs.gnu.org; Tue, 29 Apr 2025 04:38:35 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52140) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u9gU2-0001gM-Px for submit@debbugs.gnu.org; Tue, 29 Apr 2025 04:38:32 -0400 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 1u9gTp-0002jx-JJ for guix-patches@gnu.org; Tue, 29 Apr 2025 04:38:17 -0400 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1u9gTn-00072O-7g for guix-patches@gnu.org; Tue, 29 Apr 2025 04:38:17 -0400 Received: from localhost (unknown [IPv6:2a02:6b67:e390:8b00::1ce5]) by mira.cbaines.net (Postfix) with ESMTPSA id 8FB9A27BC49 for ; Tue, 29 Apr 2025 09:38:11 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 681f1bb8 for ; Tue, 29 Apr 2025 08:38:10 +0000 (UTC) From: Christopher Baines Date: Tue, 29 Apr 2025 09:38:10 +0100 Message-ID: <0073121d06d5b0255078204e170b3228f520f718.1745915890.git.mail@cbaines.net> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) This should fix the build on some systems, like aarch64-linux. * gnu/packages/guile-xyz.scm (guile-fibers-next):[inputs,native-inputs]: Use guile-fibers-next. Change-Id: I20067e81e831e7a07bffa7eb2ac8b4e0d8986840 --- gnu/packages/guile-xyz.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 5dd45f89bf6..be80c0f28ad 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1060,7 +1060,13 @@ (define-public guile-fibers-next (file-name (git-file-name name version)) (sha256 (base32 - "0kmsbdcpw2qdl20ihjsdcbw3nlii9f6zpkhhrwqmlyqi46hyq9xl"))))))) + "0kmsbdcpw2qdl20ihjsdcbw3nlii9f6zpkhhrwqmlyqi46hyq9xl")))) + (inputs + (modify-inputs (package-inputs guile-fibers) + (replace "guile" guile-next))) + (native-inputs + (modify-inputs (package-native-inputs guile-fibers) + (replace "guile" guile-next)))))) (define-public guile-filesystem (package base-commit: f76b9c4fdf88cbab81e3cac27841a6c56e3e32c9 -- 2.49.0 From unknown Fri Jun 13 11:35: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: Christopher Baines Subject: bug#78127: closed (Re: [bug#78127] [PATCH] gnu: guile-fibers-next: Use guile-next for guile-fibers-next.) Message-ID: References: <87jz63n6f6.fsf@cbaines.net> <0073121d06d5b0255078204e170b3228f520f718.1745915890.git.mail@cbaines.net> X-Gnu-PR-Message: they-closed 78127 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78127@debbugs.gnu.org Date: Mon, 26 May 2025 08:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1748246762-31124-1" This is a multi-part message in MIME format... ------------=_1748246762-31124-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78127: [PATCH] gnu: guile-fibers-next: Use guile-next for guile-fibers-nex= t. 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 78127@debbugs.gnu.org. --=20 78127: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78127 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1748246762-31124-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78127-done) by debbugs.gnu.org; 26 May 2025 08:05:22 +0000 Received: from localhost ([127.0.0.1]:53697 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uJSpm-00080C-DN for submit@debbugs.gnu.org; Mon, 26 May 2025 04:05:22 -0400 Received: from mira.cbaines.net ([212.71.252.8]:44238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uJSpj-0007yO-I0 for 78127-done@debbugs.gnu.org; Mon, 26 May 2025 04:05:20 -0400 Received: from localhost (unknown [IPv6:2a02:6b67:e390:8b00::1ce5]) by mira.cbaines.net (Postfix) with ESMTPSA id 1E68327BC49 for <78127-done@debbugs.gnu.org>; Mon, 26 May 2025 09:05:18 +0100 (BST) Received: from fang (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 9936232e for <78127-done@debbugs.gnu.org>; Mon, 26 May 2025 08:05:18 +0000 (UTC) From: Christopher Baines To: 78127-done@debbugs.gnu.org Subject: Re: [bug#78127] [PATCH] gnu: guile-fibers-next: Use guile-next for guile-fibers-next. In-Reply-To: <0073121d06d5b0255078204e170b3228f520f718.1745915890.git.mail@cbaines.net> (Christopher Baines's message of "Tue, 29 Apr 2025 09:38:10 +0100") References: <0073121d06d5b0255078204e170b3228f520f718.1745915890.git.mail@cbaines.net> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Mon, 26 May 2025 09:05:17 +0100 Message-ID: <87jz63n6f6.fsf@cbaines.net> 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: 78127-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 Christopher Baines writes: > This should fix the build on some systems, like aarch64-linux. > > * gnu/packages/guile-xyz.scm (guile-fibers-next):[inputs,native-inputs]: Use > guile-fibers-next. > > Change-Id: I20067e81e831e7a07bffa7eb2ac8b4e0d8986840 > --- > gnu/packages/guile-xyz.scm | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) Pushed previously as ea5abd73818cb3a8f8286222a870643de47fc227. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmg0IL1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XevFw//f+nU70pLVRNMhycVo+JNtEf9IKzgsvsx +6n8KRl0Dx7lVJ/trmtPL+psinrqgqaILcbHoGqzbLPqsvJvgL6NAg1siXwUWSaA uvZEoO6YAWehGfoX0cVftH0i63FrW2HMQucer+0K09EHrX64cVKYCx2gdfJ0BUGe WL7qRsTchNuuYR3MO/6x+FRQbKbnynjx5jXQnf9NcNw/LTED6hcAc8qpi4Q8y6Dz 5sGpqqEL5mfm+tds3cWSQ7p5z2FSRk1kUhhTjDFKZiseUizm7ThQxAs3qtunWAiO USVjvcHoZQVoNFFtkMj1f5z7SCHZeIoBS5ZeA8rXNE+4lcDhL8pAYTs1UgZ6SLKD 7H2gy2iuGFTuRYEbWkGuNgazrgL/hIm/M6Ihk/cimVppTP6r+oPgDKkCJ+T3/ZDx iZaGEEUZAYjSHPTm1cIhYIwUDZiVG1n/tYw7nV5Cj3sa8wZUhje6HKNwPPTjKAID GWtu1H61130xwd+iuYG0QJ24wa86H6C2OuG0JhO4tBTMv+l9aurVrqWTaahfGLy6 bNFWoxdfQ+DExvWyYJyMgfI12hgB7GykuCQJK9GPKYDPrmH7Fx3E7Hqwf+EqVs/K Oz/uTHpIXQyPeCB1S07FQARiZ6DPLm+eqk3Nsiwdn4lplribVRduOvuuaABm/6Tb JhrhLWhYWSk= =YzBf -----END PGP SIGNATURE----- --=-=-=-- ------------=_1748246762-31124-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Apr 2025 08:38:35 +0000 Received: from localhost ([127.0.0.1]:48441 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u9gU6-0001iJ-HZ for submit@debbugs.gnu.org; Tue, 29 Apr 2025 04:38:35 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52140) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u9gU2-0001gM-Px for submit@debbugs.gnu.org; Tue, 29 Apr 2025 04:38:32 -0400 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 1u9gTp-0002jx-JJ for guix-patches@gnu.org; Tue, 29 Apr 2025 04:38:17 -0400 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1u9gTn-00072O-7g for guix-patches@gnu.org; Tue, 29 Apr 2025 04:38:17 -0400 Received: from localhost (unknown [IPv6:2a02:6b67:e390:8b00::1ce5]) by mira.cbaines.net (Postfix) with ESMTPSA id 8FB9A27BC49 for ; Tue, 29 Apr 2025 09:38:11 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 681f1bb8 for ; Tue, 29 Apr 2025 08:38:10 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: guile-fibers-next: Use guile-next for guile-fibers-next. Date: Tue, 29 Apr 2025 09:38:10 +0100 Message-ID: <0073121d06d5b0255078204e170b3228f520f718.1745915890.git.mail@cbaines.net> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) This should fix the build on some systems, like aarch64-linux. * gnu/packages/guile-xyz.scm (guile-fibers-next):[inputs,native-inputs]: Use guile-fibers-next. Change-Id: I20067e81e831e7a07bffa7eb2ac8b4e0d8986840 --- gnu/packages/guile-xyz.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 5dd45f89bf6..be80c0f28ad 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1060,7 +1060,13 @@ (define-public guile-fibers-next (file-name (git-file-name name version)) (sha256 (base32 - "0kmsbdcpw2qdl20ihjsdcbw3nlii9f6zpkhhrwqmlyqi46hyq9xl"))))))) + "0kmsbdcpw2qdl20ihjsdcbw3nlii9f6zpkhhrwqmlyqi46hyq9xl")))) + (inputs + (modify-inputs (package-inputs guile-fibers) + (replace "guile" guile-next))) + (native-inputs + (modify-inputs (package-native-inputs guile-fibers) + (replace "guile" guile-next)))))) (define-public guile-filesystem (package base-commit: f76b9c4fdf88cbab81e3cac27841a6c56e3e32c9 -- 2.49.0 ------------=_1748246762-31124-1--