From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33030: Crash in progress-bar Date: Mon, 15 Oct 2018 11:20:42 +0200 Message-ID: <87in23k1lh.fsf@gnu.org> References: <20181013025308.GA22913@jasmine.lan> 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]:56529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBz3m-0005nK-7K for bug-guix@gnu.org; Mon, 15 Oct 2018 05:21:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBz3e-0001oD-UG for bug-guix@gnu.org; Mon, 15 Oct 2018 05:21:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45532) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gBz3e-0001o5-Po for bug-guix@gnu.org; Mon, 15 Oct 2018 05:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gBz3e-00067N-I4 for bug-guix@gnu.org; Mon, 15 Oct 2018 05:21:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20181013025308.GA22913@jasmine.lan> (Leo Famulari's message of "Fri, 12 Oct 2018 22:53:08 -0400") 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: Leo Famulari Cc: 33030@debbugs.gnu.org Hi Leo, Leo Famulari skribis: > $ guix --version > guix (GNU Guix) aa227b3be3d7728331a08dbd139c47c9b271dc23 > Copyright (C) 2018 the Guix authors > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > $ ./pre-inst-env guix package -u . > [...] > downloading from https://private.mirror/guix/nar/gzip/iql35g1g5q9dkap5spl= c7f9ggskr31vl-NamesList.txt... > Backtrace:.txt 347KiB 1.4MiB/s 00:00 [####= ############ ] 92.3% [...] > 208:33 2 (display-download-progress _ _ #:start-time _ # _ # _) > 183:12 1 (progress-bar _ _) > In unknown file: > 0 (make-string -51 #\space) Could you run: guix build --log-file \ /gnu/store/iql35g1g5q9dkap5splc7f9ggskr31vl-NamesList.txt and post the contents of the file? This should allow us to bridge the gap with Mark=E2=80=99s analysis. Thanks in advance, Ludo=E2=80=99.