From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19772: Verbosity of guix build output Date: Tue, 08 Mar 2016 23:34:47 +0100 Message-ID: <87pov4fvjs.fsf@gnu.org> References: <877fvxy8db.fsf@gmail.com> 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]:43027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adQDa-0006yQ-IQ for bug-guix@gnu.org; Tue, 08 Mar 2016 17:35:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adQDX-00013m-AQ for bug-guix@gnu.org; Tue, 08 Mar 2016 17:35:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adQDX-00013g-7r for bug-guix@gnu.org; Tue, 08 Mar 2016 17:35:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1adQDX-00057B-3R for bug-guix@gnu.org; Tue, 08 Mar 2016 17:35:03 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <877fvxy8db.fsf@gmail.com> (Andrei Osipov's message of "Wed, 04 Feb 2015 19:00:32 +0300") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andrei Osipov Cc: 19772-done@debbugs.gnu.org Andrei Osipov skribis: > is there a way to suppress make output with guix? [= 12:37] > andreoss`: you mean in the Guix build tree? [= 12:38] > civodul: i want to see output of guix, but not of configure > scripts and make > when running 'guix build' and such? > yes > good question [= 12:39] > maybe --verbosity=3D0 > thanks. i will try it when gcc is done [= 12:40] > hmm actually no [= 12:41] > but that would be trivial to implement Commit 5284339d9d31c97146d92ee3f860ba5c70b77c46 adds a =E2=80=98--quiet=E2= =80=99 option to =E2=80=98guix build=E2=80=99. Sorry for taking so long! Ludo=E2=80=99.