GNU bug report logs - #30603
Upgrade Racket to 6.12

Previous Next

Package: guix-patches;

Reported by: Christopher Lemmer Webber <cwebber <at> dustycloud.org>

Date: Sun, 25 Feb 2018 05:44:01 UTC

Severity: normal

Tags: patch

Merged with 30575

Done: Christopher Lemmer Webber <cwebber <at> dustycloud.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Lemmer Webber <cwebber <at> dustycloud.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#30575: closed ([PATCH] gnu: racket: Update to 6.12.)
Date: Mon, 02 Apr 2018 15:40:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 02 Apr 2018 10:39:56 -0500
with message-id <87d0zhlir7.fsf <at> dustycloud.org>
and subject line Re: bug#30714: Racket doesn't build any more, xform error
has caused the debbugs.gnu.org bug report #30603,
regarding [PATCH] gnu: racket: Update to 6.12.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
30603: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30603
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: racket: Update to 6.12.
Date: Thu, 22 Feb 2018 17:56:21 +0100
* gnu/packages/scheme.scm (racket): Update to 6.12.
[arguments]<#:phases>[patch-/bin/sh]: Add substitution.
---
 gnu/packages/scheme.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index d5286b312..a90f88fce 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -404,7 +404,7 @@ implementation techniques and as an expository tool.")
 (define-public racket
   (package
     (name "racket")
-    (version "6.11")
+    (version "6.12")
     (source (origin
              (method url-fetch)
              (uri (list (string-append "http://mirror.racket-lang.org/installers/"
@@ -414,7 +414,7 @@ implementation techniques and as an expository tool.")
                          version "/racket-" version "-src.tgz")))
              (sha256
               (base32
-               "1nk7705x24jjlbqqhj8yvbgqkfscxx3m81bry1g56kjxysjmf3sw"))))
+               "0cwcypzjfl9py1s695mhqkiapff7c1w29llsmdj7qgn58wl0apk5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -484,6 +484,9 @@ implementation techniques and as an expository tool.")
            (lambda _
              (substitute* "collects/racket/system.rkt"
                (("/bin/sh") (which "sh")))
+             (substitute* "src/racket/src/schpriv.h"
+               ;; Our gcc version is too old so signbit is not a builtin.
+               (("MZ_IS_NEG_ZERO") "MZ_IS_NEG_ZEROdisable"))
              #t)))
        #:tests? #f                                ; XXX: how to run them?
        ))


[Message part 3 (message/rfc822, inline)]
From: Christopher Lemmer Webber <cwebber <at> dustycloud.org>
To: 30714-done <at> debbugs.gnu.org, 30603-done <at> debbugs.gnu.org
Subject: Re: bug#30714: Racket doesn't build any more, xform error
Date: Mon, 02 Apr 2018 10:39:56 -0500
Fixed bugs #30714 and #30603 in 75afbd247876d62f27cb2c90098bd59040f7e614


This bug report was last modified 7 years and 49 days ago.

Previous Next


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