From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsbBH-0001KA-Up for guix-patches@gnu.org; Sat, 09 Feb 2019 17:33:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsbBG-0008Af-LK for guix-patches@gnu.org; Sat, 09 Feb 2019 17:33:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42338) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gsbBG-0008AV-DD for guix-patches@gnu.org; Sat, 09 Feb 2019 17:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gsbBG-0001me-8M for guix-patches@gnu.org; Sat, 09 Feb 2019 17:33:02 -0500 Subject: bug#34139: Update electrum, add python-aiohttp-socks and python-aiorpcx Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87ef98nr6q.fsf@ponder> <87tvhwmo3e.fsf@gnu.org> <87h8doe9qk.fsf@ponder> 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> 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: Vagrant Cascadian Cc: 34139-done@debbugs.gnu.org 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.