From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36753: The GUI installer throws an error Date: Thu, 25 Jul 2019 18:39:03 +0200 Message-ID: <87o91it6fs.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51807) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqgmh-0000JV-Du for bug-guix@gnu.org; Thu, 25 Jul 2019 12:40:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqgmg-0001pX-90 for bug-guix@gnu.org; Thu, 25 Jul 2019 12:40:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59729) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqgmg-0001p1-4h for bug-guix@gnu.org; Thu, 25 Jul 2019 12:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqgmf-0000rS-Vz for bug-guix@gnu.org; Thu, 25 Jul 2019 12:40:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Jan's message of "Mon, 22 Jul 2019 00:20:47 +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: Jan Cc: 36753@debbugs.gnu.org Hello Jan, Jan skribis: > What I did:Ran guix system installer from a DVD.When the system > started I switched to tty3 mounted a flash drive and a partition in > folders I made in /mnt/.Then I unmounted these disks and removed > folders.Then I tried installing the system without any DE/WM.The > installer asked me what network something I want to have, I picked > DHCP.Then installation failed - "failed to build openssh".It asked me > if I want to try again, I pressed yes and the installer threw an error > I attached below.Guix version: 1.0.1System: amd64 --Jan This looks a lot like this bug: https://issues.guix.gnu.org/issue/35690 In a nutshell, currently the installer cannot be restarted upon failure, and this is why you got this ugly backtrace. However, =E2=80=9Cfailed to build openssh=E2=80=9D looks like another failu= re worth investigating. Do you have more info as to what happened exactly, what was printed? Can you reproduce it? It would be great if you could post a picture of the screen at that point. Thanks, Ludo=E2=80=99.