From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id CNXVBvlok2PluQAAbAwnHQ (envelope-from ) for ; Fri, 09 Dec 2022 17:57:29 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 6D7hBvlok2OoTAAA9RJhRA (envelope-from ) for ; Fri, 09 Dec 2022 17:57:29 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 77492125B9 for ; Fri, 9 Dec 2022 17:57:28 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3ggK-0007YW-84; Fri, 09 Dec 2022 11:57:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3ggJ-0007YE-Bi for bug-guix@gnu.org; Fri, 09 Dec 2022 11:57:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p3ggJ-00020s-3B for bug-guix@gnu.org; Fri, 09 Dec 2022 11:57:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p3ggI-0006qZ-J4 for bug-guix@gnu.org; Fri, 09 Dec 2022 11:57:02 -0500 Subject: bug#59922: [1.4.0rc1 installer] Progress bar for file copy not shown Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Fri, 09 Dec 2022 16:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 59922 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 59922-done@debbugs.gnu.org Mail-Followup-To: 59922@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 59922-done@debbugs.gnu.org id=D59922.167060498926305 (code D ref 59922); Fri, 09 Dec 2022 16:57:02 +0000 Received: (at 59922-done) by debbugs.gnu.org; 9 Dec 2022 16:56:29 +0000 Received: from localhost ([127.0.0.1]:37231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3gfk-0006qB-SC for submit@debbugs.gnu.org; Fri, 09 Dec 2022 11:56:29 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58716) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3gfj-0006q5-KJ for 59922-done@debbugs.gnu.org; Fri, 09 Dec 2022 11:56:27 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3gfc-0001JJ-Pz for 59922-done@debbugs.gnu.org; Fri, 09 Dec 2022 11:56:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=SUAQgHnintcjxmOwWe/ZB+MS+69RPVJCENWQObf6JpI=; b=XDXcWA/xRdnrw3ZJ93vc tYWBYZOkWmXZuRYT6fTB7pvG5fuOmloQQLLikXhSECqrxQ9sMJD/ZYocoIOWLHQFkJePBZAknt3KT kRWkKsT5s9TqC+s5iCKFPubIjibvBFTkEp+EnqUYmaxPW+7d7xzmc5jnSr7nz1nNqAkHPQK/QgFXn jcMKti4EZ6i/k1xVX9S7d2d6fcYbN2DUMZF9pM71eqaZOekc8tMswxCyy/fBGka+YZr6Uirvt4/NU quwNJbd8KBHWlOwLcAY3AVLGP68o6P9ojqw0K/ZIkfA4vtvGirM3NJfIqmT001tvbGgJJu5MgzVRQ UT9S4VA5llnmSw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3gfc-0001QW-0f for 59922-done@debbugs.gnu.org; Fri, 09 Dec 2022 11:56:20 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87cz8sam1d.fsf@inria.fr> Date: Fri, 09 Dec 2022 17:56:17 +0100 In-Reply-To: <87cz8sam1d.fsf@inria.fr> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Fri, 09 Dec 2022 11:50:22 +0100") Message-ID: <87fsdo7bym.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1670605048; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=SUAQgHnintcjxmOwWe/ZB+MS+69RPVJCENWQObf6JpI=; b=KrfIaxL/v0HSHtspP6CM1/obNRv6ECcnE/3rw1+A2AaVFeecpwyAHiXh735nJN0ZUEh45c 2MzrawwoLa32DHrqK2OrooirSvY4jvvnx1ImiLz7dCpNVj76z3txB5Pxd836fGtS0rKAcF rSoHKUfm7qMQdlimfVC2KON3IHMM2hGCtrmH91VgtBVNmSpFaR/O0ODmjUIte1AInNMy5j VqVsj0GtSHZANBfUleVJWMTjScUuR3PaW8Ejj7lZRIMjGti82EaTCn7piZm/GArhUn4+fj 1L0JKFFKER4Lz7oGn04GShNYYRViG7m6UAjp1lSUJyHOy7MdwaQ52f+XmawOCw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1670605048; a=rsa-sha256; cv=none; b=WE63vmZuj4wRkiA6rqvscexJMdiW1hPN62/wkzfLzliLNvzNXOkZuscsRYbF0h2aOPooA0 Nhvwtx4ZI+Q+XdtVwBfIO7GkLU4jl7u6kALU7M9Y3rs2xXtlP89Ym27BsEBmyG9jskk5hw GsgOunOmrD79dA3e/7N9OrLgQcH7yZXSw67ijpA6aGJG0kWlm3Kgd+8CuZaYIF3BlajK3V pfFvrGV0cT4AFTrOjbfvJ88iK+MaXF1EN5Ux3sItjvc/CGQnAVfCnAfg+Id5SNP+Eu/CTD 3SBAkU4WR3Uy8dgNu3iUCKSgPLbKvgPJe85FIFU185fpv6FCH+xwPSaFZF/XJA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="XDXcWA/x"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.85 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="XDXcWA/x"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 77492125B9 X-Spam-Score: -3.85 X-Migadu-Scanner: scn1.migadu.com X-TUID: xGm+a80fhnq0 Ludovic Court=C3=A8s skribis: > When installing from RC1, the progress bar that=E2=80=99s normally shown = after > the =E2=80=9Cinitializing operating system under '~a'...=E2=80=9D message= doesn=E2=80=99t show > up, or rather it shows up all of a sudden at the end, suggesting it=E2=80= =99s > being buffered. Fixed in 591af24ade1021d91a3e7c62fcc7a8c90f00d4bb. Ludo=E2=80=99.