From unknown Mon Sep 22 02:26:05 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#63599] [PATCH] gnu: Remove bitcoin-abc. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 20 May 2023 08:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63599 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63599@debbugs.gnu.org Cc: Guillaume Le Vaillant X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16845697594135 (code B ref -1); Sat, 20 May 2023 08:03:01 +0000 Received: (at submit) by debbugs.gnu.org; 20 May 2023 08:02:39 +0000 Received: from localhost ([127.0.0.1]:57797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q0HXz-00014c-BL for submit@debbugs.gnu.org; Sat, 20 May 2023 04:02:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:39662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q0HXx-00014V-ID for submit@debbugs.gnu.org; Sat, 20 May 2023 04:02:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0HXx-0000iu-60 for guix-patches@gnu.org; Sat, 20 May 2023 04:02:37 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0HXu-00044h-PA for guix-patches@gnu.org; Sat, 20 May 2023 04:02:36 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id DEEAF240028 for ; Sat, 20 May 2023 10:02:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1684569750; bh=0XPu02E2ERsuvwXAsQb5SllpMpLkovEAngpFj05zvgY=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=grLDMmClAGGzOcE3Zn2Nh1Oe60KGFAwJ81Q58d4JKBEouFr2vTSpwnjyYoSs1WdHc 1h9bku2FZZKmFeCNjq3ANV432YPqrScKfGtA658mgYh9ALxl8Ep8BsXBot/BtVNP4+ H2RbJPiNnu0ouR6GKTnPaO8MeZgGrH1VjtL2d97xXTLJcmZQY4E1z3EdIU9OJKcQSL PF1WT0kxkeOgwL3HPpAW9x/cKRIIEkcWFEaWcDFTWj9rpKrD75g0rI5huMw2ar2UPI qRZaoLXp77lxiU1trcXYZezpOuOYRB1gFiPOHEq382NaAr0lsFc84gOr6/mkxQcU0w lG3ZsZT7Uq+jg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QNbm60779z6tx0; Sat, 20 May 2023 10:02:29 +0200 (CEST) From: Guillaume Le Vaillant Date: Sat, 20 May 2023 08:02:01 +0000 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=glv@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This package (version 0.21.12 from July 2020, which currently doesn't build) is for an outdated version of the Bitcoin Cash protocol. Since November 2020, the bitcoin-abc program has become an implementation of the eCash protocol, which is different from Bitcoin Cash (different consensus model). * gnu/packages/finance.scm (bitcoin-abc): Remove variable. --- gnu/packages/finance.scm | 66 ---------------------------------------- 1 file changed, 66 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 559b22257b..4e2a1c5415 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1683,72 +1683,6 @@ (define-public trezord Trezor wallet.") (license license:lgpl3+))) -(define-public bitcoin-abc - (package - (name "bitcoin-abc") - (version "0.21.12") - (source (origin - (method url-fetch) - (uri (string-append "https://download.bitcoinabc.org/" - version "/src/bitcoin-abc-" - version ".tar.gz")) - (sha256 - (base32 - "1amzwy3gpl8ai90dsy7g0z51qq8vxfzbf642wn4bfynb8jmw3kx5")))) - (build-system cmake-build-system) - (native-inputs - (list pkg-config - python ; for the tests - util-linux ; provides the hexdump command for tests - qttools-5)) - (inputs - (list bdb-5.3 - boost - jemalloc - libevent - miniupnpc - openssl - protobuf - qrencode - qtbase-5 - zeromq - zlib)) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'configure 'make-qt-deterministic - (lambda _ - ;; Make Qt deterministic. - (setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1") - #t)) - (add-before 'check 'set-home - (lambda _ - (setenv "HOME" (getenv "TMPDIR")) ; tests write to $HOME - #t)) - (add-after 'check 'check-functional - (lambda _ - (invoke - "python3" "./test/functional/test_runner.py" - (string-append "--jobs=" (number->string (parallel-job-count))) - ;; TODO: find why the abc-miner-fund test fails. - "--exclude=abc-miner-fund") - #t))))) - (home-page "https://www.bitcoinabc.org/") - (synopsis "Bitcoin ABC peer-to-peer full node for the Bitcoin Cash protocol") - (description - "Bitcoin Cash brings sound money to the world, fulfilling the original -promise of Bitcoin as Peer-to-Peer Electronic Cash. Merchants and users are -empowered with low fees and reliable confirmations is a digital currency that -enables instant payments to anyone anywhere in the world. It uses -peer-to-peer technology to operate without central authority: managing -transactions and issuing money are carried out collectively by the network. -As a fork it implemented changes lowering the time between blocks and now -offers confimations after less than 5 seconds and have significantly lower -fees that BTC. Bitcoin ABC is the reference implementation of the Bitcoin -Cash protocol. This package provides the Bitcoin Cash command line client and -a client based on Qt. This is a fork of Bitcoin Core.") - (license license:expat))) - (define-public libofx (package (name "libofx") base-commit: 24b6f94cf9b4ab97ef2eb70d05b2104a06776e62 -- 2.40.1 From unknown Mon Sep 22 02:26:05 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Guillaume Le Vaillant Subject: bug#63599: closed (Re: bug#63599: [PATCH] gnu: Remove bitcoin-abc.) Message-ID: References: <87ilcftjvr.fsf@gmail.com> X-Gnu-PR-Message: they-closed 63599 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 63599@debbugs.gnu.org Date: Fri, 26 May 2023 11:26:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1685100364-31824-1" This is a multi-part message in MIME format... ------------=_1685100364-31824-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #63599: [PATCH] gnu: Remove bitcoin-abc. 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 63599@debbugs.gnu.org. --=20 63599: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D63599 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1685100364-31824-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 63599-done) by debbugs.gnu.org; 26 May 2023 11:25:39 +0000 Received: from localhost ([127.0.0.1]:48995 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q2VZi-0008G5-SK for submit@debbugs.gnu.org; Fri, 26 May 2023 07:25:39 -0400 Received: from mail-wm1-f41.google.com ([209.85.128.41]:41298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q2VZU-0008Er-8k for 63599-done@debbugs.gnu.org; Fri, 26 May 2023 07:25:38 -0400 Received: by mail-wm1-f41.google.com with SMTP id 5b1f17b1804b1-3f6e67df911so1024295e9.1 for <63599-done@debbugs.gnu.org>; Fri, 26 May 2023 04:25:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685100318; x=1687692318; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=0GXXgUHvzMQ/p56PcPzYtKza6B9Qm10bnpPOBBlD5Qk=; b=hIQ1LGk/OZCc1XeYconsFFDqGjfobHRInFHdnNKiVGFnr2d0wtogF30LxXt5GDgon6 Xg3wl7pWul2h7sD9a5dGdnOJK6sG2Fw9Z9piriJ9DZeihX+LYY365AHUw7iiTPr+SBZN 1fpRqxls/2/gh1fEBnyv345MTimRb7N16gyi3jjsyrRyFeYzIrbTuIGFW0ESJ5sSwGxg th6gm8DNJxZvPf/vmdR0gRJ2NS4IhQ6GrX2L9ID8EGIQmgmSFuRpE/0oOe8UYh71Xic5 3OeV4s3tH58AyhzAe+D0XOI2g9/qXj1y3VBuPFpn7UlHWvvsmp58wSeKFZ+vcgJL7nft qAfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685100318; x=1687692318; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=0GXXgUHvzMQ/p56PcPzYtKza6B9Qm10bnpPOBBlD5Qk=; b=JxVYESnzdvEoXYrUoFhdQY1T7jqbWsr7ysQ51OUnHv+8aqGqdh4RIfs//T7t5mhkpL CnG/3sz6wsXAjEx6ZoLKzq1KJ4sOsNGVsHQl9qnGkw/ZKYj9bWV3LWFvfsF+2XtKh5S4 lmR4mLBa4zwj3pA4pNAyY5HD35lkMF8Awm7oPgTxEsCCRUtGfZjberXhmVOoJ4+t0zoB bypnTbj6jNNuu0ljxAjECTuh/KXogkoqkkN5CeIIgAi4ahr9cjIhqUAtAi6a4DEkN35B MaZr8nRiRi+7yq2u0lvdIveOIj+yukD75cyNJ5DvH4+d5gzhCbiRJ5wYBcNdOGJVkw2+ oMIw== X-Gm-Message-State: AC+VfDxzhl8XPhdWD+vI2RBFChX8mULaFoOpoKim+UZFbV+X7o35oC8h QjhyFoHFe+S3x3TfkpByy1w/yYCeBhU= X-Google-Smtp-Source: ACHHUZ4dUcgmNwaLas3AcU922YeSiw1Xp2z8tix5Q99XAoPJeQmPVSsQi/IEoDMvgRwtClIYY8PkNg== X-Received: by 2002:a05:600c:4f4f:b0:3f5:f543:d81f with SMTP id m15-20020a05600c4f4f00b003f5f543d81fmr1442415wmq.3.1685100318487; Fri, 26 May 2023 04:25:18 -0700 (PDT) Received: from pfiuh07 ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id f1-20020a7bcc01000000b003f50e29bce3sm4931080wmh.48.2023.05.26.04.25.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 May 2023 04:25:18 -0700 (PDT) From: Simon Tournier To: Guillaume Le Vaillant Subject: Re: bug#63599: [PATCH] gnu: Remove bitcoin-abc. References: Date: Fri, 26 May 2023 13:25:12 +0200 In-Reply-To: (Guillaume Le Vaillant's message of "Sat, 20 May 2023 08:02:01 +0000") Message-ID: <87ilcftjvr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63599-done Cc: 63599-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On sam., 20 mai 2023 at 08:02, Guillaume Le Vaillant wrote: > This package (version 0.21.12 from July 2020, which currently doesn't build) > is for an outdated version of the Bitcoin Cash protocol. Since November 2020, > the bitcoin-abc program has become an implementation of the eCash protocol, > which is different from Bitcoin Cash (different consensus model). > > * gnu/packages/finance.scm (bitcoin-abc): Remove variable. > --- > gnu/packages/finance.scm | 66 ---------------------------------------- > 1 file changed, 66 deletions(-) Pushed as bb6ddc269f776e0c3dc739fb9f49a4c048db3b44. Cheers, simon PS: My first push. :-) ------------=_1685100364-31824-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 May 2023 08:02:39 +0000 Received: from localhost ([127.0.0.1]:57797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q0HXz-00014c-BL for submit@debbugs.gnu.org; Sat, 20 May 2023 04:02:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:39662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q0HXx-00014V-ID for submit@debbugs.gnu.org; Sat, 20 May 2023 04:02:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0HXx-0000iu-60 for guix-patches@gnu.org; Sat, 20 May 2023 04:02:37 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0HXu-00044h-PA for guix-patches@gnu.org; Sat, 20 May 2023 04:02:36 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id DEEAF240028 for ; Sat, 20 May 2023 10:02:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1684569750; bh=0XPu02E2ERsuvwXAsQb5SllpMpLkovEAngpFj05zvgY=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=grLDMmClAGGzOcE3Zn2Nh1Oe60KGFAwJ81Q58d4JKBEouFr2vTSpwnjyYoSs1WdHc 1h9bku2FZZKmFeCNjq3ANV432YPqrScKfGtA658mgYh9ALxl8Ep8BsXBot/BtVNP4+ H2RbJPiNnu0ouR6GKTnPaO8MeZgGrH1VjtL2d97xXTLJcmZQY4E1z3EdIU9OJKcQSL PF1WT0kxkeOgwL3HPpAW9x/cKRIIEkcWFEaWcDFTWj9rpKrD75g0rI5huMw2ar2UPI qRZaoLXp77lxiU1trcXYZezpOuOYRB1gFiPOHEq382NaAr0lsFc84gOr6/mkxQcU0w lG3ZsZT7Uq+jg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QNbm60779z6tx0; Sat, 20 May 2023 10:02:29 +0200 (CEST) From: Guillaume Le Vaillant To: guix-patches@gnu.org Subject: [PATCH] gnu: Remove bitcoin-abc. Date: Sat, 20 May 2023 08:02:01 +0000 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=glv@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Guillaume Le Vaillant X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This package (version 0.21.12 from July 2020, which currently doesn't build) is for an outdated version of the Bitcoin Cash protocol. Since November 2020, the bitcoin-abc program has become an implementation of the eCash protocol, which is different from Bitcoin Cash (different consensus model). * gnu/packages/finance.scm (bitcoin-abc): Remove variable. --- gnu/packages/finance.scm | 66 ---------------------------------------- 1 file changed, 66 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 559b22257b..4e2a1c5415 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1683,72 +1683,6 @@ (define-public trezord Trezor wallet.") (license license:lgpl3+))) -(define-public bitcoin-abc - (package - (name "bitcoin-abc") - (version "0.21.12") - (source (origin - (method url-fetch) - (uri (string-append "https://download.bitcoinabc.org/" - version "/src/bitcoin-abc-" - version ".tar.gz")) - (sha256 - (base32 - "1amzwy3gpl8ai90dsy7g0z51qq8vxfzbf642wn4bfynb8jmw3kx5")))) - (build-system cmake-build-system) - (native-inputs - (list pkg-config - python ; for the tests - util-linux ; provides the hexdump command for tests - qttools-5)) - (inputs - (list bdb-5.3 - boost - jemalloc - libevent - miniupnpc - openssl - protobuf - qrencode - qtbase-5 - zeromq - zlib)) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'configure 'make-qt-deterministic - (lambda _ - ;; Make Qt deterministic. - (setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1") - #t)) - (add-before 'check 'set-home - (lambda _ - (setenv "HOME" (getenv "TMPDIR")) ; tests write to $HOME - #t)) - (add-after 'check 'check-functional - (lambda _ - (invoke - "python3" "./test/functional/test_runner.py" - (string-append "--jobs=" (number->string (parallel-job-count))) - ;; TODO: find why the abc-miner-fund test fails. - "--exclude=abc-miner-fund") - #t))))) - (home-page "https://www.bitcoinabc.org/") - (synopsis "Bitcoin ABC peer-to-peer full node for the Bitcoin Cash protocol") - (description - "Bitcoin Cash brings sound money to the world, fulfilling the original -promise of Bitcoin as Peer-to-Peer Electronic Cash. Merchants and users are -empowered with low fees and reliable confirmations is a digital currency that -enables instant payments to anyone anywhere in the world. It uses -peer-to-peer technology to operate without central authority: managing -transactions and issuing money are carried out collectively by the network. -As a fork it implemented changes lowering the time between blocks and now -offers confimations after less than 5 seconds and have significantly lower -fees that BTC. Bitcoin ABC is the reference implementation of the Bitcoin -Cash protocol. This package provides the Bitcoin Cash command line client and -a client based on Qt. This is a fork of Bitcoin Core.") - (license license:expat))) - (define-public libofx (package (name "libofx") base-commit: 24b6f94cf9b4ab97ef2eb70d05b2104a06776e62 -- 2.40.1 ------------=_1685100364-31824-1--