GNU bug report logs -
#78232
[PATCH] gnu: ecl-closure-template: don't run the test suite
Previous Next
To reply to this bug, email your comments to 78232 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78232
; Package
guix-patches
.
(Sat, 03 May 2025 15:21:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Konrad Hinsen <konrad.hinsen <at> fastmail.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 03 May 2025 15:21:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The test suite of cl-closure-template fails under ecl due to
incomplete support for ecl in the testing framework cl-lift.
* gnu/packages/lisp-xyz.scm (ecl-closure-template): Don't
run the test suite.
---
gnu/packages/lisp-xyz.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8396a6b18a..a79e1cf372 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16,7 +16,7 @@
;;; Copyright © 2019 Jesse Gildersleve <jessejohngildersleve <at> protonmail.com>
;;; Copyright © 2019-2025 Guillaume Le Vaillant <glv <at> posteo.net>
;;; Copyright © 2019 Brett Gilio <brettg <at> gnu.org>
-;;; Copyright © 2020, 2024 Konrad Hinsen <konrad.hinsen <at> fastmail.net>
+;;; Copyright © 2020, 2024, 2025 Konrad Hinsen <konrad.hinsen <at> fastmail.net>
;;; Copyright © 2020 Dimakis Dimakakos <me <at> bendersteed.tech>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust <at> gmail.com>
;;; Copyright © 2020, 2021, 2022 Adam Kandur <rndd <at> tuta.io>
@@ -11853,7 +11853,14 @@ (define-public cl-closure-template
(sbcl-package->cl-source-package sbcl-closure-template))
(define-public ecl-closure-template
- (sbcl-package->ecl-package sbcl-closure-template))
+ (let ((pkg (sbcl-package->ecl-package sbcl-closure-template)))
+ (package
+ (inherit pkg)
+ ;; The test suite fails under ecl because the function
+ ;; LIFT::GET-BACKTRACE-AS-STRING
+ ;; (from ecl-lift) is undefined. Lift's support for ecl
+ ;; seems to be incomplete.
+ (arguments (list #:tests? #false)))))
(define-public sbcl-clsql
(package
base-commit: 415e3d98d6faf5fd3d1b7b3daa2f20636e4ff822
--
2.49.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Fri, 09 May 2025 11:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Konrad Hinsen <konrad.hinsen <at> fastmail.net>
:
bug acknowledged by developer.
(Fri, 09 May 2025 11:55:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 78232-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as bc2e923c19e79877a2ce3f360d3fadfdcb93515b.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.