From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id SJ+YFnmoAGQktAAAbAwnHQ (envelope-from ) for ; Thu, 02 Mar 2023 14:45:29 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id MJlwFnmoAGSz3gAAauVa8A (envelope-from ) for ; Thu, 02 Mar 2023 14:45:29 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 015AB15F69 for ; Thu, 2 Mar 2023 14:45:29 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pXjFB-0000wJ-UA; Thu, 02 Mar 2023 08:45:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pXjF0-0000cU-NQ for bug-guix@gnu.org; Thu, 02 Mar 2023 08:45:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pXjF0-0005vP-B8 for bug-guix@gnu.org; Thu, 02 Mar 2023 08:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pXjF0-0004qT-6A for bug-guix@gnu.org; Thu, 02 Mar 2023 08:45:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#61574: bug#61343: bug#61574: [PATCH v2] scripts: repl: Extend REPL %load-path with all channels. Resent-From: Andrew Tropin Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 02 Mar 2023 13:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61574 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Simon Tournier Cc: Josselin Poiret , 61343-done@debbugs.gnu.org, 61574-done@debbugs.gnu.org, iyzsong@envs.net Received: via spool by 61574-done@debbugs.gnu.org id=D61574.167776467518560 (code D ref 61574); Thu, 02 Mar 2023 13:45:02 +0000 Received: (at 61574-done) by debbugs.gnu.org; 2 Mar 2023 13:44:35 +0000 Received: from localhost ([127.0.0.1]:56186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXjEY-0004pC-89 for submit@debbugs.gnu.org; Thu, 02 Mar 2023 08:44:34 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:42277) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXjEV-0004op-OR; Thu, 02 Mar 2023 08:44:32 -0500 Received: (Authenticated sender: andrew@trop.in) by mail.gandi.net (Postfix) with ESMTPSA id 55CA71C000E; Thu, 2 Mar 2023 13:44:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1677764665; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=eQDEKj0XDCsQW27lgqajcBlenTh37+6/ngHC2lWLLRI=; b=fG8GmOtrqWkIIi3HOk/o3Lh+tqfILt8VMWjzjJ3AHxQVdyxdzwpaOGMU2atv25yCFI4npb uuB3q02kSm6tf+147gYWkFF3A4n6nvszkpYl9xMOf0OqMPqe4PiuF6aZ3EOgGtQ3fF79Y5 1B8dTFyjnVe0ogcuiBzUOQNe+Es5kD2fWQXystsMbJU1VXQnuVDmOk+AugnfwnordyjX1S LpQ2G2xFrNDOC65kd+M/m75jz9sqbrxwkpWgRK3Vbwr/w78CGlrSAF6D40Fpk3w8hVUKLS KdtwGEwiIUbr4RjIW8PkoGkDTM0MeJamHfnDmSvWhMXGG7W9/NdRqzUzadACuw== From: Andrew Tropin In-Reply-To: <87sferky1k.fsf@gnu.org> References: <20230217145627.85062-1-zimon.toutoune@gmail.com> <87sferky1k.fsf@gnu.org> Date: Thu, 02 Mar 2023 17:44:20 +0400 Message-ID: <87o7pbs1xn.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677764729; a=rsa-sha256; cv=none; b=uAszlWNQt9l5iX184towmKFeizsStfT5V7YMEQbcJoQaO8ez2eGQFxuwLZQwcAw6HKj8dW 12j+VwQfmf2Ah35zCG6rOIY/tL7HgC/G6lFzZY8cPUSwrWmAU+McHSlkPVJFE7junXwd7Y 63KNBzs9BLKB5O85S85UHeIoLwQ13XpnBKz4Yc0uuspCrdUWkrFN2Nh+YoIrbTvPSBPOPP QqeHaolDjsV5p0cfPz370sTIwfnT53yYiYDPDTsMMNeRfg5R4HDMbvX7Ey+r8CAEFmSi3x W5JJ54tTSZhLG2t73cfpD5bnKXjaTnQi8G7YSEyuf6iigTzeNQIIltWAb6+BTA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=trop.in header.s=gm1 header.b=fG8GmOtr; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677764729; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=eQDEKj0XDCsQW27lgqajcBlenTh37+6/ngHC2lWLLRI=; b=hf4m99vIbIyXXQahwbaW4oOsp8Q1QpdW9fXKawPlNjCfvd4hd39acInmz8pVrfXe4e5qAh c9UVilB4Q0DGhyQ9EJjD/1rSwOFsKIyoVNACgeQ6bbCb6t9YzePliDy/kFMm+W11kARcW1 OxTCcUawh9nghcdXJsQ9dJTsDetid/hov7nUF+pXrnRNSHFdT/FZrMhLpTmBygtDx2Z08q ExZNFjbg4B1waRPbNmpnC6BIQPHD2m7mFfzu34BsJKrYyBRpeiuYuM4ng0Ggdw4QqFgjIZ Encilr8z9JTxsWu6bEVwAJibXpGVoY6Qbb9fSTIGlzhdeMMOSDHPEYkzawU0zw== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.89 X-Spam-Score: -2.89 X-Migadu-Queue-Id: 015AB15F69 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=trop.in header.s=gm1 header.b=fG8GmOtr; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=none X-TUID: TtlUYwO2f2bB --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2023-02-27 15:01, Ludovic Court=C3=A8s wrote: > Hi Simon, > > Simon Tournier skribis: > >> Fixes . >> Reported by =E5=AE=8B=E6=96=87=E6=AD=A6 . >> >> * guix/scripts/repl.scm (define-command): Before starting the REPL, >> run (current-profile) which makes available all channels. > > [...] > >> +++ b/guix/scripts/repl.scm >> @@ -211,6 +211,7 @@ (define script >> ((guile) >> (save-module-excursion >> (lambda () >> + (current-profile) ;Run (%package-module-path) as expl= ained above. > > I tweaked the comment :-) and applied. > > Thanks! Hi Simon and Ludo! Thank you for the patch, I also faced this problem and it seems this change doesn't fix it. echo '(use-modules (rde features))' | guix repl /dev/stdin still fails on a7763e067d86908210758aab80d33e4f8b815b1c. =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmQAqDQACgkQIgjSCVjB 3rDE6A//axSFCBoXmlCd7bxMl8moMOE19oPSgDYEJ7Ms5NuGSwpSuVctJHJy5Xf4 L7gdFMv5LZ8My8lJ3CsaYkpOXU1pl1wSqAp1zm+b5i7ORffqx/QBEknJeRBFv9d/ nElIWkIlgkg1d0CDs34afomcVy85CCpZ0IXq82aiTi3WXRwlftqevClxPScws8/P /B/HCPe45TCxgkFycdJDckM2WhOHvhCp8oZZmZa5jDzOmamr9vj/ZXA/oySueC3u fuLfaHKReT9+r4al92KGGjow0ezHZVzxV27ZHIRQD2ZUAomvlwV/yL1BNg590MIM p/6i/wGvLMlUbugFyJuHU0Xu/ge71JxCsm3kV2qBGzBFJAeaj+/Z47frLsyxWQTx +cILD5AHwtTXyFoOGK+F9gLeCU8FNEQRBtlbgfLMjkin7aQBUPFDGOgMpXGAVpfI PYprUfVTyrE49uv68z58DXocnQsJ2Sx5BrSbxMtcXizbx2XBsX9Cr+1KNMZ5jLHy VWUHJHJETDrOvdQOhHumPVF8EWZ0SnMXtxgeMUaDmQQriHQuhvAxNWhUkHOlHOOl vLXQVPs+wS7GEZhP3eJX3DUrvvUkeTVtsnswDQUS2wX6rs/ujKaSDhK9c0nCcRkt hbO8STr6XgKrPxeoRjtMohp198MBsW0aFcLpjhUreswSD3W8z5U= =BP2f -----END PGP SIGNATURE----- --=-=-=--