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

Done: Andreas Enge <andreas <at> enge.fr>

To reply to this bug, email your comments to 78203 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Mon, 02 Jun 2025 06:53:03 GMT) Full text and rfc822 format available.

Notification sent to Ada Stevenson <adanskana <at> gmail.com>:
bug acknowledged by developer. (Mon, 02 Jun 2025 06:53:03 GMT) Full text and rfc822 format available.

Message #10 received at 78203-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Ada Stevenson <adanskana <at> gmail.com>
Cc: 78203-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: clisp: Fix failing test.
Date: Mon, 2 Jun 2025 08:52:25 +0200
Pushed, thanks!

Andreas





This bug report was last modified 12 days ago.

Previous Next


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