From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32935: `guix package --verbose` does not produce verbose output Date: Mon, 08 Oct 2018 14:50:31 +0200 Message-ID: <87sh1g1u20.fsf@gnu.org> References: <20181004210317.GA32400@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]:46678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9V07-0006AC-H3 for bug-guix@gnu.org; Mon, 08 Oct 2018 08:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9V02-0004ki-8K for bug-guix@gnu.org; Mon, 08 Oct 2018 08:51:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35715) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9V02-0004kT-0H for bug-guix@gnu.org; Mon, 08 Oct 2018 08:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g9V01-0005lb-TP for bug-guix@gnu.org; Mon, 08 Oct 2018 08:51:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20181004210317.GA32400@jasmine.lan> (Leo Famulari's message of "Thu, 4 Oct 2018 17:03:17 -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: 32935@debbugs.gnu.org Hi Leo, Leo Famulari skribis: > On Debian, from Guix commit 9e783d0bf22a7ff965105eb45f6c179a832bbabf, > the --verbose argument to `guix package` doesn't seem to have the > desired effect. > > Rather than showing the raw output of whatever builds are being > performed, it just shows the "spinner". The =E2=80=98--verbose=E2=80=99 option predates the new =E2=80=9Cquiet=E2= =80=9D output for =E2=80=98guix package=E2=80=99, so it doesn=E2=80=99t do what you expect, I believe. I think we need to change the meaning of =E2=80=98--verbose=E2=80=99 or rep= urpose =E2=80=98--verbosity=E2=80=99 to choose whether or not build output should = be displayed. We should come up with the same option for all the commands. Thoughts? Ludo=E2=80=99.