From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 04 12:39:46 2015 Received: (at submit) by debbugs.gnu.org; 4 Feb 2015 17:39:46 +0000 Received: from localhost ([127.0.0.1]:34106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJ3vW-0006rp-27 for submit@debbugs.gnu.org; Wed, 04 Feb 2015 12:39:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47719) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJ2Np-0004Pt-0j for submit@debbugs.gnu.org; Wed, 04 Feb 2015 11:00:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ2Ni-00029M-MY for submit@debbugs.gnu.org; Wed, 04 Feb 2015 11:00:47 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ2Ni-00029I-Jl for submit@debbugs.gnu.org; Wed, 04 Feb 2015 11:00:46 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ2Nh-0000OJ-PE for bug-guix@gnu.org; Wed, 04 Feb 2015 11:00:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ2Nd-00027d-SQ for bug-guix@gnu.org; Wed, 04 Feb 2015 11:00:45 -0500 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:33089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ2Nd-00027L-J7 for bug-guix@gnu.org; Wed, 04 Feb 2015 11:00:41 -0500 Received: by mail-lb0-f174.google.com with SMTP id f15so2284531lbj.5 for ; Wed, 04 Feb 2015 08:00:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=BwNC50+SrGQAqyuQ8l4szQsLw87zh+FfNjLAiQNYbLI=; b=ViDT5KHJ+p/jgN24KmyuLDhdnDZLrDmWdVMp5hZl/btoOWOXrjO8ptZRfb4GVi4bTu eP6TlD1pIyWMQw+TytOfz+YlafGRUsqaDBI51N49LBMWm92R140kQYlt9hyd0mQX3US1 /MPmrhKBcsZhI686EKeorlb+DfV1r2ScMtYBe1AOOTaycgr/i5e3x0Y3px8WvqFUw518 UBgGvJecUZRAxGNT4gWrJmQKC+hjem4yvN6t+qvz+WLPImoyD3OaBQuF5NIvLjFiZ3Al SZKbrWATUu5Djh0wIMPp8A6fT6S7XTgLi24j9yiyBsYTo7xp8D4ymesen7zmg2k3CyFl E4lQ== X-Received: by 10.112.12.71 with SMTP id w7mr21151274lbb.99.1423065640203; Wed, 04 Feb 2015 08:00:40 -0800 (PST) Received: from localhost (37-146-132-163.broadband.corbina.ru. [37.146.132.163]) by mx.google.com with ESMTPSA id aa2sm438681lbc.17.2015.02.04.08.00.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Feb 2015 08:00:39 -0800 (PST) From: Andrei Osipov To: bug-guix@gnu.org Subject: Verbosity of guix build output Date: Wed, 04 Feb 2015 19:00:32 +0300 Message-ID: <877fvxy8db.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 04 Feb 2015 12:39:44 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Consider this feature: 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. 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=0 thanks. i will try it when gcc is done [12:40] hmm actually no [12:41] but that would be trivial to implement andreoss`: could you mail your request to bug-guix@gnu.org? From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 07 12:52:15 2015 Received: (at 19772) by debbugs.gnu.org; 7 Feb 2015 17:52:15 +0000 Received: from localhost ([127.0.0.1]:36776 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YK9YE-0007vv-OB for submit@debbugs.gnu.org; Sat, 07 Feb 2015 12:52:15 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:45248 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YK9YD-0007vn-7A for 19772@debbugs.gnu.org; Sat, 07 Feb 2015 12:52:13 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:43045 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YK9YC-0005Vh-Af; Sat, 07 Feb 2015 12:52:12 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Andrei Osipov Subject: Re: bug#19772: Verbosity of guix build output References: <877fvxy8db.fsf@gmail.com> Date: Sat, 07 Feb 2015 18:52:05 +0100 In-Reply-To: <877fvxy8db.fsf@gmail.com> (Andrei Osipov's message of "Wed, 04 Feb 2015 19:00:32 +0300") Message-ID: <87lhk9obi2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 19772 Cc: 19772@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 09 16:17:54 2015 Received: (at 19772) by debbugs.gnu.org; 9 Feb 2015 21:17:55 +0000 Received: from localhost ([127.0.0.1]:38602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKviM-0007EI-7t for submit@debbugs.gnu.org; Mon, 09 Feb 2015 16:17:54 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:34741 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKviK-0007E4-LK for 19772@debbugs.gnu.org; Mon, 09 Feb 2015 16:17:53 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:54715 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YKviJ-0004Di-TF; Mon, 09 Feb 2015 16:17:52 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Andrei Osipov Subject: Re: bug#19772: Verbosity of guix build output References: <877fvxy8db.fsf@gmail.com> <87lhk9obi2.fsf@gnu.org> <87twyvnjvh.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?utf-8?Q?Pluvi=C3=B4se?= an 223 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Mon, 09 Feb 2015 22:17:44 +0100 In-Reply-To: <87twyvnjvh.fsf@gmail.com> (Andrei Osipov's message of "Mon, 09 Feb 2015 19:13:22 +0300") Message-ID: <87sieebx8n.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 19772 Cc: 19772@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Please keep 19772@debbugs.gnu.org Cc=E2=80=99d. Andrei Osipov skribis: >> Just to be clear, I suppose you don=E2=80=99t just want something equiva= lent to: >> guix build foo > /dev/null >> right? > > Yes. As I can see the output belongs either to ./configure, make, etc. or= to > guix itself. Only the guix output is desirable, the rest is mosly > garbage.=20=20 OK. What exactly do you consider =E2=80=9Cguix output=E2=80=9D? I=E2=80= =99m asking because from the daemon=E2=80=99s viewpoint, everything is build output basically. >> So would you like to get rid of all the build output except the =E2=80= =9Cbuild >> trace=E2=80=9D lines > > Yes, but it still might be usefull to take a look at this build output, > for example, to review configure options or results of make test. > Might be the build output should be kept in some conventional location > the way some utilities like perlbrew do that.=20 That=E2=80=99s already the case, see =E2=80=98guix build --log-file=E2=80= =99. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 08 17:35:01 2016 Received: (at 19772-done) by debbugs.gnu.org; 8 Mar 2016 22:35:01 +0000 Received: from localhost ([127.0.0.1]:40215 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1adQDV-00056X-3A for submit@debbugs.gnu.org; Tue, 08 Mar 2016 17:35:01 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51879) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1adQDT-00056J-3G for 19772-done@debbugs.gnu.org; Tue, 08 Mar 2016 17:34:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adQDK-0000v6-1p for 19772-done@debbugs.gnu.org; Tue, 08 Mar 2016 17:34:54 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adQDJ-0000v2-Uc; Tue, 08 Mar 2016 17:34:49 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:58618 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1adQDJ-0006O0-8V; Tue, 08 Mar 2016 17:34:49 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Andrei Osipov Subject: Re: bug#19772: Verbosity of guix build output References: <877fvxy8db.fsf@gmail.com> Date: Tue, 08 Mar 2016 23:34:47 +0100 In-Reply-To: <877fvxy8db.fsf@gmail.com> (Andrei Osipov's message of "Wed, 04 Feb 2015 19:00:32 +0300") Message-ID: <87pov4fvjs.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 19772-done Cc: 19772-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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. From unknown Mon Aug 18 11:19:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 06 Apr 2016 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator