GNU bug report logs - #78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 8 May 2025 12:49:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Full log


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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78315 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH v2 02/53] gnu: emacs-realgud: Delete failing tests.
Date: Sun, 18 May 2025 09:58:53 +0200
* gnu/packages/emacs-xyz.scm (emacs-realgud)
  [arguments]<phases>: Rename phase 'remove-realgud-pkg.el to
  'patch-more-el-files.  In this phase, delete the file
  test/test-regexp-perldb.el.
---
 gnu/packages/emacs-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e7f2582a65..fdd38b18ff 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14674,8 +14674,11 @@ (define-public emacs-realgud
           (add-after 'fix-autogen-script 'set-home
             (lambda _
               (setenv "HOME" (getenv "TMPDIR"))))
-          (add-before 'patch-el-files 'remove-realgud-pkg.el
+          (add-before 'patch-el-files 'patch-more-el-files
             (lambda _
+              ;; XXX: Some tests/assumptions in this file are
+              ;; not valid on Emacs <at> 30.
+              (delete-file "test/test-regexp-perldb.el")
               ;; FIXME: `patch-el-files' crashes on this file with error:
               ;; unable to locate "bashdb".
               (delete-file "./test/test-regexp-bashdb.el"))))
-- 
2.49.0





This bug report was last modified 21 days ago.

Previous Next


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