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.

Full log


View this message in rfc822 format

From: Leo Famulari <leo <at> famulari.name>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 30575 <at> debbugs.gnu.org
Subject: [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)]

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.