GNU bug report logs -
#54391
[PATCH] gnu: sbcl-envy: Update to 26a7faa.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 14 Mar 2022 20:18:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 17 Mar 2022 09:03:26 +0000
with message-id <87a6dp2bnh.fsf <at> kitej>
and subject line Re: [bug#54391] [PATCH] gnu: sbcl-envy: Update to 26a7faa.
has caused the debbugs.gnu.org bug report #54391,
regarding [PATCH] gnu: sbcl-envy: Update to 26a7faa.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
54391: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54391
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch pushed as b999ce74baced2f729fd97f9df76d622ff47d6c8 with some
modifications.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.