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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54391 in the body.
You can then email your comments to 54391 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#54391
; Package
guix-patches
.
(Mon, 14 Mar 2022 20:18:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 14 Mar 2022 20:18:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Thu, 17 Mar 2022 09:05:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Thu, 17 Mar 2022 09:05:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 54391-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch pushed as b999ce74baced2f729fd97f9df76d622ff47d6c8 with some
modifications.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 14 Apr 2022 11:24:10 GMT)
Full text and
rfc822 format available.
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.