GNU bug report logs - #30575
[PATCH] gnu: racket: Update to 6.12.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Thu, 22 Feb 2018 16:57:02 UTC

Severity: normal

Tags: patch

Merged with 30603

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 30575 in the body.
You can then email your comments to 30575 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#30575; Package guix-patches. (Thu, 22 Feb 2018 16:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 22 Feb 2018 16:57:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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?
        ))




Information forwarded to guix-patches <at> gnu.org:
bug#30575; Package guix-patches. (Thu, 22 Feb 2018 19:26:01 GMT) Full text and rfc822 format available.

Message #8 received at 30575 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 30575 <at> debbugs.gnu.org
Subject: Re: [bug#30575] [PATCH] gnu: racket: Update to 6.12.
Date: Thu, 22 Feb 2018 14:25:52 -0500
[Message part 1 (text/plain, inline)]
On Thu, Feb 22, 2018 at 05:56:21PM +0100, Danny Milosavljevic wrote:
> * gnu/packages/scheme.scm (racket): Update to 6.12.
> [arguments]<#:phases>[patch-/bin/sh]: Add substitution.

> @@ -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)))

Would it make sense to just user a newer version of GCC for Racket?
[signature.asc (application/pgp-signature, inline)]

Merged 30575 30603. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Tue, 27 Feb 2018 09:38:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 01 May 2018 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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