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: Sun, 12 Jan 2020 22:52:41 +0100 Message-ID: <87y2ucqr4m.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]:42841) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iqlAM-0007XV-T9 for bug-guix@gnu.org; Sun, 12 Jan 2020 16:53:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iqlAL-0000lK-Tz for bug-guix@gnu.org; Sun, 12 Jan 2020 16:53:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:52353) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iqlAL-0000kX-Pv for bug-guix@gnu.org; Sun, 12 Jan 2020 16:53:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iqlAL-0000zd-OS for bug-guix@gnu.org; Sun, 12 Jan 2020 16:53:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?G=C3=A1bor?= Boskovits"'s message of "Sun, 12 Jan 2020 21:09:01 +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@debbugs.gnu.org Hi G=C3=A1bor, G=C3=A1bor Boskovits skribis: >> b307b58 bad > 1133596 good In that range there=E2=80=99s this commit: commit fd885160fcfde710e415252463c1034f22f88e59 Date: Sun Jan 5 03:09:35 2020 +0100 gnu: guix: Update to f38eabe. * gnu/packages/package-management.scm (guix): Update to f38eabe. However, it itself embeds all the changes to the daemon (and =E2=80=98guix substitute=E2=80=99, and related code) in this range: 41b4b713f4892918a9a1950acdd89f33b977d143..f38eabe952608478230895e380ef441= d65ea625e The changes in this range under nix/ are rather uninteresting, but those for =E2=80=98guix substitute=E2=80=99 have more potential: --8<---------------cut here---------------start------------->8--- $ git log --oneline 41b4b713f4892918a9a1950acdd89f33b977d143..f38eabe952608= 478230895e380ef441d65ea625e -- guix/scripts/substitute.scm f4cde9ac4a download: Do not leak file descriptors on TLS ports. 22f06a2128 progress: Add 'progress-report-port'. 4736d06f78 challenge: Report the best narinfo URI. a6492178bd substitute: Remove unused procedure. 9e3f9ac3c0 substitute: 'http-multiple-get' no longer drops requests above 1= ,000. 434138e2f2 substitute: Make '%allow-unauthenticated-substitutes?' public. 4f5234be03 substitute: Don't fetch /nix-cache-info. --8<---------------cut here---------------end--------------->8--- (I haven=E2=80=99t yet tried to reproduce the problem, though.) Ludo=E2=80=99.