From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39090: Installer fails on install disk built from master Date: Wed, 15 Jan 2020 18:44:51 +0100 Message-ID: <87a76or4vg.fsf@gnu.org> References: <87a76uymd8.fsf@elephly.net> 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]:47838) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irmk0-0006b5-TR for bug-guix@gnu.org; Wed, 15 Jan 2020 12:46:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irmjz-0001tr-Sd for bug-guix@gnu.org; Wed, 15 Jan 2020 12:46:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57733) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irmjz-0001tO-QP for bug-guix@gnu.org; Wed, 15 Jan 2020 12:46:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irmjz-0001Mn-Jh for bug-guix@gnu.org; Wed, 15 Jan 2020 12:46:03 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?G=C3=A1bor?= Boskovits"'s message of "Sat, 11 Jan 2020 20:07:37 +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-mx.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 39090-done@debbugs.gnu.org Hello, G=C3=A1bor Boskovits skribis: > Ricardo Wurmus ezt =C3=ADrta (id=C5=91pont: 2020. ja= n. 11., > Szo, 17:44): >> >> >> G=C3=A1bor Boskovits writes: >> >> > 5. create a file gexp.scm with this content: >> > (use-modules >> > (gnu packages package-management) >> > (guix gexp)) >> > >> > (program-file >> > "a" >> > (with-extensions >> > (list guix) >> > #~(#t))) >> > 6. guix build -f gexp.scm >> > >> > This will fail with as strange error message. >> >> What=E2=80=99s the error message? > > guix build: error: got unexpected path from substituter > > varies, currently it was > /gnu/store/0q95b...-libarchive-3.4.0.tar.gz Fixed by e2922f527ee8d891a41b5086637fa560a1c2ddd8! I=E2=80=99ll update the =E2=80=98guix=E2=80=99 package shortly. This was tricky to reproduce because it depends on what=E2=80=99s in your s= tore and what=E2=80=99s in /var/guix/substitute/cache. I managed to reproduce it first in a VM following your instructions, and then on a local instance of guix-daemon where I had wiped /var/guix/substitute/cache and also changed the condition in =E2=80=98http-multiple-get=E2=80=99 to exercise the =E2=80=9CConnection: cl= ose=E2=80=9D case (which is otherwise infrequent.) Thanks a lot for your investigation, which helped a lot! Ludo=E2=80=99.