GNU bug report logs - #19772
Verbosity of guix build output

Previous Next

Package: guix;

Reported by: Andrei Osipov <andrspv <at> gmail.com>

Date: Wed, 4 Feb 2015 17:40:03 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19772 in the body.
You can then email your comments to 19772 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#19772; Package guix. (Wed, 04 Feb 2015 17:40:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrei Osipov <andrspv <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 04 Feb 2015 17:40:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andrei Osipov <andrspv <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: Verbosity of guix build output
Date: Wed, 04 Feb 2015 19:00:32 +0300

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. 



<andreoss`> is there a way to suppress make output with guix?           [12:37]
<civodul> andreoss`: you mean in the Guix build tree?                   [12:38]
<andreoss`> civodul:  i want to see output of guix, but not of configure
            scripts and make
<civodul> when running 'guix build' and such?
<andreoss`> yes
<civodul> good question                                                 [12:39]
<civodul> maybe --verbosity=0
<andreoss`> thanks. i will try it when gcc is done                      [12:40]
<civodul> hmm actually no                                               [12:41]
<civodul> but that would be trivial to implement
<civodul> andreoss`: could you mail your request to bug-guix <at> gnu.org?




Information forwarded to bug-guix <at> gnu.org:
bug#19772; Package guix. (Sat, 07 Feb 2015 17:53:01 GMT) Full text and rfc822 format available.

Message #8 received at 19772 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Andrei Osipov <andrspv <at> gmail.com>
Cc: 19772 <at> debbugs.gnu.org
Subject: Re: bug#19772: Verbosity of guix build output
Date: Sat, 07 Feb 2015 18:52:05 +0100
Andrei Osipov <andrspv <at> gmail.com> 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. 

Just to be clear, I suppose you don’t just want something equivalent to:

  guix build foo > /dev/null

right?

So would you like to get rid of all the build output except the “build
trace” 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//p9r4mc3rwwp6x4vn422wy9s83nwqjv-gtkmm-2.24

Or something else?

TIA,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#19772; Package guix. (Mon, 09 Feb 2015 21:18:02 GMT) Full text and rfc822 format available.

Message #11 received at 19772 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Andrei Osipov <andrspv <at> gmail.com>
Cc: 19772 <at> debbugs.gnu.org
Subject: Re: bug#19772: Verbosity of guix build output
Date: Mon, 09 Feb 2015 22:17:44 +0100
Please keep 19772 <at> debbugs.gnu.org Cc’d.

Andrei Osipov <andrspv <at> gmail.com> skribis:

>> Just to be clear, I suppose you don’t just want something equivalent 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.  

OK.  What exactly do you consider “guix output”?  I’m asking because
from the daemon’s viewpoint, everything is build output basically.

>> So would you like to get rid of all the build output except the “build
>> trace” 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. 

That’s already the case, see ‘guix build --log-file’.

Ludo’.




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Tue, 08 Mar 2016 22:35:02 GMT) Full text and rfc822 format available.

Notification sent to Andrei Osipov <andrspv <at> gmail.com>:
bug acknowledged by developer. (Tue, 08 Mar 2016 22:35:03 GMT) Full text and rfc822 format available.

Message #16 received at 19772-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Andrei Osipov <andrspv <at> gmail.com>
Cc: 19772-done <at> debbugs.gnu.org
Subject: Re: bug#19772: Verbosity of guix build output
Date: Tue, 08 Mar 2016 23:34:47 +0100
Andrei Osipov <andrspv <at> gmail.com> skribis:

> <andreoss`> is there a way to suppress make output with guix?           [12:37]
> <civodul> andreoss`: you mean in the Guix build tree?                   [12:38]
> <andreoss`> civodul:  i want to see output of guix, but not of configure
>             scripts and make
> <civodul> when running 'guix build' and such?
> <andreoss`> yes
> <civodul> good question                                                 [12:39]
> <civodul> maybe --verbosity=0
> <andreoss`> thanks. i will try it when gcc is done                      [12:40]
> <civodul> hmm actually no                                               [12:41]
> <civodul> but that would be trivial to implement

Commit 5284339d9d31c97146d92ee3f860ba5c70b77c46 adds a ‘--quiet’ option
to ‘guix build’.

Sorry for taking so long!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 06 Apr 2016 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 15 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.