From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43145) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hy0rH-0005Gy-P0 for guix-patches@gnu.org; Wed, 14 Aug 2019 17:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hy0rG-0006j3-FZ for guix-patches@gnu.org; Wed, 14 Aug 2019 17:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40996) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hy0rG-0006iw-9T for guix-patches@gnu.org; Wed, 14 Aug 2019 17:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hy0rG-0001oI-4d for guix-patches@gnu.org; Wed, 14 Aug 2019 17:31:02 -0400 Subject: [bug#37033] [PATCH] gnu: monero: Update to 0.14.1.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:43084) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hy0qq-00055u-Ke for guix-patches@gnu.org; Wed, 14 Aug 2019 17:30:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hy0qn-0006b8-I2 for guix-patches@gnu.org; Wed, 14 Aug 2019 17:30:35 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57293) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hy0ql-0006YD-Q3 for guix-patches@gnu.org; Wed, 14 Aug 2019 17:30:32 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 65B612400FC for ; Wed, 14 Aug 2019 23:30:28 +0200 (CEST) From: Guillaume Le Vaillant Date: Wed, 14 Aug 2019 23:30:09 +0200 Message-Id: <20190814213009.10656-1-glv@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 37033@debbugs.gnu.org Cc: Guillaume Le Vaillant * gnu/packages/finance.scm (monero): Update to 0.14.1.2. --- gnu/packages/finance.scm | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 7bfe5e62ff..57c12daa9b 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -445,7 +445,7 @@ other machines/servers. Electroncash does not downlo= ad the Bitcoin Cash blockch ;; the system's dynamically linked library. (package (name "monero") - (version "0.14.1.0") + (version "0.14.1.2") (source (origin (method git-fetch) @@ -466,7 +466,7 @@ other machines/servers. Electroncash does not downlo= ad the Bitcoin Cash blockch #t)) (sha256 (base32 - "1asa197fad81jfv12qgaa7y7pdr1r1pda96m9pvivkh4v30cx0nh")))) + "00zl883c7lcd9z7g4y3vv7rxmr7ppzrxdblnhk32r9l3qzyw55r6")))) (build-system cmake-build-system) (native-inputs `(("doxygen" ,doxygen) @@ -508,6 +508,12 @@ other machines/servers. Electroncash does not downl= oad the Bitcoin Cash blockch (("return \\(") "return ((std::string(getenv(\"HOME\"))) / ")) #t)) + (add-after 'change-log-path 'fix-file-permissions-for-tests + (lambda _ + (for-each (lambda (f) + (chmod f #o644)) + (find-files "tests/data/" "wallet_9svHk1.*")) + #t)) ;; Only try tests that don't need access to network or system (replace 'check (lambda _ @@ -522,11 +528,6 @@ other machines/servers. Electroncash does not downl= oad the Bitcoin Cash blockch "DNSResolver.DNSSECSuccess" "DNSResolver.DNSSECFailure" "DNSResolver.GetTXTRecord" - ;; TODO: Find why portability_wallet test fails - ;; Maybe the Boost version used to create the tes= t - ;; wallet and the current Boost version are not - ;; completely compatible? - "Serialization.portability_wallet" "is_hdd.linux_os_root") ":"))) (invoke "tests/unit_tests/unit_tests" --=20 2.22.0