From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30522: offloading requires guile-readline on the remote system Date: Mon, 19 Feb 2018 16:35:23 +0100 Message-ID: <87y3jpf0w4.fsf@gnu.org> References: <87eflhccpo.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ennU5-0001xg-LO for bug-guix@gnu.org; Mon, 19 Feb 2018 10:36:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ennU2-0002dw-FS for bug-guix@gnu.org; Mon, 19 Feb 2018 10:36:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43556) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ennU2-0002dl-Ai for bug-guix@gnu.org; Mon, 19 Feb 2018 10:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ennU1-0002Gi-S6 for bug-guix@gnu.org; Mon, 19 Feb 2018 10:36:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87eflhccpo.fsf@fastmail.com> (Marius Bakke's message of "Mon, 19 Feb 2018 14:48:19 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Marius Bakke Cc: 30522@debbugs.gnu.org Hi Marius, Marius Bakke skribis: > After reconfiguring a remote machine on latest 'master' (post recent > core-updates merge), I found that offloading to it would just "hang". > > After some debugging I found that `guile --listen` failed to import > (ice-9 readline). Installing guile-readline for the offload user did > the trick. Could it be that ~/.guile on that machine imports (ice-9 readline)? (On GuixSD the default ~/.guile used to import it unconditionally.) Otherwise I see no reason why things would go wrong. For instance, this appears to work fine: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix environment --ad-hoc guile -C -- guile --listen substitute: updating list of substitutes from 'https://berlin.guixsd.org'..= . 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% The following derivations will be built: /gnu/store/5y0fr7fbmpvbry09ks7i0fqaqvrl2yjn-profile.drv /gnu/store/ffp06ykw5qjlj3c2drys30nf73lgf6h4-info-dir.drv /gnu/store/209l6232jpic6cj90ijss2122xz743ia-fonts-dir.drv /gnu/store/1hj38jwa8bhkgwxxhrflbaslkql37db5-ca-certificate-bundle.drv /gnu/store/3hk4zjhl5g3i94yfdw5mzmbyhfrwqwxx-manual-database.drv Creating manual page database... 1 entries processed in 0.1 s GNU Guile 2.2.3 Copyright (C) 1995-2017 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guile-user)> + $1 =3D # scheme@(guile-user)> - $2 =3D # --8<---------------cut here---------------end--------------->8--- Thanks, Ludo=E2=80=99.