[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Download progress interleaved with compile output
From: |
Ludovic Courtès |
Subject: |
Re: Download progress interleaved with compile output |
Date: |
Sun, 21 Apr 2013 11:59:18 +0200 |
User-agent: |
Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.3 (gnu/linux) |
Mark H Weaver <address@hidden> skribis:
> I recently installed a large number of packages in a single "guix
> package -i" command, and in the resulting transcript I see download
> progress reports interleaved with compile output, e.g.:
[...]
> Is this intentional?
Well, clients make the ‘build-derivations’ RPC, which potentially
involves building several derivations, and the daemon returns the stderr
streams mixed. So there’s not much that can be done without changing
the daemon and RPCs.
However, note that build logs are kept under $localstatedir. That’s
what I use when needing to analyze logs.
Thanks,
Ludo’.