unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37595] [PATCH 1/3] gnu: ecl: Do not compile the deprecated MIT-RT.
       [not found] <handler.37595.B.157009301910971.ack@debbugs.gnu.org>
@ 2019-10-03  9:01 ` Guillaume Le Vaillant
  2019-10-03  9:01   ` [bug#37595] [PATCH 2/3] gnu: sbcl-alexandria: Update to 1.0.0 Guillaume Le Vaillant
  2019-10-03  9:01   ` [bug#37595] [PATCH 3/3] gnu: sbcl-hu.dwim.asdf: Update to 20190521 Guillaume Le Vaillant
  0 siblings, 2 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2019-10-03  9:01 UTC (permalink / raw)
  To: 37595; +Cc: Guillaume Le Vaillant

Compiling the rt bundled with ECL prevents the ecl-rt package from compiling
properly, as ECL thinks it has already been compiled.

* gnu/packages/lisp.scm (ecl)[arguments]: Add '--without-rt' to
  'configure-flags'.
---
 gnu/packages/lisp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index ba009bb7a6..68e27948ca 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -217,7 +217,8 @@ interface to the Tk widget system.")
               ("libgc" ,libgc)
               ("libffi" ,libffi)))
     (arguments
-     '(#:tests? #t
+     '(#:configure-flags '("--without-rt")
+       #:tests? #t
        #:parallel-tests? #f
        #:phases
        (modify-phases %standard-phases
-- 
2.23.0

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

* [bug#37595] [PATCH 2/3] gnu: sbcl-alexandria: Update to 1.0.0.
  2019-10-03  9:01 ` [bug#37595] [PATCH 1/3] gnu: ecl: Do not compile the deprecated MIT-RT Guillaume Le Vaillant
@ 2019-10-03  9:01   ` Guillaume Le Vaillant
  2019-10-03  9:01   ` [bug#37595] [PATCH 3/3] gnu: sbcl-hu.dwim.asdf: Update to 20190521 Guillaume Le Vaillant
  1 sibling, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2019-10-03  9:01 UTC (permalink / raw)
  To: 37595; +Cc: Guillaume Le Vaillant

* gnu/packages/lisp.scm (sbcl-alexandria): Update to 1.0.0.
  [native-inputs]: Add rt.
---
 gnu/packages/lisp.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 68e27948ca..2c1927f13d 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -701,10 +701,10 @@ libraries for Machine Learning, Neural Nets and statistical estimation.")
 
 (define-public sbcl-alexandria
   (let ((revision "1")
-        (commit "926a066611b7b11cb71e26c827a271e500888c30"))
+        (commit "3b849bc0116ea70f215ee6b2fbf354e862aaa9dd"))
     (package
       (name "sbcl-alexandria")
-      (version (string-append "0.0.0-" revision "." (string-take commit 7)))
+      (version (git-version "1.0.0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -713,9 +713,11 @@ libraries for Machine Learning, Neural Nets and statistical estimation.")
                (commit commit)))
          (sha256
           (base32
-           "18yncicdkh294j05rhgm23gzi36y9qy6vrfba8vg69jrxjp1hx8l"))
-         (file-name (string-append "alexandria-" version "-checkout"))))
+           "04amwvx2vl691f0plcfbqqwxgib9zimih7jrn5zl7mbwvrxy022b"))
+         (file-name (git-file-name name version))))
       (build-system asdf-build-system/sbcl)
+      (native-inputs
+       `(("rt" ,sbcl-rt)))
       (synopsis "Collection of portable utilities for Common Lisp")
       (description
        "Alexandria is a collection of portable utilities.  It does not contain
-- 
2.23.0

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

* [bug#37595] [PATCH 3/3] gnu: sbcl-hu.dwim.asdf: Update to 20190521.
  2019-10-03  9:01 ` [bug#37595] [PATCH 1/3] gnu: ecl: Do not compile the deprecated MIT-RT Guillaume Le Vaillant
  2019-10-03  9:01   ` [bug#37595] [PATCH 2/3] gnu: sbcl-alexandria: Update to 1.0.0 Guillaume Le Vaillant
@ 2019-10-03  9:01   ` Guillaume Le Vaillant
  1 sibling, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2019-10-03  9:01 UTC (permalink / raw)
  To: 37595; +Cc: Guillaume Le Vaillant

* gnu/packages/lisp.scm (sbcl-hu.dwim.asdf): Update to 20190521.
  [uri]: Fetch more recent version from Quicklisp.
---
 gnu/packages/lisp.scm | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 2c1927f13d..41958a932b 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1706,26 +1706,23 @@ consistent across multiple Common Lisp implementations.")
   (sbcl-package->ecl-package sbcl-trivial-features))
 
 (define-public sbcl-hu.dwim.asdf
-  (let ((commit "170b0e4fdde3df0bc537327e7600575daac9e141"))
-    (package
-      (name "sbcl-hu.dwim.asdf")
-      (version (git-version "0.0.0" "1" commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri
-          (git-reference
-           (url "https://github.com/nixeagle/hu.dwim.asdf")
-           (commit commit)))
-         (sha256
-          (base32 "10ax7p8y6vjqxzcq125p62kf68zi455a65ysgk0kl1f2v839c33v"))
-         (file-name (git-file-name "hu.dwim.asdf" version))))
-      (build-system asdf-build-system/sbcl)
-      (home-page "https://hub.darcs.net/hu.dwim/hu.dwim.asdf")
-      (synopsis "Extensions to ASDF")
-      (description "Various ASDF extensions such as attached test and
+  (package
+    (name "sbcl-hu.dwim.asdf")
+    (version "20190521")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://beta.quicklisp.org/archive/hu.dwim.asdf/"
+                           "2019-05-21/hu.dwim.asdf-" version "-darcs.tgz"))
+       (sha256
+        (base32
+         "0rsbv71vyszy8w35yjwb5h6zcmknjq223hkzir79y72qdsc6sabn"))))
+    (build-system asdf-build-system/sbcl)
+    (home-page "https://hub.darcs.net/hu.dwim/hu.dwim.asdf")
+    (synopsis "Extensions to ASDF")
+    (description "Various ASDF extensions such as attached test and
 documentation system, explicit development support, etc.")
-      (license license:public-domain))))
+    (license license:public-domain)))
 
 (define-public cl-hu.dwim.asdf
   (sbcl-package->cl-source-package sbcl-hu.dwim.asdf))
-- 
2.23.0

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

end of thread, other threads:[~2019-10-03  9:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <handler.37595.B.157009301910971.ack@debbugs.gnu.org>
2019-10-03  9:01 ` [bug#37595] [PATCH 1/3] gnu: ecl: Do not compile the deprecated MIT-RT Guillaume Le Vaillant
2019-10-03  9:01   ` [bug#37595] [PATCH 2/3] gnu: sbcl-alexandria: Update to 1.0.0 Guillaume Le Vaillant
2019-10-03  9:01   ` [bug#37595] [PATCH 3/3] gnu: sbcl-hu.dwim.asdf: Update to 20190521 Guillaume Le Vaillant

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