From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34480) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfLgl-0007rI-87 for guix-patches@gnu.org; Mon, 24 Jun 2019 05:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfLgk-0002Ld-6o for guix-patches@gnu.org; Mon, 24 Jun 2019 05:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42045) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfLgk-0002LU-3R for guix-patches@gnu.org; Mon, 24 Jun 2019 05:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfLgj-0004CE-W3 for guix-patches@gnu.org; Mon, 24 Jun 2019 05:55:02 -0400 Subject: [bug#36258] [PATCH 1/2] gnu: monero: Update to 0.14.1.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34410) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfLgI-0007oW-6U for guix-patches@gnu.org; Mon, 24 Jun 2019 05:54:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfLgH-0001lN-50 for guix-patches@gnu.org; Mon, 24 Jun 2019 05:54:34 -0400 Received: from mout02.posteo.de ([185.67.36.66]:49291) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hfLgG-0001g3-MD for guix-patches@gnu.org; Mon, 24 Jun 2019 05:54:33 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 0EF9D2400FB for ; Mon, 24 Jun 2019 11:54:27 +0200 (CEST) References: <20190617084436.12311-1-glv@posteo.net> <49b66acb-c2f9-5fd0-97aa-16711ae933e1@riseup.net> <87imsx2rk3.fsf@yamatai> <87blyobgzl.fsf@yamatai> <9abcc53c-1a07-d3b3-2b9f-1571328c7414@riseup.net> From: Guillaume LE VAILLANT In-reply-to: <9abcc53c-1a07-d3b3-2b9f-1571328c7414@riseup.net> Date: Mon, 24 Jun 2019 11:54:26 +0200 Message-ID: <87y31rtijx.fsf@yamatai> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: swedebugia Cc: 36258@debbugs.gnu.org swedebugia a =C3=A9crit : > Tests completed succesfully. I saw this note: > > + ;; TODO: Find why portability_wallet test fails > + ;; Maybe the Boost version used to create the test > + ;; wallet and the current Boost version are not > + ;; completely compatible? > + "Serialization.portability_wallet" > + "is_hdd.linux_os_root") > > Did you report this upstream? > Could you include the failed test also (commented below the comment) > > Otherwise LGTM :) > > PS: I started working on Aeon (fork of monero) since they are very simila= r it > should be "easy" to package now that you got monero working again. I'm not entirely sure why the "Serialization.portability_wallet" test fails. It might not be related to compatibility between Boost versions, because compiling with the same Boost version in two different ways gives different results. When I compile using 'guix build monero', the test fails. --- /tmp/guix-build-monero-0.14.1.0.drv-0/monero-0.14.1.0-checkout/tests/unit_t= ests/serialization.cpp:633: Failure Value of: r Actual: false Expected: true --- When I compile by hand using 'guix environment --pure monero', the test passes.