From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35543: Installer crashes on retry when selecting keyboard layout Date: Fri, 03 May 2019 14:01:57 +0200 Message-ID: <87imurd9vu.fsf@gnu.org> References: <20190503090937.vveultdxob2fzliv@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMWu7-0007Zo-CJ for bug-guix@gnu.org; Fri, 03 May 2019 08:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMWu6-0002yS-AO for bug-guix@gnu.org; Fri, 03 May 2019 08:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34368) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMWu6-0002yG-40 for bug-guix@gnu.org; Fri, 03 May 2019 08:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hMWu5-0004Pq-Ul for bug-guix@gnu.org; Fri, 03 May 2019 08:03:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190503090937.vveultdxob2fzliv@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Fri, 3 May 2019 11:09:37 +0200") 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: "pelzflorian (Florian Pelz)" Cc: 35543@debbugs.gnu.org, Mathieu Othacehe "pelzflorian (Florian Pelz)" skribis: > If the first install fails (e.g. when the build fails, see separate > bug report on MATE install), it is possible to retry the installation. > However, on the second attempt the installer crashes when selecting a > keyboard layout. [...] > ice-9/eval.scm:159:9: Unable to locate keymap update file I believe the broader issue is that the installer cannot really be restarted after a failed install, as we discussed a while back on guix-devel. Mathieu, can you confirm? Thanks, Ludo=E2=80=99.