From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28756: closed (Re: bug#28756: Substitute download progress bar doesn't reach 100%) Date: Mon, 30 Oct 2017 17:37:57 +0100 Message-ID: <87lgjs4mmy.fsf@gnu.org> References: <878tgajagx.fsf@member.fsf.org> <20171009035203.GA8019@jasmine.lan> <20171030143013.GA9843@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]:45242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9D5e-0002qJ-EW for bug-guix@gnu.org; Mon, 30 Oct 2017 12:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9D5a-0002Gk-E2 for bug-guix@gnu.org; Mon, 30 Oct 2017 12:39:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33783) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9D5a-0002Gd-AY for bug-guix@gnu.org; Mon, 30 Oct 2017 12:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e9D5a-00067y-47 for bug-guix@gnu.org; Mon, 30 Oct 2017 12:39:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20171030143013.GA9843@jasmine.lan> (Leo Famulari's message of "Mon, 30 Oct 2017 10:30:13 -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: 28756@debbugs.gnu.org Leo Famulari skribis: > On Tue, Oct 17, 2017 at 11:12:04AM +0000, GNU bug Tracking System wrote: >> Your bug report >>=20 >> #28756: Substitute download progress bar doesn't reach 100% >>=20 >> which was filed against the guix package, has been closed. >>=20 >> The explanation is attached below, along with your original report. >> If you require more details, please reply to 28756@debbugs.gnu.org. > > I noticed today that the progress bar does reach 100%, but then resets > to 0% after the download is complete. For example: > > python-2.7.13 15.0MiB 0B/s 00:09 [ = ] 0.0% I think that=E2=80=99s because we haven=E2=80=99t updated our =E2=80=98guix= =E2=80=99 package to include that commit, though. Did you try with guix-daemon from master, as in: sudo -E ./pre-inst-env guix-daemon =E2=80=A6 ? Ludo=E2=80=99.