From unknown Sat Jun 21 12:20:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#47654: electron-cash fails to start Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 08 Apr 2021 13:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47654 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 47654@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161788847527179 (code B ref -1); Thu, 08 Apr 2021 13:28:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Apr 2021 13:27:55 +0000 Received: from localhost ([127.0.0.1]:46180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUUhO-00074I-15 for submit@debbugs.gnu.org; Thu, 08 Apr 2021 09:27:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:41364) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUUhK-000749-5F for submit@debbugs.gnu.org; Thu, 08 Apr 2021 09:27:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUUhJ-0006CG-Uh for bug-guix@gnu.org; Thu, 08 Apr 2021 09:27:49 -0400 Received: from mout02.posteo.de ([185.67.36.66]:40425) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUUhF-00057A-G6 for bug-guix@gnu.org; Thu, 08 Apr 2021 09:27:49 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 37E51240109 for ; Thu, 8 Apr 2021 15:27:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1617888460; bh=Zly0LM3MXVEDKh0k6Zj/I05gXdotrXkLW+taUM/keGo=; h=From:To:Subject:Date:From; b=n0vndevOUZkkgOJVbscInYVCLGok1owsdu6t/6uFw0uLqir0OpDdZ3xeAH5ayZ0Qp 2UqLh5+odfAKgnAtN+qXe/drBYxMPNUEJP4WmYjLmjEg6eAwx/vQazfBKi7RECkj56 mfe+MreWaGDDczvaROaWtKJCPItpnNUxuOhw8OV7eIFEtJR6P0IRT98VFZdXc8anj3 iLhKZ2RUk5vHeExoCjN9u0JKJkhEwsDeeYglZT6qxEFYEtKkaOewp5LgBQpld3OQpv vtFDWzlzQGgjG/nwbry//NO4wrUC/U4rvaX+SLE63nH4HW2QMqIGr4oxuu6xfYSSij kSBe1fZuwgv6Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FGMWY5z2jz6tmH for ; Thu, 8 Apr 2021 15:27:37 +0200 (CEST) User-agent: mu4e 1.4.15; emacs 27.2 From: Guillaume Le Vaillant Date: Thu, 08 Apr 2021 15:27:34 +0200 Message-ID: <87ft00vrcp.fsf@yamatai> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=185.67.36.66; envelope-from=glv@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) --=-=-= Content-Type: text/plain The electron-cash program fails to start and prints the following error: --8<---------------cut here---------------start------------->8--- Traceback (most recent call last): File "/gnu/store/34h2k23x2yzm8gycbxkjmq7aqnlzmi7x-electron-cash-4.2.4/bin/.electron-cash-real", line 96, in from electroncash import bitcoin, util File "/gnu/store/34h2k23x2yzm8gycbxkjmq7aqnlzmi7x-electron-cash-4.2.4/lib/python3.8/site-packages/electroncash/__init__.py", line 5, in from .network import Network, pick_random_server File "/gnu/store/34h2k23x2yzm8gycbxkjmq7aqnlzmi7x-electron-cash-4.2.4/lib/python3.8/site-packages/electroncash/network.py", line 45, in from .interface import Connection, Interface File "/gnu/store/34h2k23x2yzm8gycbxkjmq7aqnlzmi7x-electron-cash-4.2.4/lib/python3.8/site-packages/electroncash/interface.py", line 38, in from pathvalidate import sanitize_filename ModuleNotFoundError: No module named 'pathvalidate' --8<---------------cut here---------------end--------------->8--- This is with Guix at commit 14392c77896561c5846c0f3a0588720792d61e95. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYG8Exg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9aVwEAlgpZ9f5ITa2Gu1pHQ+vyaqGhTIZHE3WefBs+ aP2h3J0BAKct40A+uYm4XtYYQjBvAvrBNWexj8A38UgaXAC4mX9e =v4fR -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 12:20:15 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: Guillaume Le Vaillant Subject: bug#47654: closed (Re: bug#47654: electron-cash fails to start) Message-ID: References: <87o8ejrjvh.fsf@yamatai> <87ft00vrcp.fsf@yamatai> X-Gnu-PR-Message: they-closed 47654 X-Gnu-PR-Package: guix Reply-To: 47654@debbugs.gnu.org Date: Mon, 12 Apr 2021 08:25:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1618215902-5241-1" This is a multi-part message in MIME format... ------------=_1618215902-5241-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #47654: electron-cash fails to start which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 47654@debbugs.gnu.org. --=20 47654: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D47654 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1618215902-5241-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 47654-done) by debbugs.gnu.org; 12 Apr 2021 08:24:19 +0000 Received: from localhost ([127.0.0.1]:56348 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVrrn-0001LG-4e for submit@debbugs.gnu.org; Mon, 12 Apr 2021 04:24:19 -0400 Received: from mout01.posteo.de ([185.67.36.65]:43566) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVrrk-0001Kt-7G for 47654-done@debbugs.gnu.org; Mon, 12 Apr 2021 04:24:17 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 3CE851A022C for <47654-done@debbugs.gnu.org>; Mon, 12 Apr 2021 10:24:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1618215847; bh=WWgvvEy7nitH6QN8SIpZLGZ1CSiNgeI3twFX2epmKvM=; h=From:To:Subject:Date:From; b=lJIAkybDsMTgOAk+1WqdjNAT4mG2J6yiOf8NLtEs15RmasDNCQtSV15HTtfsIkfPa QO/MWJi0PalsJcTw9sIiykJ/QPc9iC+KZ4/LFSp3Yk3bAeRdCAOCN7C9IQEveYNx8g 093t6dUHrGsnZr+Ap9zqFsBGAdnbJLxsT7IZX/JdWJh4dd4LdcbpkdCQQzJYjbcqgj ybXJ8gZ4c/IVrDUsiMOyGeKg7SVtkJVv3MHZUZPQndtLR7pAz31MHIGi2L96gTZNRv 1wKFYSfjEZXu9ilNG0Vw9NKTFuNF5wIn7gThWasn9DcWyrccmxLfOpCowqsJkbvqWs 8csWBpthkpYIA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FJhbT4jWXz9rxm for <47654-done@debbugs.gnu.org>; Mon, 12 Apr 2021 10:24:05 +0200 (CEST) References: <87ft00vrcp.fsf@yamatai> User-agent: mu4e 1.4.15; emacs 27.2 From: Guillaume Le Vaillant To: 47654-done@debbugs.gnu.org Subject: Re: bug#47654: electron-cash fails to start In-reply-to: <87ft00vrcp.fsf@yamatai> Date: Mon, 12 Apr 2021 10:24:02 +0200 Message-ID: <87o8ejrjvh.fsf@yamatai> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47654-done 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.7 (-) --=-=-= Content-Type: text/plain Fixed in c901ec27d7e437c200f04263c1cdccdcd864956c. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYHQDog8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j++PAD+MAARdyu7lftArnXCWHhcBH9nSs99A/x2qb+2 UMbzBKMA/385dKqSftS/PaZPaDKCrbXs05ziSzMsnNPGa6GMqZSt =7hOm -----END PGP SIGNATURE----- --=-=-=-- ------------=_1618215902-5241-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Apr 2021 13:27:55 +0000 Received: from localhost ([127.0.0.1]:46180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUUhO-00074I-15 for submit@debbugs.gnu.org; Thu, 08 Apr 2021 09:27:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:41364) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUUhK-000749-5F for submit@debbugs.gnu.org; Thu, 08 Apr 2021 09:27:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUUhJ-0006CG-Uh for bug-guix@gnu.org; Thu, 08 Apr 2021 09:27:49 -0400 Received: from mout02.posteo.de ([185.67.36.66]:40425) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUUhF-00057A-G6 for bug-guix@gnu.org; Thu, 08 Apr 2021 09:27:49 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 37E51240109 for ; Thu, 8 Apr 2021 15:27:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1617888460; bh=Zly0LM3MXVEDKh0k6Zj/I05gXdotrXkLW+taUM/keGo=; h=From:To:Subject:Date:From; b=n0vndevOUZkkgOJVbscInYVCLGok1owsdu6t/6uFw0uLqir0OpDdZ3xeAH5ayZ0Qp 2UqLh5+odfAKgnAtN+qXe/drBYxMPNUEJP4WmYjLmjEg6eAwx/vQazfBKi7RECkj56 mfe+MreWaGDDczvaROaWtKJCPItpnNUxuOhw8OV7eIFEtJR6P0IRT98VFZdXc8anj3 iLhKZ2RUk5vHeExoCjN9u0JKJkhEwsDeeYglZT6qxEFYEtKkaOewp5LgBQpld3OQpv vtFDWzlzQGgjG/nwbry//NO4wrUC/U4rvaX+SLE63nH4HW2QMqIGr4oxuu6xfYSSij kSBe1fZuwgv6Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FGMWY5z2jz6tmH for ; Thu, 8 Apr 2021 15:27:37 +0200 (CEST) User-agent: mu4e 1.4.15; emacs 27.2 From: Guillaume Le Vaillant To: bug-guix@gnu.org Subject: electron-cash fails to start Date: Thu, 08 Apr 2021 15:27:34 +0200 Message-ID: <87ft00vrcp.fsf@yamatai> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=185.67.36.66; envelope-from=glv@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) --=-=-= Content-Type: text/plain The electron-cash program fails to start and prints the following error: --8<---------------cut here---------------start------------->8--- Traceback (most recent call last): File "/gnu/store/34h2k23x2yzm8gycbxkjmq7aqnlzmi7x-electron-cash-4.2.4/bin/.electron-cash-real", line 96, in from electroncash import bitcoin, util File "/gnu/store/34h2k23x2yzm8gycbxkjmq7aqnlzmi7x-electron-cash-4.2.4/lib/python3.8/site-packages/electroncash/__init__.py", line 5, in from .network import Network, pick_random_server File "/gnu/store/34h2k23x2yzm8gycbxkjmq7aqnlzmi7x-electron-cash-4.2.4/lib/python3.8/site-packages/electroncash/network.py", line 45, in from .interface import Connection, Interface File "/gnu/store/34h2k23x2yzm8gycbxkjmq7aqnlzmi7x-electron-cash-4.2.4/lib/python3.8/site-packages/electroncash/interface.py", line 38, in from pathvalidate import sanitize_filename ModuleNotFoundError: No module named 'pathvalidate' --8<---------------cut here---------------end--------------->8--- This is with Guix at commit 14392c77896561c5846c0f3a0588720792d61e95. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYG8Exg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9aVwEAlgpZ9f5ITa2Gu1pHQ+vyaqGhTIZHE3WefBs+ aP2h3J0BAKct40A+uYm4XtYYQjBvAvrBNWexj8A38UgaXAC4mX9e =v4fR -----END PGP SIGNATURE----- --=-=-=-- ------------=_1618215902-5241-1--