GNU bug report logs - #55466
[PATCH 0/2] Fix emacs packages failing to build

Previous Next

Package: guix-patches;

Reported by: luishgh <luishenriquegh2701 <at> gmail.com>

Date: Mon, 16 May 2022 23:47:02 UTC

Severity: normal

Tags: patch

Merged with 55467, 55468

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#55468: closed ([PATCH 2/2] gnu: emacs-explain-pause-mode: Fix
 failing tests.)
Date: Tue, 17 May 2022 07:19:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 17 May 2022 09:18:27 +0200
with message-id <87ilq4lj98.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#55466] [PATCH 0/2] Fix emacs packages failing to build
has caused the debbugs.gnu.org bug report #55466,
regarding [PATCH 2/2] gnu: emacs-explain-pause-mode: Fix failing tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
55466: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55466
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: luishgh <luishenriquegh2701 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: luishgh <51053603+luishgh <at> users.noreply.github.com>
Subject: [PATCH 2/2] gnu: emacs-explain-pause-mode: Fix failing tests.
Date: Mon, 16 May 2022 20:45:53 -0300
From: luishgh <51053603+luishgh <at> users.noreply.github.com>

* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode): Fix failing tests.
---
 gnu/packages/emacs-xyz.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 590330ac4f..8fc1d38193 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4709,7 +4709,7 @@ (define-public emacs-explain-pause-mode
         (revision "0"))
     (package
       (name "emacs-explain-pause-mode")
-      (version (git-version "0.1" revision commit))
+      (version (git-version "0.2" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -4724,6 +4724,13 @@ (define-public emacs-explain-pause-mode
        (list emacs-buttercup))
       (arguments
        '(#:tests? #t
+         #:phases
+         (modify-phases %standard-phases
+           ;; This causes the byte-compilation before unit-tests to fail
+           (add-after 'unpack 'remove-error-on-warn
+             (lambda _
+               (substitute* "Makefile"
+                 (("--eval '\\(setq byte-compile-error-on-warn t\\)'") "")))))
          ;; Don't run case-tests as they will fail to create sockets because
          ;; the path is too long
          #:test-command '("make" "byte-compile" "unit-tests")
-- 
2.36.0



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: luishgh <luishenriquegh2701 <at> gmail.com>
Cc: 55466-done <at> debbugs.gnu.org
Subject: Re: [bug#55466] [PATCH 0/2] Fix emacs packages failing to build
Date: Tue, 17 May 2022 09:18:27 +0200
Hello,

luishgh <luishenriquegh2701 <at> gmail.com> writes:

> this patch series fix a couple of emacs packages that are currently
> failing to build.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 3 years and 62 days ago.

Previous Next


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