GNU bug report logs - #38470
[PATCH] gnu: bitcoin-abc: Update to 0.20.7.

Previous Next

Package: guix-patches;

Reported by: Guillaume Le Vaillant <glv <at> posteo.net>

Date: Tue, 3 Dec 2019 13:32:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 38470 in the body.
You can then email your comments to 38470 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#38470; Package guix-patches. (Tue, 03 Dec 2019 13:32:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Guillaume Le Vaillant <glv <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 03 Dec 2019 13:32:02 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Guillaume Le Vaillant <glv <at> posteo.net>
Subject: [PATCH] gnu: bitcoin-abc: Update to 0.20.7.
Date: Tue,  3 Dec 2019 14:30:53 +0100
* gnu/packages/finance.scm (bitcoin-abc): Update to 0.20.7.
  [native-inputs]: Add autoconf, automake and libtool.
  [inputs]: Add qrencode and zlib.
  [arguments]: Remove fix-tests phase.
---
 gnu/packages/finance.scm | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 76805f9ca5..e372bb97c2 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -43,6 +43,8 @@
   #:use-module (guix build-system go)
   #:use-module (guix utils)
   #:use-module (gnu packages)
+  #:use-module (gnu packages aidc)
+  #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
   #:use-module (gnu packages boost)
   #:use-module (gnu packages check)
@@ -1167,7 +1169,7 @@ Trezor wallet.")
   (package
     (inherit bitcoin-core)
     (name "bitcoin-abc")
-    (version "0.20.4")
+    (version "0.20.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.bitcoinabc.org/"
@@ -1175,7 +1177,15 @@ Trezor wallet.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0fld54z3l7z7k5n35rrjichjnx37j9xp0rv8i69m3x4qfj1xk2np"))))
+                "0py5ilfi4r8qh5r9637vwch27sqrrn0dg9rz8bccnj3lp2xpzw27"))))
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("libtool" ,libtool)
+       ("pkg-config" ,pkg-config)
+       ("python" ,python)               ; for the tests
+       ("util-linux" ,util-linux)       ; provides the hexdump command for tests
+       ("qttools" ,qttools)))
     (inputs
      `(("bdb" ,bdb-5.3)
        ("boost" ,boost)
@@ -1183,19 +1193,9 @@ Trezor wallet.")
        ("miniupnpc" ,miniupnpc)
        ("openssl" ,openssl)
        ("protobuf" ,protobuf)
-       ("qtbase" ,qtbase)))
-    (arguments
-     (substitute-keyword-arguments (package-arguments bitcoin-core)
-       ((#:phases phases)
-        `(modify-phases ,phases
-           (add-after 'unpack 'fix-tests
-             ;; Disable 'check-devtools' test which tries to run a
-             ;; python script that doesn't exist.
-             (lambda _
-               (substitute* "Makefile.in"
-                 (("^check-local: check-devtools")
-                  "check-local:"))
-               #t))))))
+       ("qrencode" ,qrencode)
+       ("qtbase" ,qtbase)
+       ("zlib" ,zlib)))
     (home-page "https://www.bitcoinabc.org/")
     (synopsis "Bitcoin ABC peer-to-peer full node for the Bitcoin Cash protocol")
     (description
-- 
2.24.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 09 Dec 2019 16:00:02 GMT) Full text and rfc822 format available.

Notification sent to Guillaume Le Vaillant <glv <at> posteo.net>:
bug acknowledged by developer. (Mon, 09 Dec 2019 16:00:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 38470-done <at> debbugs.gnu.org
Subject: Re: [bug#38470] [PATCH] gnu: bitcoin-abc: Update to 0.20.7.
Date: Mon, 09 Dec 2019 16:59:01 +0100
Guillaume Le Vaillant <glv <at> posteo.net> skribis:

> * gnu/packages/finance.scm (bitcoin-abc): Update to 0.20.7.
>   [native-inputs]: Add autoconf, automake and libtool.
>   [inputs]: Add qrencode and zlib.
>   [arguments]: Remove fix-tests phase.

Applied, thanks!

Ludo'.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 07 Jan 2020 12:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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