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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45513 in the body.
You can then email your comments to 45513 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45513; Package guix-patches. (Mon, 28 Dec 2020 20:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to John Doe <dftxbs3e <at> free.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 28 Dec 2020 20:25:02 GMT) Full text and rfc822 format available.

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

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





Reply sent to 宋文武 <iyzsong <at> outlook.com>:
You have taken responsibility. (Thu, 11 Feb 2021 09:21:02 GMT) Full text and rfc822 format available.

Notification sent to John Doe <dftxbs3e <at> free.fr>:
bug acknowledged by developer. (Thu, 11 Feb 2021 09:21:02 GMT) Full text and rfc822 format available.

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

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!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 11 Mar 2021 12:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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