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>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ada Stevenson <adanskana <at> gmail.com>
Subject: bug#78203: closed (Re: [PATCH] gnu: clisp: Fix failing test.)
Date: Mon, 02 Jun 2025 06:53:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78203: [PATCH] gnu: clisp: Fix failing test.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78203 <at> debbugs.gnu.org.

-- 
78203: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78203
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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


[Message part 3 (message/rfc822, inline)]
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 19 days ago.

Previous Next


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