From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: "guix system" summary output? Date: Tue, 30 May 2017 17:47:29 +0200 Message-ID: <87fufm2vou.fsf@gnu.org> References: <87bbe3e5.AEAAKL2r-KIAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZGcQo@mailjet.com> <87y3tw4kw3.fsf@gnu.org> <87r2zfx0xt.fsf@gnu.org> <427678e8.AEUAKjfDcSgAAAAAAAAAAAPB0agAAAACwQwAAAAAAAW9WABZKceD@mailjet.com> <20170528204437.6dfd35c4@scratchpost.org> <20170528192058.GF15883@jasmine> <20170530034746.74e7fd0b@scratchpost.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]:50358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFjMt-00034s-RG for guix-devel@gnu.org; Tue, 30 May 2017 11:47:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFjMp-00022h-Qh for guix-devel@gnu.org; Tue, 30 May 2017 11:47:35 -0400 In-Reply-To: <20170530034746.74e7fd0b@scratchpost.org> (Danny Milosavljevic's message of "Tue, 30 May 2017 03:47:46 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic skribis: >> This sample omits the most useful output, which is the summary of what >> will be done. > > Just tested with the spinner so I could actually (potentially) see the su= mmary. > > It seems that "guix package" prints such a summary (yay!), but "guix syst= em reconfigure" doesn't. The latter just starts downloading stuff and then= builds stuff - no summary anywhere: Probably this relates to grafts: store items need to be substitutable/available so we can determine whether they need to be grafted. What happens with =E2=80=98guix system =E2=80=A6 --no-grafts=E2=80=99? Thanks, Ludo=E2=80=99.