GNU bug report logs - #72582
[PATCH 0/2] gnu: racket: Update to 8.14.

Previous Next

Package: guix-patches;

Reported by: Philip McGrath <philip <at> philipmcgrath.com>

Date: Sun, 11 Aug 2024 20:38:02 UTC

Severity: normal

Tags: patch

Merged with 72742

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Philip McGrath <philip <at> philipmcgrath.com>
To: 72582 <at> debbugs.gnu.org
Cc: Philip McGrath <philip <at> philipmcgrath.com>, Efraim Flashner <efraim <at> flashner.co.il>, Philip McGrath <philip <at> philipmcgrath.com>
Subject: [bug#72582] [PATCH 2/2] Revert "gnu: chez-scheme-for-racket: Fix building on riscv64-linux."
Date: Sun, 11 Aug 2024 17:38:42 -0400
Native code generation for riscv64-linux is supported:
this commit masked a bug somewhere in our packaging or the build
modes we're using.

This reverts commit 0c96f7932de50c81f4b4714f287520699107c8bb.
---
 gnu/packages/chez.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index aa081f1677..0874a9a817 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -130,9 +130,8 @@ (define* (target-chez-arch #:optional (system
     #f)
    ((target-ppc32? system)
     "ppc32")
-   ;; This is apparently not ready in chez-scheme-for-racket.
-   ;((target-riscv64? system)
-   ; "rv64")
+   ((target-riscv64? system)
+    "rv64")
    ((string-prefix? "loongarch64-" system)
     "la64")
    (else
-- 
2.45.2





This bug report was last modified 323 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.