From unknown Fri Aug 15 17:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34139] Update electrum, add python-aiohttp-socks and python-aiorpcx Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 19 Jan 2019 23:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34139 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 34139@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.154794180930766 (code B ref -1); Sat, 19 Jan 2019 23:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 19 Jan 2019 23:50:09 +0000 Received: from localhost ([127.0.0.1]:38155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gl0NM-000808-Ch for submit@debbugs.gnu.org; Sat, 19 Jan 2019 18:50:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49670) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gl0NK-0007zX-9o for submit@debbugs.gnu.org; Sat, 19 Jan 2019 18:50:06 -0500 Received: from lists.gnu.org ([209.51.188.17]:40991) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gl0NF-00084B-1U for submit@debbugs.gnu.org; Sat, 19 Jan 2019 18:50:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gl0ND-0003O5-Oh for guix-patches@gnu.org; Sat, 19 Jan 2019 18:50:00 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gl0NC-00081b-Mu for guix-patches@gnu.org; Sat, 19 Jan 2019 18:49:59 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:57746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gl0NC-0007yw-Cl for guix-patches@gnu.org; Sat, 19 Jan 2019 18:49:58 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 39A9D1AAC0 for ; Sat, 19 Jan 2019 15:49:55 -0800 (PST) From: Vagrant Cascadian Date: Sat, 19 Jan 2019 15:49:49 -0800 Message-ID: <87ef98nr6q.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 173.255.214.101 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) 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 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The following patches update electrum, requring updated inputs, and two new packages, python-aiohttp-socks and python-aiorpcx. finance.scm | 8 ++++++-- python-web.scm | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 2 deletions(-) Thanks in advance for the review! live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Add-python-aiohttp-socks.patch Content-Transfer-Encoding: quoted-printable From=203564dce5223f99397864c90a6080ad82fa4441ce Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 17 Jan 2019 00:17:11 +0000 Subject: [PATCH 1/3] gnu: Add python-aiohttp-socks. * gnu/packages/python-web.scm (python-aiohttp-socks): New variable. =2D-- gnu/packages/python-web.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index af0595b36..3141600c6 100644 =2D-- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -102,6 +102,27 @@ Callback Hell. @end itemize") (license license:asl2.0))) =20 +(define-public python-aiohttp-socks +(package + (name "python-aiohttp-socks") + (version "0.2.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "aiohttp_socks" version)) + (sha256 + (base32 + "0473702jk66xrgpm28wbdgpnak4v0dh2qmdjw7ky7hf3lwwqkggf")))) + (build-system python-build-system) + (propagated-inputs + `(("python-aiohttp" ,python-aiohttp))) + (home-page + "https://github.com/romis2012/aiohttp-socks") + (synopsis "SOCKS proxy connector for aiohttp") + (description "SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are +supported.") + (license license:asl2.0))) + (define-public python-aiodns (package (name "python-aiodns") =2D-=20 2.20.1 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0002-gnu-Add-python-aiorpcx.patch Content-Transfer-Encoding: quoted-printable From=20415058c95d1568c2677a424084d78d0f12e0eca8 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 17 Jan 2019 00:18:41 +0000 Subject: [PATCH 2/3] gnu: Add python-aiorpcx. * gnu/packages/python-web.scm (python-aiorpcx): New variable. =2D-- gnu/packages/python-web.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3141600c6..3caba6637 100644 =2D-- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -146,6 +146,30 @@ asynchronous DNS resolutions with a synchronous lookin= g interface by using @url{https://github.com/saghul/pycares,pycares}.") (license license:expat))) =20 +(define-public python-aiorpcx +(package + (name "python-aiorpcx") + (version "0.10.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "aiorpcX" version)) + (sha256 + (base32 + "1p88k15jh0d2a18pnnbfcamsqi2bxvmmhpizmdlxfdxf8vy5ggyj")))) + (build-system python-build-system) + (propagated-inputs + `(("python-attrs" ,python-attrs))) + (home-page + "https://github.com/kyuupichan/aiorpcX") + (synopsis + "Generic async RPC implementation, including JSON-RPC") + (description + "A generic asyncio library implementation of RPC suitable for an applic= ation that is a client, server or both. + +The package includes a module with full coverage of JSON RPC versions 1.0 = and 2.0, JSON RPC protocol auto-detection, and arbitrary message framing. I= t also comes with a SOCKS proxy client.") + (license (list license:expat license:bsd-2)))) + (define-public python-falcon (package (name "python-falcon") =2D-=20 2.20.1 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0003-gnu-electrum-Update-to-3.3.2.patch Content-Transfer-Encoding: quoted-printable From=209256c2bbea5d79b2ad827f9a570932be2b38acdb Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 15 Jan 2019 04:51:34 +0000 Subject: [PATCH 3/3] gnu: electrum: Update to 3.3.2. * gnu/packages/finance.scm (electrum): Update to 3.2.2. [inputs]: Add python-aiohttp, python-aiohttp-socks, python-aiorpcx and python-certifi. =2D-- gnu/packages/finance.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 468388797..293aa1f7d 100644 =2D-- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -293,7 +293,7 @@ do so.") (define-public electrum (package (name "electrum") =2D (version "3.2.2") + (version "3.3.2") (source (origin (method url-fetch) @@ -302,7 +302,7 @@ do so.") version ".tar.gz")) (sha256 (base32 =2D "1fxaxlf5vm2zydj678ls3pazyriym188iwzk60kyk26cz2p3xk39")) + "0vgfdhwvrrl6dr4rd4hhxr8304bxm00sh7fw4nalm4hf7gfsbcji")) (modules '((guix build utils))) (snippet '(begin @@ -320,6 +320,10 @@ do so.") ("python-requests" ,python-requests) ("python-qrcode" ,python-qrcode) ("python-protobuf" ,python-protobuf) + ("python-aiohttp" ,python-aiohttp) + ("python-aiohttp-socks" ,python-aiohttp-socks) + ("python-aiorpcx" ,python-aiorpcx) + ("python-certifi" ,python-certifi) ("python-dnspython" ,python-dnspython) ("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix))) (arguments =2D-=20 2.20.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXEO3ngAKCRDcUY/If5cW qp6qAP0ZrwX7GYv+ZXkINGlQZISdSYuI7wQlVTWqYQOvmKJhawEAp7hi1hqaR73l wCnrZPy4iSiUGt3C+jNiCuXFfdkNewA= =qB0G -----END PGP SIGNATURE----- --==-=-=-- From unknown Fri Aug 15 17:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34139] Update electrum, add python-aiohttp-socks and python-aiorpcx Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Jan 2019 21:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34139 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Vagrant Cascadian Cc: 34139@debbugs.gnu.org Received: via spool by 34139-submit@debbugs.gnu.org id=B34139.15484512121375 (code B ref 34139); Fri, 25 Jan 2019 21:21:02 +0000 Received: (at 34139) by debbugs.gnu.org; 25 Jan 2019 21:20:12 +0000 Received: from localhost ([127.0.0.1]:45627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gn8tX-0000M7-Pi for submit@debbugs.gnu.org; Fri, 25 Jan 2019 16:20:11 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:42180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gn8tV-0000Ls-HU for 34139@debbugs.gnu.org; Fri, 25 Jan 2019 16:20:10 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 6D3996BFB; Fri, 25 Jan 2019 22:20:08 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JLUI09fWL-8Y; Fri, 25 Jan 2019 22:20:07 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 9C2066BF9; Fri, 25 Jan 2019 22:20:07 +0100 (CET) From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87ef98nr6q.fsf@ponder> Date: Fri, 25 Jan 2019 22:20:05 +0100 In-Reply-To: <87ef98nr6q.fsf@ponder> (Vagrant Cascadian's message of "Sat, 19 Jan 2019 15:49:49 -0800") Message-ID: <87tvhwmo3e.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) 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: -0.0 (/) Hello Vagrant, Vagrant Cascadian skribis: > The following patches update electrum, requring updated inputs, and two > new packages, python-aiohttp-socks and python-aiorpcx. Nipick: could you adjust the indentation of the new packages (you can pass them through ./etc/indent-code.el if you want=C2=B9), and make sure descriptions contain full sentences=C2=B2? With these changes we=E2=80=99ll be all set. :-) Thank you! Ludo=E2=80=99. =C2=B9 https://www.gnu.org/software/guix/manual/en/html_node/Formatting-Cod= e.html =C2=B2 https://www.gnu.org/software/guix/manual/en/html_node/Synopses-and-D= escriptions.html From unknown Fri Aug 15 17:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34139] Update electrum, add python-aiohttp-socks and python-aiorpcx Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 31 Jan 2019 22:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34139 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 34139@debbugs.gnu.org Received: via spool by 34139-submit@debbugs.gnu.org id=B34139.154897414715481 (code B ref 34139); Thu, 31 Jan 2019 22:36:02 +0000 Received: (at 34139) by debbugs.gnu.org; 31 Jan 2019 22:35:47 +0000 Received: from localhost ([127.0.0.1]:53504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gpKvy-00041b-Nk for submit@debbugs.gnu.org; Thu, 31 Jan 2019 17:35:47 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:54094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gpKvw-00041L-5b for 34139@debbugs.gnu.org; Thu, 31 Jan 2019 17:35:45 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id EF5981AAC0; Thu, 31 Jan 2019 14:35:37 -0800 (PST) From: Vagrant Cascadian In-Reply-To: <87tvhwmo3e.fsf@gnu.org> References: <87ef98nr6q.fsf@ponder> <87tvhwmo3e.fsf@gnu.org> Date: Thu, 31 Jan 2019 14:35:31 -0800 Message-ID: <87h8doe9qk.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) 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 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2019-01-25, Ludovic Court=C3=A8s wrote: > Vagrant Cascadian skribis: > >> The following patches update electrum, requring updated inputs, and two >> new packages, python-aiohttp-socks and python-aiorpcx. New patch series... Updated to electrum 3.3.3. > Nipick: could you adjust the indentation of the new packages (you can > pass them through ./etc/indent-code.el if you want=C2=B9), Done. > and make sure descriptions contain full sentences=C2=B2? Struggled with this a bit. Thankfully, mbakke made some minimal suggestions in irc about fixing up the description for python-aiohttp-socks. Hopefully that's good enough. Thanks! live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Add-python-aiohttp-socks.patch Content-Transfer-Encoding: quoted-printable From=2065b287d82f90b821e0ef6ce21d8563e7df4607f3 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 17 Jan 2019 00:17:11 +0000 Subject: [PATCH 1/3] gnu: Add python-aiohttp-socks. * gnu/packages/python-web.scm (python-aiohttp-socks): New variable. =2D-- gnu/packages/python-web.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 97b1f0661..739f5fd8a 100644 =2D-- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -102,6 +102,27 @@ Callback Hell. @end itemize") (license license:asl2.0))) =20 +(define-public python-aiohttp-socks + (package + (name "python-aiohttp-socks") + (version "0.2.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "aiohttp_socks" version)) + (sha256 + (base32 + "0473702jk66xrgpm28wbdgpnak4v0dh2qmdjw7ky7hf3lwwqkggf")))) + (build-system python-build-system) + (propagated-inputs + `(("python-aiohttp" ,python-aiohttp))) + (home-page + "https://github.com/romis2012/aiohttp-socks") + (synopsis "SOCKS proxy connector for aiohttp") + (description "This package provides a SOCKS proxy connector for +aiohttp. It supports SOCKS4(a) and SOCKS5.") + (license license:asl2.0))) + (define-public python-aiodns (package (name "python-aiodns") =2D-=20 2.20.1 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0002-gnu-Add-python-aiorpcx.patch Content-Transfer-Encoding: quoted-printable From=208e1f70364b46dc416116147342a4236a4232f196 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 17 Jan 2019 00:18:41 +0000 Subject: [PATCH 2/3] gnu: Add python-aiorpcx. * gnu/packages/python-web.scm (python-aiorpcx): New variable. =2D-- gnu/packages/python-web.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 739f5fd8a..823a007ce 100644 =2D-- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -146,6 +146,30 @@ asynchronous DNS resolutions with a synchronous lookin= g interface by using @url{https://github.com/saghul/pycares,pycares}.") (license license:expat))) =20 +(define-public python-aiorpcx + (package + (name "python-aiorpcx") + (version "0.10.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "aiorpcX" version)) + (sha256 + (base32 + "1p88k15jh0d2a18pnnbfcamsqi2bxvmmhpizmdlxfdxf8vy5ggyj")))) + (build-system python-build-system) + (propagated-inputs + `(("python-attrs" ,python-attrs))) + (home-page + "https://github.com/kyuupichan/aiorpcX") + (synopsis + "Generic async RPC implementation, including JSON-RPC") + (description + "A generic asyncio library implementation of RPC suitable for an appl= ication that is a client, server or both. + +The package includes a module with full coverage of JSON RPC versions 1.0 = and 2.0, JSON RPC protocol auto-detection, and arbitrary message framing. I= t also comes with a SOCKS proxy client.") + (license (list license:expat license:bsd-2)))) + (define-public python-falcon (package (name "python-falcon") =2D-=20 2.20.1 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0003-gnu-electrum-Update-to-3.3.3.patch Content-Transfer-Encoding: quoted-printable From=2054d18a3a69ebbe6430d13bbb15f603cdc31a4129 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 15 Jan 2019 04:51:34 +0000 Subject: [PATCH 3/3] gnu: electrum: Update to 3.3.3. * gnu/packages/finance.scm (electrum): Update to 3.3.3. [inputs]: Add python-aiohttp, python-aiohttp-socks, python-aiorpcx and python-certifi. =2D-- gnu/packages/finance.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 250b1db14..b48aaa9c5 100644 =2D-- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -299,7 +299,7 @@ do so.") (define-public electrum (package (name "electrum") =2D (version "3.2.2") + (version "3.3.3") (source (origin (method url-fetch) @@ -308,7 +308,7 @@ do so.") version ".tar.gz")) (sha256 (base32 =2D "1fxaxlf5vm2zydj678ls3pazyriym188iwzk60kyk26cz2p3xk39")) + "0z2zfhyawrbzs0w1426a2w0d4wsajl34ymj77qmpm41138g2ysf2")) (modules '((guix build utils))) (snippet '(begin @@ -326,6 +326,10 @@ do so.") ("python-requests" ,python-requests) ("python-qrcode" ,python-qrcode) ("python-protobuf" ,python-protobuf) + ("python-aiohttp" ,python-aiohttp) + ("python-aiohttp-socks" ,python-aiohttp-socks) + ("python-aiorpcx" ,python-aiorpcx) + ("python-certifi" ,python-certifi) ("python-dnspython" ,python-dnspython) ("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix))) (arguments =2D-=20 2.20.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXFN4NQAKCRDcUY/If5cW qnQiAPwIYZsKAoMb/5LyM//uuvbU0bu6OFq6FGS2BI38yvcc8gD+OUyTRz2gb88O C2xTr+NnGI+YGuteWmshmpQIxrfeWAw= =6pbz -----END PGP SIGNATURE----- --==-=-=-- From unknown Fri Aug 15 17:23:07 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: Vagrant Cascadian Subject: bug#34139: closed (Re: [bug#34139] Update electrum, add python-aiohttp-socks and python-aiorpcx) Message-ID: References: <87lg2opp84.fsf@gnu.org> <87ef98nr6q.fsf@ponder> X-Gnu-PR-Message: they-closed 34139 X-Gnu-PR-Package: guix-patches Reply-To: 34139@debbugs.gnu.org Date: Sat, 09 Feb 2019 22:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1549751582-6853-1" This is a multi-part message in MIME format... ------------=_1549751582-6853-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #34139: Update electrum, add python-aiohttp-socks and python-aiorpcx 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 34139@debbugs.gnu.org. --=20 34139: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D34139 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1549751582-6853-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 34139-done) by debbugs.gnu.org; 9 Feb 2019 22:32:50 +0000 Received: from localhost ([127.0.0.1]:41618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gsbB4-0001m7-3h for submit@debbugs.gnu.org; Sat, 09 Feb 2019 17:32:50 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:55508) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gsbB1-0001lw-5O for 34139-done@debbugs.gnu.org; Sat, 09 Feb 2019 17:32:48 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E2F92DDC5; Sat, 9 Feb 2019 23:32:45 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FE_OqURqKji7; Sat, 9 Feb 2019 23:32:44 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 1B4ECD9D9; Sat, 9 Feb 2019 23:32:44 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Vagrant Cascadian Subject: Re: [bug#34139] Update electrum, add python-aiohttp-socks and python-aiorpcx References: <87ef98nr6q.fsf@ponder> <87tvhwmo3e.fsf@gnu.org> <87h8doe9qk.fsf@ponder> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?utf-8?Q?Pluvi=C3=B4se?= an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sat, 09 Feb 2019 23:32:43 +0100 In-Reply-To: <87h8doe9qk.fsf@ponder> (Vagrant Cascadian's message of "Thu, 31 Jan 2019 14:35:31 -0800") Message-ID: <87lg2opp84.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 34139-done Cc: 34139-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: -0.0 (/) Hello, Vagrant Cascadian skribis: > From 65b287d82f90b821e0ef6ce21d8563e7df4607f3 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Thu, 17 Jan 2019 00:17:11 +0000 > Subject: [PATCH 1/3] gnu: Add python-aiohttp-socks. > > * gnu/packages/python-web.scm (python-aiohttp-socks): New variable. [...] > From 8e1f70364b46dc416116147342a4236a4232f196 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Thu, 17 Jan 2019 00:18:41 +0000 > Subject: [PATCH 2/3] gnu: Add python-aiorpcx. > > * gnu/packages/python-web.scm (python-aiorpcx): New variable. [...] > From 54d18a3a69ebbe6430d13bbb15f603cdc31a4129 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Tue, 15 Jan 2019 04:51:34 +0000 > Subject: [PATCH 3/3] gnu: electrum: Update to 3.3.3. > > * gnu/packages/finance.scm (electrum): Update to 3.3.3. > [inputs]: Add python-aiohttp, python-aiohttp-socks, python-aiorpcx and > python-certifi. I finally applied all three patches with minor tweaks to the descriptions; I also added a copyright line for you in python-web.scm. Sorry for the delay! Unfortunately qtwebkit, a dependency of Electrum, currently fails to build on =E2=80=98master=E2=80=99: --8<---------------cut here---------------start------------->8--- [ 81%] Generating ../../DerivedSources/WebKit2/AuthenticationManagerMessage= Receiver.cpp, ../../DerivedSources/WebKit2/AuthenticationManagerMessages.h cd /tmp/guix-build-qtwebkit-5.212.0-alpha2.drv-0/qtwebkit-5.212.0-alpha2/So= urce/WebKit2 && /gnu/store/g87hamjyipk1j6dfq5pjfzfnfb64spbv-python2-2.7.15/= bin/python2.7 /tmp/guix-build-qtwebkit-5.212.0-alpha2.drv-0/qtwebkit-5.212.= 0-alpha2/Source/WebKit2/Scripts/generate-message-receiver.py Shared/Authent= ication/AuthenticationManager.messages.in > /tmp/guix-build-qtwebkit-5.212.= 0-alpha2.drv-0/build/DerivedSources/WebKit2/AuthenticationManagerMessageRec= eiver.cpp Traceback (most recent call last): File "/tmp/guix-build-qtwebkit-5.212.0-alpha2.drv-0/qtwebkit-5.212.0-alph= a2/Source/WebKit2/Scripts/generate-message-receiver.py", line 28, in import webkit.messages EOFError: EOF read where object expected cd /tmp/guix-build-qtwebkit-5.212.0-alpha2.drv-0/qtwebkit-5.212.0-alpha2/So= urce/WebKit2 && /gnu/store/g87hamjyipk1j6dfq5pjfzfnfb64spbv-python2-2.7.15/= bin/python2.7 /tmp/guix-build-qtwebkit-5.212.0-alpha2.drv-0/qtwebkit-5.212.= 0-alpha2/Source/WebKit2/Scripts/generate-messages-header.py NetworkProcess/= NetworkResourceLoader.messages.in > /tmp/guix-build-qtwebkit-5.212.0-alpha2= .drv-0/build/DerivedSources/WebKit2/NetworkResourceLoaderMessages.h make[2]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/build.make:194: Derived= Sources/WebKit2/ChildProcessMessageReceiver.cpp] Error 1 --8<---------------cut here---------------end--------------->8--- See . Interestingly this was first reported here for WebkitGTK: . To be continued=E2=80=A6 Thanks, Ludo=E2=80=99. ------------=_1549751582-6853-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Jan 2019 23:50:09 +0000 Received: from localhost ([127.0.0.1]:38155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gl0NM-000808-Ch for submit@debbugs.gnu.org; Sat, 19 Jan 2019 18:50:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49670) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gl0NK-0007zX-9o for submit@debbugs.gnu.org; Sat, 19 Jan 2019 18:50:06 -0500 Received: from lists.gnu.org ([209.51.188.17]:40991) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gl0NF-00084B-1U for submit@debbugs.gnu.org; Sat, 19 Jan 2019 18:50:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gl0ND-0003O5-Oh for guix-patches@gnu.org; Sat, 19 Jan 2019 18:50:00 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gl0NC-00081b-Mu for guix-patches@gnu.org; Sat, 19 Jan 2019 18:49:59 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:57746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gl0NC-0007yw-Cl for guix-patches@gnu.org; Sat, 19 Jan 2019 18:49:58 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 39A9D1AAC0 for ; Sat, 19 Jan 2019 15:49:55 -0800 (PST) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update electrum, add python-aiohttp-socks and python-aiorpcx Date: Sat, 19 Jan 2019 15:49:49 -0800 Message-ID: <87ef98nr6q.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 173.255.214.101 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit 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 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The following patches update electrum, requring updated inputs, and two new packages, python-aiohttp-socks and python-aiorpcx. finance.scm | 8 ++++++-- python-web.scm | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 2 deletions(-) Thanks in advance for the review! live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Add-python-aiohttp-socks.patch Content-Transfer-Encoding: quoted-printable From=203564dce5223f99397864c90a6080ad82fa4441ce Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 17 Jan 2019 00:17:11 +0000 Subject: [PATCH 1/3] gnu: Add python-aiohttp-socks. * gnu/packages/python-web.scm (python-aiohttp-socks): New variable. =2D-- gnu/packages/python-web.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index af0595b36..3141600c6 100644 =2D-- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -102,6 +102,27 @@ Callback Hell. @end itemize") (license license:asl2.0))) =20 +(define-public python-aiohttp-socks +(package + (name "python-aiohttp-socks") + (version "0.2.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "aiohttp_socks" version)) + (sha256 + (base32 + "0473702jk66xrgpm28wbdgpnak4v0dh2qmdjw7ky7hf3lwwqkggf")))) + (build-system python-build-system) + (propagated-inputs + `(("python-aiohttp" ,python-aiohttp))) + (home-page + "https://github.com/romis2012/aiohttp-socks") + (synopsis "SOCKS proxy connector for aiohttp") + (description "SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are +supported.") + (license license:asl2.0))) + (define-public python-aiodns (package (name "python-aiodns") =2D-=20 2.20.1 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0002-gnu-Add-python-aiorpcx.patch Content-Transfer-Encoding: quoted-printable From=20415058c95d1568c2677a424084d78d0f12e0eca8 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 17 Jan 2019 00:18:41 +0000 Subject: [PATCH 2/3] gnu: Add python-aiorpcx. * gnu/packages/python-web.scm (python-aiorpcx): New variable. =2D-- gnu/packages/python-web.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3141600c6..3caba6637 100644 =2D-- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -146,6 +146,30 @@ asynchronous DNS resolutions with a synchronous lookin= g interface by using @url{https://github.com/saghul/pycares,pycares}.") (license license:expat))) =20 +(define-public python-aiorpcx +(package + (name "python-aiorpcx") + (version "0.10.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "aiorpcX" version)) + (sha256 + (base32 + "1p88k15jh0d2a18pnnbfcamsqi2bxvmmhpizmdlxfdxf8vy5ggyj")))) + (build-system python-build-system) + (propagated-inputs + `(("python-attrs" ,python-attrs))) + (home-page + "https://github.com/kyuupichan/aiorpcX") + (synopsis + "Generic async RPC implementation, including JSON-RPC") + (description + "A generic asyncio library implementation of RPC suitable for an applic= ation that is a client, server or both. + +The package includes a module with full coverage of JSON RPC versions 1.0 = and 2.0, JSON RPC protocol auto-detection, and arbitrary message framing. I= t also comes with a SOCKS proxy client.") + (license (list license:expat license:bsd-2)))) + (define-public python-falcon (package (name "python-falcon") =2D-=20 2.20.1 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0003-gnu-electrum-Update-to-3.3.2.patch Content-Transfer-Encoding: quoted-printable From=209256c2bbea5d79b2ad827f9a570932be2b38acdb Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 15 Jan 2019 04:51:34 +0000 Subject: [PATCH 3/3] gnu: electrum: Update to 3.3.2. * gnu/packages/finance.scm (electrum): Update to 3.2.2. [inputs]: Add python-aiohttp, python-aiohttp-socks, python-aiorpcx and python-certifi. =2D-- gnu/packages/finance.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 468388797..293aa1f7d 100644 =2D-- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -293,7 +293,7 @@ do so.") (define-public electrum (package (name "electrum") =2D (version "3.2.2") + (version "3.3.2") (source (origin (method url-fetch) @@ -302,7 +302,7 @@ do so.") version ".tar.gz")) (sha256 (base32 =2D "1fxaxlf5vm2zydj678ls3pazyriym188iwzk60kyk26cz2p3xk39")) + "0vgfdhwvrrl6dr4rd4hhxr8304bxm00sh7fw4nalm4hf7gfsbcji")) (modules '((guix build utils))) (snippet '(begin @@ -320,6 +320,10 @@ do so.") ("python-requests" ,python-requests) ("python-qrcode" ,python-qrcode) ("python-protobuf" ,python-protobuf) + ("python-aiohttp" ,python-aiohttp) + ("python-aiohttp-socks" ,python-aiohttp-socks) + ("python-aiorpcx" ,python-aiorpcx) + ("python-certifi" ,python-certifi) ("python-dnspython" ,python-dnspython) ("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix))) (arguments =2D-=20 2.20.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXEO3ngAKCRDcUY/If5cW qp6qAP0ZrwX7GYv+ZXkINGlQZISdSYuI7wQlVTWqYQOvmKJhawEAp7hi1hqaR73l wCnrZPy4iSiUGt3C+jNiCuXFfdkNewA= =qB0G -----END PGP SIGNATURE----- --==-=-=-- ------------=_1549751582-6853-1-- From unknown Fri Aug 15 17:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34139] Update electrum, add python-aiohttp-socks and python-aiorpcx Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 10 Feb 2019 05:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34139 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 34139-done@debbugs.gnu.org Received: via spool by 34139-done@debbugs.gnu.org id=D34139.154977742513730 (code D ref 34139); Sun, 10 Feb 2019 05:44:02 +0000 Received: (at 34139-done) by debbugs.gnu.org; 10 Feb 2019 05:43:45 +0000 Received: from localhost ([127.0.0.1]:41738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gshu5-0003ZO-6S for submit@debbugs.gnu.org; Sun, 10 Feb 2019 00:43:45 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:35286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gshu3-0003ZB-KK for 34139-done@debbugs.gnu.org; Sun, 10 Feb 2019 00:43:44 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 7D35E1AAC0; Sat, 9 Feb 2019 21:43:37 -0800 (PST) From: Vagrant Cascadian In-Reply-To: <87lg2opp84.fsf@gnu.org> References: <87ef98nr6q.fsf@ponder> <87tvhwmo3e.fsf@gnu.org> <87h8doe9qk.fsf@ponder> <87lg2opp84.fsf@gnu.org> Date: Sat, 09 Feb 2019 21:43:31 -0800 Message-ID: <878syourjw.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2019-02-09, Ludovic Court=C3=A8s wrote: > Vagrant Cascadian skribis: >> Subject: [PATCH 1/3] gnu: Add python-aiohttp-socks. >> Subject: [PATCH 2/3] gnu: Add python-aiorpcx. >> Subject: [PATCH 3/3] gnu: electrum: Update to 3.3.3. ... > I finally applied all three patches with minor tweaks to the > descriptions; I also added a copyright line for you in python-web.scm. > Sorry for the delay! Thanks! > Unfortunately qtwebkit, a dependency of Electrum, currently fails to > build on =E2=80=98master=E2=80=99: ... > See > . FWIW, I was eventually able to build qtwebkit locally after freeing up some disk space; it takes at *least* 12GB free to build, in my experience... saw the build go as high as ~11.5GB at one point, don't know how much it eventually needed. So I've managed to install the new version of electrum without local patches! live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXF+6BAAKCRDcUY/If5cW qnRYAQDoZ0qTzBadhxHQRYTV+eUR6R5X9KKj6I7xBmjy2/LCZgD+LY3EByJlPGjX R1CqaF9f1Y5IHJNhdu2N/wojEegUVgk= =JLdV -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 17:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34139] Update electrum, add python-aiohttp-socks and python-aiorpcx Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 11 Feb 2019 16:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34139 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Vagrant Cascadian Cc: 34139-done@debbugs.gnu.org Received: via spool by 34139-done@debbugs.gnu.org id=D34139.154990249426671 (code D ref 34139); Mon, 11 Feb 2019 16:29:02 +0000 Received: (at 34139-done) by debbugs.gnu.org; 11 Feb 2019 16:28:14 +0000 Received: from localhost ([127.0.0.1]:43966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtERJ-0006w7-Uf for submit@debbugs.gnu.org; Mon, 11 Feb 2019 11:28:14 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:56326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtERI-0006vv-9E for 34139-done@debbugs.gnu.org; Mon, 11 Feb 2019 11:28:13 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 72EAFE849; Mon, 11 Feb 2019 17:28:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xCJfTf6z3x9K; Mon, 11 Feb 2019 17:28:08 +0100 (CET) Received: from ribbon (unknown [IPv6:2001:660:6102:320:e120:2c8f:8909:cdfe]) by hera.aquilenet.fr (Postfix) with ESMTPSA id E76C3E848; Mon, 11 Feb 2019 17:28:07 +0100 (CET) From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87ef98nr6q.fsf@ponder> <87tvhwmo3e.fsf@gnu.org> <87h8doe9qk.fsf@ponder> <87lg2opp84.fsf@gnu.org> <878syourjw.fsf@ponder> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 23 =?UTF-8?Q?Pluvi=C3=B4se?= an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 11 Feb 2019 17:28:07 +0100 In-Reply-To: <878syourjw.fsf@ponder> (Vagrant Cascadian's message of "Sat, 09 Feb 2019 21:43:31 -0800") Message-ID: <87mun2s31k.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) 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: -0.0 (/) Hi Vagrant, Vagrant Cascadian skribis: > On 2019-02-09, Ludovic Court=C3=A8s wrote: >> Vagrant Cascadian skribis: [...] >> Unfortunately qtwebkit, a dependency of Electrum, currently fails to >> build on =E2=80=98master=E2=80=99: > ... >> See >> . > > FWIW, I was eventually able to build qtwebkit locally after freeing up > some disk space; it takes at *least* 12GB free to build, in my > experience... saw the build go as high as ~11.5GB at one point, don't > know how much it eventually needed. In the meantime I also fixed the qtwebkit issue: https://issues.guix.info/issue/34062 Thanks, Ludo=E2=80=99.