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: Sat, 07 Feb 2015 18:52:05 +0100 Message-ID: <87lhk9obi2.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]:55023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK9Z6-0008Fq-Ef for bug-guix@gnu.org; Sat, 07 Feb 2015 12:53:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YK9Z2-0000Ta-Nd for bug-guix@gnu.org; Sat, 07 Feb 2015 12:53:05 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:45536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK9Z2-0000TT-JP for bug-guix@gnu.org; Sat, 07 Feb 2015 12:53:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YK9Yz-0007x5-SZ for bug-guix@gnu.org; Sat, 07 Feb 2015 12:53:01 -0500 Sender: "Debbugs-submit" 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@debbugs.gnu.org Andrei Osipov skribis: > The output of confugre scripts and make can be either suppressed or > redirected to file by guix build. It makes easy to track the current > step of building process.=20 Just to be clear, I suppose you don=E2=80=99t just want something equivalen= t to: guix build foo > /dev/null right? So would you like to get rid of all the build output except the =E2=80=9Cbu= ild trace=E2=80=9D lines, those that look like: @ build-succeeded /gnu/store/n2yd2d3vxwidmqgzi1i3svqq5qjaczv7-inkscape-0.= 91.tar.gz.drv - @ build-started /gnu/store/5wp9r4mc3rwwp6x4vn422wy9s83nwqjv-gtkmm-2.24.2.= tar.xz.drv - x86_64-linux /var/log/guix/drvs/5w//p9r4mc3rwwp6x4vn422wy9s83n= wqjv-gtkmm-2.24 Or something else? TIA, Ludo=E2=80=99.