From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) Subject: bug#28756: Substitute download progress bar doesn't reach 100% Date: Thu, 12 Oct 2017 22:39:17 +0800 Message-ID: <87infkv3ai.fsf@member.fsf.org> References: <20171009035203.GA8019@jasmine.lan> <87efqcahur.fsf@gnu.org> 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]:44977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2eec-0002XX-Ae for bug-guix@gnu.org; Thu, 12 Oct 2017 10:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2eeY-0004Rw-Un for bug-guix@gnu.org; Thu, 12 Oct 2017 10:40:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55763) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e2eeY-0004Rr-SF for bug-guix@gnu.org; Thu, 12 Oct 2017 10:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e2eeY-00019q-L1 for bug-guix@gnu.org; Thu, 12 Oct 2017 10:40:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87efqcahur.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 09 Oct 2017 09:41:16 +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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28756@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello, > > Leo Famulari skribis: > >> I just upgraded to the latest Guix and, while downloading substitutes, I >> noticed the progress bar seems to never reach 100%, as shown below. I'm >> not sure if this started recently or not. >> >> Downloading https://mirror.hydra.gnu.org/guix/nar/gzip/drm4pj1k5mkb5784i= 0rkqb0bg2z8lmyw-libabw-0.1.1... >> libabw-0.1.1 346KiB > > Indeed, I=E2=80=99ve noticed too, and I think it relates to the new progr= ess > reporters. =E5=AE=8B=E6=96=87=E6=AD=A6, do you experience this as well? = Thoughts? > Yes, thanks for the report, commit abaee53c8 should fix it. I thought close the 'input' port in the 'progress-substitution' will close the 'progress' port too, but it's not true.