Andreas Enge <andreas@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 53369) by debbugs.gnu.org; 21 Jan 2022 09:49:19 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jan 21 04:49:19 2022 Received: from localhost ([127.0.0.1]:60220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1nAqXm-00027K-PU for submit <at> debbugs.gnu.org; Fri, 21 Jan 2022 04:49:19 -0500 Received: from xavier.telenet-ops.be ([195.130.132.52]:44234) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <maximedevos@HIDDEN>) id 1nAqXg-000277-Pd for 53369 <at> debbugs.gnu.org; Fri, 21 Jan 2022 04:49:17 -0500 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by xavier.telenet-ops.be with bizsmtp id lMpA2600m4UW6Th01MpBKY; Fri, 21 Jan 2022 10:49:11 +0100 Message-ID: <9c5f0f9eea5f2adb56c16ed0f86d98816fd1e563.camel@HIDDEN> Subject: Re: bug#53369: guix pull command fails on a torified bash shell From: Maxime Devos <maximedevos@HIDDEN> To: Girish <girishm@HIDDEN> Date: Fri, 21 Jan 2022 10:49:03 +0100 In-Reply-To: <c3e3e09b-f194-73eb-1a1d-6ec7ee1b49b3@HIDDEN> References: <5c1158fb-305d-a5ff-4d16-8d03e9e18eba@HIDDEN> <eea482bab1257fc83b8426eb3488672b6f49dcd0.camel@HIDDEN> <c3e3e09b-f194-73eb-1a1d-6ec7ee1b49b3@HIDDEN> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-OhL9HRc4cJwtjs9DvPah" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1642758551; bh=t6/Ki9zW2fAL9HdTd01N8jUYQ4XAChePF/QOtDdS1fw=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=WTEZBIMc4KB2D/pPraFGVYnw14ifv9hzsnA3l8/kAa4Y+6b0am1/U9qLN+squwZUZ 3qXnablZV2uQ3yUyARi6vsnQ4ATC4wEZ/qz3gHlnx1SdoTuGSSUUtQ1t2OoevRExsG lbb3DPAR+uXxGJOdtxVs4KFRslfCdR4wvHgWaMfW4QXSC5E2ZdwhsLB1c8+UaBWXEM gRvRzYwPB1GOmkIANH4LMQLwuSB1gloyKe3CLCNuBJIUXrClz/UMJKIBYtkNwXe5Q4 rWjVj2hROsa2fiNJYsYYGNenX8Hp6tApQuLHEhI1EjQjy4GNKwq4Yp7hWRQaE880vo 7jh9DRrFCGl2w== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53369 Cc: 53369 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) --=-OhL9HRc4cJwtjs9DvPah Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable [Please keep debbugs in CC or To] > =C2=A0guix pull command fails on a torified bash shell Does it also happen outside a torified shell? torify sets LD_PRELOAD, which is rather fragile ... E.g., if torify comes from a foreign distro and guix comes from guix, then quite possibly there's some kind of binary incompatibility in- between. Anyway, torify probably doesn't do what you want it to do, because the substitutes and most source code is downloaded through the guix daemon, which is probably not torified. I recommend setting the 'http_proxy' and 'https_proxy' environment variables instead (for the daemon and user), although there might be some situations in which they are not respected. Girish schreef op vr 21-01-2022 om 08:54 [+0000]: > Actually, it prints 'Segmentation fault' when I run `guix pull`. Maybe look in 'dmesg' to see if there was an out-of-memory situation. > When I run `/run/current-system/profile/bin/guix pull` it runs fine > but ends with following exception: > ice-9/boot-9.scm:1669:16: In procedure raise-exception: > In procedure scm_lreadr: #<unknown port>:16:144: Unknown # object #\< > I'm not sure whether the above details are enough. > How can I view the complete backtrace for `guix`? Normally, the backtrace is printed automatically, looking like something along these lines: > Backtrace: > In ice-9/boot-9.scm: > 1752:10 6 (with-exception-handler _ _ #:unwind? _ # _) > In unknown file: > 5 (apply-smob/0 #<thunk 7f1cc976d080>) > In ice-9/boot-9.scm: > 724:2 4 (call-with-prompt _ _ #<procedure default-prompt- > handle=E2=80=A6>) > In ice-9/eval.scm: > 619:8 3 (_ #(#(#<directory (guile-user) 7f1cc9773c80>))) > In ice-9/boot-9.scm: > 2835:4 2 (save-module-excursion _) > 4380:12 1 (_) > In $HOME/source-code/rw/guix/q.scm: > 1:1 0 (_) >=20 > $HOME/source-code/rw/guix/q.scm:1:1: Unbound variable: foo Basically, the backtrace starts at the 'Backtrace:' line. But it seems like it was not printed in your case ... Greetings Maxime. --=-OhL9HRc4cJwtjs9DvPah Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYeqBjxccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7kh7AQCUyU1oTVixG7nESArnEriR/pLK LyeOEcW/68gDOfMzoQEAlnadg2X5MaoGmQuVkDpZI5+pN/gYlN5wT92R9KtfkQs= =fh73 -----END PGP SIGNATURE----- --=-OhL9HRc4cJwtjs9DvPah--
bug-guix@HIDDEN
:bug#53369
; Package guix
.
Full text available.Received: (at 53369) by debbugs.gnu.org; 20 Jan 2022 10:04:43 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jan 20 05:04:43 2022 Received: from localhost ([127.0.0.1]:56427 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1nAUJ9-0005Ow-Aj for submit <at> debbugs.gnu.org; Thu, 20 Jan 2022 05:04:43 -0500 Received: from xavier.telenet-ops.be ([195.130.132.52]:37942) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <maximedevos@HIDDEN>) id 1nAUJ7-0005Oo-In for 53369 <at> debbugs.gnu.org; Thu, 20 Jan 2022 05:04:42 -0500 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by xavier.telenet-ops.be with bizsmtp id ky4g260084UW6Th01y4gKn; Thu, 20 Jan 2022 11:04:40 +0100 Message-ID: <eea482bab1257fc83b8426eb3488672b6f49dcd0.camel@HIDDEN> Subject: Re: bug#53369: guix pull command fails on a torified bash shell From: Maxime Devos <maximedevos@HIDDEN> To: Girish <girishm@HIDDEN>, 53369 <at> debbugs.gnu.org Date: Thu, 20 Jan 2022 11:04:40 +0100 In-Reply-To: <5c1158fb-305d-a5ff-4d16-8d03e9e18eba@HIDDEN> References: <5c1158fb-305d-a5ff-4d16-8d03e9e18eba@HIDDEN> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-enM+JL9K+chbgufb4KiB" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1642673080; bh=3a1rlttXMJAIzIcynxbtM72I4ecGBgaGo2AdP5UV2G8=; h=Subject:From:To:Date:In-Reply-To:References; b=CdjxlRZhF6+rVFqpU5IzzNbep4CS1IpplC/bMQTTBUtMB33NQgIGE2DpYHCPuCTAA x2C7TtgeHmzvrBHrhHyyNrmfvbVW3o3+0mYY8JTHVMtPg9QqKROSrfcRwQipVdlvYz 5fWinVVpxYih6jK53dnQg3vIc0Gc6yrAkAHDedpYSsR/5gXvNZhCpWkotamt/DHBQ4 DnheFLRA5QGFGuLIbW+v39LRbE/s86EkqfQqb5WTo5ImQpna68vXU1LWiIido2+gIU rrYu6qre16MXhkpSlwPGBKdI29eXOFq2DfZ2Fk6460V5SoQx4ze4adfrrv825V5yuT NpClHUq1Q3DAQ== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53369 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) --=-enM+JL9K+chbgufb4KiB Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Girish schreef op wo 19-01-2022 om 15:47 [+0000]: > When I run `guix pull` command the following error is generated: >=20 > In procedure scm_lreadr: #<unknown port>:16:144: Unknown # object: #\< Does it only print that, or is there also some backtrace? To investigate the issue, the backtrace would be useful. Greetings Maxime. --=-enM+JL9K+chbgufb4KiB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYekzuBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7gRxAQCFnCQShB4CZkKmtMYWK7+GM1po B7b9uLN1OOKIoXVetAD/Uom2xH5PNuQX0DWgv3D8AfxyTX/6FJEYwrUIK6jD6w8= =HnMj -----END PGP SIGNATURE----- --=-enM+JL9K+chbgufb4KiB--
bug-guix@HIDDEN
:bug#53369
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 19 Jan 2022 15:57:04 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 19 10:57:04 2022 Received: from localhost ([127.0.0.1]:55312 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1nADKY-0006q4-9u for submit <at> debbugs.gnu.org; Wed, 19 Jan 2022 10:57:04 -0500 Received: from lists.gnu.org ([209.51.188.17]:58302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <girishm@HIDDEN>) id 1nADBo-0006aF-LQ for submit <at> debbugs.gnu.org; Wed, 19 Jan 2022 10:48:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45852) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <girishm@HIDDEN>) id 1nADBl-00077z-Dx for bug-guix@HIDDEN; Wed, 19 Jan 2022 10:48:00 -0500 Received: from mout02.posteo.de ([185.67.36.66]:58861) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <girishm@HIDDEN>) id 1nADBj-0001AE-6b for bug-guix@HIDDEN; Wed, 19 Jan 2022 10:47:57 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 19023240101 for <bug-guix@HIDDEN>; Wed, 19 Jan 2022 16:47:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1642607272; bh=/t4TbZ8TNUlp643zjcMMRD+xDD08VrmqGrbHGhjU8qs=; h=To:From:Subject:Date:From; b=kOseeKUFLhutyi2u/KratdlwGiMmWynsrwOxhpbKmSjnpn5qj1/6xH8/7mIGfMYRo 7kXLU0ul3R5imbua9arZyAGRy+90tLJOL/Cg8CeRT5LWW64kw5uBnD9KfJN+njd19Q Sr6KaPgzOAON18y/bDS3EUDS0DDVpAKYNfem+GuedX4yd3i/wcGm3II4MCyCJxGmKu vXkIRIEsw3LufQ8rbdHOoxkDNczDxYnZ20tIWEBHvx5pkCU+bi+5swpJEJj8OCa8Pe L6rPvqILwLesmqD/ZDZ0UJTS7zHFSioaIBpslHO00efXK+HN59Kv19OzZIQrDgsIw+ Gfa2kkLNtrPNg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Jf95M2LgVz9rxG for <bug-guix@HIDDEN>; Wed, 19 Jan 2022 16:47:51 +0100 (CET) To: bug-guix@HIDDEN From: Girish <girishm@HIDDEN> Subject: guix pull command fails on a torified bash shell Message-ID: <5c1158fb-305d-a5ff-4d16-8d03e9e18eba@HIDDEN> Date: Wed, 19 Jan 2022 15:47:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Received-SPF: pass client-ip=185.67.36.66; envelope-from=girishm@HIDDEN; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H3=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-Mailman-Approved-At: Wed, 19 Jan 2022 10:57:01 -0500 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) When I run `guix pull` command the following error is generated: In procedure scm_lreadr: #<unknown port>:16:144: Unknown # object: #\< Further invocations to `guix <option>` produces Segmentation fault. However, the following command still works: `/run/current-system/profile/bin/guix <option>`
Girish <girishm@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#53369
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.