From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43451) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQJnV-0008DT-UZ for guix-patches@gnu.org; Thu, 31 Oct 2019 19:24:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQJnS-0003sO-OR for guix-patches@gnu.org; Thu, 31 Oct 2019 19:24:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45657) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQJnO-0003lV-Sd for guix-patches@gnu.org; Thu, 31 Oct 2019 19:24:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQJnO-0008G5-NQ for guix-patches@gnu.org; Thu, 31 Oct 2019 19:24:02 -0400 Subject: bug#37825: [PATCH] gnu: bitcoin-abc: Update to 0.20.4. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Marius Bakke In-Reply-To: <20191019184837.21457-1-glv@posteo.net> References: <20191019184837.21457-1-glv@posteo.net> Date: Fri, 01 Nov 2019 00:23:45 +0100 Message-ID: <87tv7oo5xa.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Guillaume Le Vaillant , 37825-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Guillaume Le Vaillant writes: > * gnu/packages/finance.scm (bitcoin-abc): Update to 0.20.4. > [source]: Fix uri. > [inputs]: Use bdb-5.3 (bdb-4.8 is not supported). > [arguments]: Add 'fix-tests' phase. [...] > + (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)))))) Do you know why this script is not distributed? Should we provide it, or was it a packaging mistake upstream? In any case I pushed this patch in 28d46d9d4317180b348ad5baeddad8ef25ed430a. Thank you! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl27bQEACgkQoqBt8qM6 VPqz0QgA1CZwHiBED+NENN8JmzhemZYwF+IBK/8H77s7Xu7PwG57oNZ6bAIqmekR dAKjOaJ5dCAvsfk8FMffHMUjfW2cK9J9+EL6wRQWPbSTSmZ7iYYvRnJFQOFvGCUH OCIe9VlUfJY9pBS42NVJ30jIrBvnPwO+cfMNCc5kFoQ+mUQ9s/bN/na/rim4+kki 7j+OrHN1A2CQukROxH0+p+bcCM2Wx5lCjbFjocdVw2J2GlFqG/xhLGPktALPlZMm 8TGSs5bTFqo2/RaVec9Z4fT5VdTN3Zq9cWvDkwQ3J93+fEJKuANfcKZg/rEIProa BF7VODVMTZ6KcTTdQseHBwi9ITnTgg== =wiqW -----END PGP SIGNATURE----- --=-=-=--