GNU bug report logs - #60702
[PATCH] gnu: weechat: Update to 3.8.

Previous Next

Package: guix-patches;

Reported by: Sébastien Helleu <flashcode <at> flashtux.org>

Date: Tue, 10 Jan 2023 06:00:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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 60702 in the body.
You can then email your comments to 60702 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#60702; Package guix-patches. (Tue, 10 Jan 2023 06:00:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sébastien Helleu <flashcode <at> flashtux.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 10 Jan 2023 06:00:01 GMT) Full text and rfc822 format available.

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

From: Sébastien Helleu <flashcode <at> flashtux.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: weechat: Update to 3.8.
Date: Mon, 9 Jan 2023 22:18:58 +0100
* gnu/packages/irc.scm (weechat): Update to 3.8.
[arguments]: Do not build tests any more: since version 3.8, ‘make test’
is successful when tests are not built.
[native-inputs]: Remove dependency on cpputest as tests are not built
any more.
---
 gnu/packages/irc.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 0a6c28980d..d850e9c916 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -195,14 +195,14 @@ (define-public irssi
 (define-public weechat
   (package
     (name "weechat")
-    (version "3.6")
+    (version "3.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1ppj676gwh67krq92xnfkmh3qnwbz8d51djsscxw013x7cdxg1cx"))))
+                "0a5zfkqqdkya111rl2gpwlbfala0305qry9cdz2r1h7q0316bjzp"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs
@@ -210,9 +210,7 @@ (define-public weechat
        ("pkg-config" ,pkg-config)
        ,@(if (target-x86?)
            `(("ruby-asciidoctor" ,ruby-asciidoctor))
-           '())
-       ;; For tests.
-       ("cpputest" ,cpputest)))
+           '())))
     (inputs
      (list aspell
            curl
@@ -234,8 +232,7 @@ (define-public weechat
              ,@(if (target-x86?)
                  '("-DENABLE_MAN=ON"
                    "-DENABLE_DOC=ON")
-                '())
-             "-DENABLE_TESTS=ON")       ; ‘make test’ fails otherwise
+                '()))
        #:phases
        (modify-phases %standard-phases
          ,@(if (target-x86?)
-- 
2.39.0





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Thu, 12 Jan 2023 03:14:02 GMT) Full text and rfc822 format available.

Notification sent to Sébastien Helleu <flashcode <at> flashtux.org>:
bug acknowledged by developer. (Thu, 12 Jan 2023 03:14:02 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> envs.net>
To: Sébastien Helleu <flashcode <at> flashtux.org>
Cc: 60702-done <at> debbugs.gnu.org
Subject: Re: bug#60702: [PATCH] gnu: weechat: Update to 3.8.
Date: Thu, 12 Jan 2023 11:13:51 +0800
Sébastien Helleu <flashcode <at> flashtux.org> writes:

> * gnu/packages/irc.scm (weechat): Update to 3.8.
> [arguments]: Do not build tests any more: since version 3.8, ‘make test’
> is successful when tests are not built.
> [native-inputs]: Remove dependency on cpputest as tests are not built
> any more.

Pushed, thank you!




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

This bug report was last modified 1 year and 67 days ago.

Previous Next


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