GNU bug report logs - #78203
[PATCH] gnu: clisp: Fix failing test.

Previous Next

Package: guix-patches;

Reported by: Ada Stevenson <adanskana <at> gmail.com>

Date: Fri, 2 May 2025 05:42:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 78203 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#78203; Package guix-patches. (Fri, 02 May 2025 05:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ada Stevenson <adanskana <at> gmail.com>:
New bug report received and forwarded. Copy sent to glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org. (Fri, 02 May 2025 05:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ada Stevenson <adanskana <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Ada Stevenson <adanskana <at> gmail.com>
Subject: [PATCH] gnu: clisp: Fix failing test.
Date: Fri,  2 May 2025 13:40:36 +0800
One of the streamslong tests in the test suite requires the presence of
`coreutils`' `cat`. Adding the package to the native inputs fixes the
failing test.

* gnu/packages/lisp.scm (clisp):
[native-inputs]: Add coreutils.

Change-Id: I8f9a9535d4075c5c0896f9d00d5abb52f6e908fc
---
 gnu/packages/lisp.scm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 875e1a27f6..c524a3bcc0 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -531,8 +531,15 @@ (define-public clisp
         (base32 "0k2dmgl0miz3767iks4p0mvp6xw0ysyxhjpklyh11j010rmh6hqb"))))
     (build-system gnu-build-system)
     (native-inputs
-     (list cl-asdf))
-    (inputs (list libffcall ncurses readline libsigsegv))
+     (list
+      cl-asdf
+      coreutils))
+    (inputs
+     (list
+      libffcall
+      ncurses
+      readline
+      libsigsegv))
     (arguments
      `(#:configure-flags '(,@(if (string-prefix? "armhf-linux"
                                                  (or (%current-system)

base-commit: c8efb51982c3099a2a14b8412b2e258c522e94c5
-- 
2.49.0





This bug report was last modified 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.