From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drKGE-0007Bq-AW for guix-patches@gnu.org; Mon, 11 Sep 2017 04:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drKGA-0002mq-Ds for guix-patches@gnu.org; Mon, 11 Sep 2017 04:40:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51780) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drKGA-0002mk-Ai for guix-patches@gnu.org; Mon, 11 Sep 2017 04:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drKGA-0002js-57 for guix-patches@gnu.org; Mon, 11 Sep 2017 04:40:02 -0400 Subject: [bug#28401] [PATCH 0/2] gnu: Add monero. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87o9qjesvl.fsf@foradis.org> Date: Mon, 11 Sep 2017 10:39:32 +0200 In-Reply-To: <87o9qjesvl.fsf@foradis.org> (Theodoros Foradis's message of "Sat, 09 Sep 2017 19:35:41 +0300") Message-ID: <87fubtbpdn.fsf@gnu.org> 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: Theodoros Foradis Cc: 28401@debbugs.gnu.org, Efraim Flashner Hi, Theodoros Foradis skribis: > Hello Guix, > > this patch set adds clients (cli and gui) for Monero, a private digital > currency. > > As I mention in comments in source, monero package bundles easylogging++ > and lmdb. The bundled easylogging++ is modified, and the changes will > not be upstreamed. The devs deem the lmdb driver too critical a consenus > component, to use the system's dynamically linked library (plus there's > not even the option in the build system to use it). > > The other bundled dependencies we delete and not use. OK. Oh well. BTW, all tests pass (on x86_64), but the second test of =E2=80=9Cmonero=E2= =80=9D takes ages: --8<---------------cut here---------------start------------->8--- Test project /tmp/guix-build-monero-0.11.0.0.drv-0/build Start 1: hash-target 1/11 Test #1: hash-target ...................... Passed 0.06 sec Start 2: coretests 2/11 Test #2: coretests ........................ Passed 1830.78 sec Start 3: cncrypto 3/11 Test #3: cncrypto ......................... Passed 8.22 sec Start 4: difficulty 4/11 Test #4: difficulty ....................... Passed 0.02 sec Start 5: hash-fast 5/11 Test #5: hash-fast ........................ Passed 0.01 sec Start 6: hash-slow 6/11 Test #6: hash-slow ........................ Passed 0.07 sec Start 7: hash-tree 7/11 Test #7: hash-tree ........................ Passed 0.00 sec Start 8: hash-extra-blake 8/11 Test #8: hash-extra-blake ................. Passed 0.00 sec Start 9: hash-extra-groestl 9/11 Test #9: hash-extra-groestl ............... Passed 0.01 sec Start 10: hash-extra-jh 10/11 Test #10: hash-extra-jh .................... Passed 0.01 sec Start 11: hash-extra-skein 11/11 Test #11: hash-extra-skein ................. Passed 0.00 sec --8<---------------cut here---------------end--------------->8--- > As far as monero-core is concerned (the gui), I did not manage to get it > to build with the modular qt. Should this be added in the source as a > TODO item? Could you be more specific at what you tried and failed to achieve? Perhaps Efraim (Cc=E2=80=99d) or someone else can provide guidance. Thanks, Ludo=E2=80=99.