GNU bug report logs -
#30575
[PATCH] gnu: racket: Update to 6.12.
Previous Next
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.
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):
* 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):
[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.