unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39372] Chicken Scheme: Update version to 5.1.0 and add gcc-toolchain
@ 2020-01-31 16:22 Ekaitz at ElenQ Technology
  2020-02-01  0:36 ` Jonathan Brielmaier
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ekaitz at ElenQ Technology @ 2020-01-31 16:22 UTC (permalink / raw)
  To: 39372

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

Hi,

I made a patch for chicken-scheme according to this conversation in the help-guix mailing list:

https://lists.gnu.org/archive/html/help-guix/2020-01/msg00230.html

I pushed the version to 5.1.0 and added gcc-toolchain as a propagated-input as the conversation suggested. The reason is without the gcc-toolchain csc (the chicken compiler) is unable to deal with -lm (math library), which is not installed with the current chicken package.

The linked conversation suggests that gcc-toolchain is a fundamental part of chicken so it should be a dependency of it.

Sorry if I didn't follow the format, but I was unable to find a good contributing guide.

Best,

Ekaitz



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: chicken.diff --]
[-- Type: text/x-patch; name="chicken.diff", Size: 1777 bytes --]

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 1009896a70..f1d04bfa53 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Adam Massmann <massmannak@gmail.com>
 ;;; Copyright © 2018 Gabriel Hondet <gabrielhondet@gmail.com>
+;;; Copyright © 2018 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -69,6 +70,7 @@
   #:use-module (gnu packages tls)
   #:use-module (gnu packages gl)
   #:use-module (gnu packages libedit)
+  #:use-module (gnu packages commencement)
   #:use-module (srfi srfi-1)
   #:use-module (ice-9 match))
 
@@ -371,14 +373,14 @@ mashups, office (web agendas, mail clients, ...), etc.")
 (define-public chicken
   (package
     (name "chicken")
-    (version "5.0.0")
+    (version "5.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://code.call-cc.org/releases/"
                                   version "/chicken-" version ".tar.gz"))
               (sha256
                (base32
-                "15b5yrzfa8aimzba79x7v6y282f898rxqxfxrr446sjx9jwlpfd8"))))
+                "0jsbp3kp0134f318j3wpd1n85gf8qzh034fn198gvazsv2l024aw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
@@ -401,6 +403,7 @@ mashups, office (web agendas, mail clients, ...), etc.")
 
        ;; Parallel builds are not supported, as noted in README.
        #:parallel-build? #f))
+    (propagated-inputs `(("gcc-toolchain", gcc-toolchain)))
     (home-page "http://www.call-cc.org/")
     (synopsis "R5RS Scheme implementation that compiles native code via C")
     (description

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-02-09 20:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 16:22 [bug#39372] Chicken Scheme: Update version to 5.1.0 and add gcc-toolchain Ekaitz at ElenQ Technology
2020-02-01  0:36 ` Jonathan Brielmaier
2020-02-08 17:44 ` Julien Lepiller
2020-02-09 14:11 ` Ekaitz Zarraga
2020-02-09 14:30   ` Julien Lepiller
2020-02-09 15:54     ` Ekaitz Zarraga
2020-02-09 15:55       ` Ekaitz Zarraga
2020-02-09 15:55         ` Ekaitz Zarraga
2020-02-09 20:01   ` bug#39372: " Julien Lepiller
2020-02-09 20:03     ` [bug#39372] " Ekaitz Zarraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).