GNU bug report logs - #45513
[PATCH] gnu: vim: Fix test_signals test.

Previous Next

Package: guix-patches;

Reported by: John Doe <dftxbs3e <at> free.fr>

Date: Mon, 28 Dec 2020 20:25:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> outlook.com>

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: John Doe <dftxbs3e <at> free.fr>
Subject: bug#45513: closed (Re: [bug#45513] [PATCH] gnu: vim: Fix
 test_signals test.)
Date: Thu, 11 Feb 2021 09:21:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45513: [PATCH] gnu: vim: Fix test_signals 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 45513 <at> debbugs.gnu.org.

-- 
45513: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45513
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> outlook.com>
To: John Doe <dftxbs3e <at> free.fr>
Cc: 45513-done <at> debbugs.gnu.org
Subject: Re: [bug#45513] [PATCH] gnu: vim: Fix test_signals test.
Date: Thu, 11 Feb 2021 17:21:33 +0800
John Doe <dftxbs3e <at> free.fr> writes:

> * gnu/packages/vim.scm (vim)[arguments]: Add "CFLAGS=-D_REENTRANT" to
>   #:make-flags.

Done, thank you!

[Message part 3 (message/rfc822, inline)]
From: John Doe <dftxbs3e <at> free.fr>
To: guix-patches <at> gnu.org
Cc: John Doe <dftxbs3e <at> free.fr>
Subject: [PATCH] gnu: vim: Fix test_signals test.
Date: Mon, 28 Dec 2020 21:24:15 +0100
* gnu/packages/vim.scm (vim)[arguments]: Add "CFLAGS=-D_REENTRANT" to
  #:make-flags.
---
 gnu/packages/vim.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index da4404e23c..18b2725a60 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -84,6 +84,8 @@
     (arguments
      `(#:test-target "test"
        #:parallel-tests? #f
+       ;; Fix test_signals.vim. https://github.com/vim/vim/issues/7402
+       #:make-flags (list "CFLAGS=-D_REENTRANT")
        #:phases
        (modify-phases %standard-phases
          (add-after 'configure 'patch-absolute-paths
-- 
2.29.2




This bug report was last modified 4 years and 99 days ago.

Previous Next


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