all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54391] [PATCH] gnu: sbcl-envy: Update to 26a7faa.
@ 2022-03-14 20:16 jgart via Guix-patches via
  2022-03-17  9:03 ` bug#54391: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-03-14 20:16 UTC (permalink / raw)
  To: 54391; +Cc: jgart

* gnu/packages/music.scm (sbcl-envy): Update to 26a7faa.
[arguments]: Add note regarding tests, link to open GitHub issue, and
fill in asd keywords.
[native-inputs]: Uncomment test inputs.
---
 gnu/packages/lisp-xyz.scm | 41 +++++++++++++++++++++++----------------
 1 file changed, 24 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b95466d93b..d72d84d225 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12135,8 +12135,8 @@ (define-public ecl-livesupport
   (sbcl-package->ecl-package sbcl-livesupport))
 
 (define-public sbcl-envy
-  (let ((commit "956321b2852d58ba71c6fe621f5c2924178e9f88")
-	(revision "1"))
+  (let ((commit "26a7faadc981f2a047daa36f715a44faec5dd00c")
+	(revision "2"))
     (package
       (name "sbcl-envy")
       (version (git-version "0.1" revision commit))
@@ -12149,23 +12149,30 @@ (define-public sbcl-envy
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "17iwrfxcdinjbb2h6l09qf40s7xkbhrpmnljlwpjy8l8rll8h3vg"))))
+          (base32 "1r0wgimd7z57x8cv69sw76w3y5l70hq50882a9nq5l4v64lg55fq"))))
       (build-system asdf-build-system/sbcl)
-      ;; (native-inputs ; Only for tests.
-      ;;  `(("prove" ,sbcl-prove)
-      ;;    ("osicat" ,sbcl-osicat)))
+      (native-inputs
+       `(("prove" ,sbcl-prove)
+         ("osicat" ,sbcl-osicat)))
       (arguments
-       '(#:phases
-         (modify-phases %standard-phases
-           (add-after 'unpack 'fix-tests
-             (lambda _
-               (substitute* "envy-test.asd"
-                 (("cl-test-more") "prove"))
-               #t)))
-         ;; Tests fail with
-         ;;   Component ENVY-ASD::ENVY-TEST not found, required by #<SYSTEM "envy">
-         ;; like xsubseq.  Why?
-         #:tests? #f))
+       `(#:asd-files '("envy.asd" "envy-test.asd")
+         #:test-asd-file "envy-test.asd"
+         #:asd-systems '("envy" "envy-test")
+         #:tests? #f)) ; https://github.com/fukamachi/envy/issues/10
+         ;; error: in phase 'check': uncaught exception:
+         ;; %exception #<&invoke-error program: "/gnu/store/129g8pcc2ybs1p81ak28lj44i0wkyiqj-sbcl-2.2.2/bin/sbcl"
+         ;; 2wk4qr24a36sjz-sbcl-envy-0.1-2.26a7faa/share/common-lisp/sbcl/envy/envy.asd\"))" "--eval" "(asdf:load-
+         ;; \"))" "--eval" "(asdf:load-asd (truename \"/gnu/store/m197992pzwdllxd03f2wk4qr24a36sjz-sbcl-envy-0.1-2
+         ;; f stop-signal: #f>
+         ;; phase `check' failed after 1.0 seconds
+         ;; command "/gnu/store/129g8pcc2ybs1p81ak28lj44i0wkyiqj-sbcl-2.2.2/bin/sbcl" "--non-interactive" "--eval"
+         ;; hare/common-lisp/sbcl/envy/envy.asd\"))" "--eval" "(asdf:load-asd (truename \"/gnu/store/m197992pzwdll
+         ;; \"/gnu/store/m197992pzwdllxd03f2wk4qr24a36sjz-sbcl-envy-0.1-2.26a7faa/share/common-lisp/sbcl/envy/env
+         ;; note: keeping build directory `/tmp/guix-build-sbcl-envy-0.1-2.26a7faa.drv-0'
+         ;; builder for `/gnu/store/dz7037nlyj3ymhajc59gyy5s23rfwzd5-sbcl-envy-0.1-2.26a7faa.drv' failed with exit
+         ;; build of /gnu/store/dz7037nlyj3ymhajc59gyy5s23rfwzd5-sbcl-envy-0.1-2.26a7faa.drv failed
+         ;; Could not find build log for '/gnu/store/dz7037nlyj3ymhajc59gyy5s23rfwzd5-sbcl-envy-0.1-2.26a7faa.drv'
+         ;; guix build: error: build of `/gnu/store/dz7037nlyj3ymhajc59gyy5s23rfwzd5-sbcl-envy-0.1-2.26a7faa.drv'
       (synopsis "Common Lisp configuration switcher inspired by Perl's Config::ENV")
       (description "Envy is a configuration manager for various applications.
 Envy uses an environment variable to determine a configuration to use.  This
-- 
2.35.1





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

* bug#54391: [PATCH] gnu: sbcl-envy: Update to 26a7faa.
  2022-03-14 20:16 [bug#54391] [PATCH] gnu: sbcl-envy: Update to 26a7faa jgart via Guix-patches via
@ 2022-03-17  9:03 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-17  9:03 UTC (permalink / raw)
  To: jgart; +Cc: 54391-done

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

Patch pushed as b999ce74baced2f729fd97f9df76d622ff47d6c8 with some
modifications.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2022-03-17  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 20:16 [bug#54391] [PATCH] gnu: sbcl-envy: Update to 26a7faa jgart via Guix-patches via
2022-03-17  9:03 ` bug#54391: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.