Hi,
For more context, see:
https://issues.guix.gnu.org/issue/35877
On Fri, 24 May 2019 at 18:43, Ludovic Courtès <[email protected]> wrote:
> This happens when ‘compute-guix-derivation’ has to build things: it
> inherits the client-provided settings such as the “multiplexed build
> output” option, but its output goes straight to stderr without any
> processing.
>
> The right thing would be to consume its stderr, which might be tricky,
> or to just hide it.
I’ve lost the situation on this. Well, it’s a long time that I’ve not
see this kind of output:
--8<---------------cut here---------------start------------->8---
@ build-log 9461 44
checking if GSS-API support is requested... @ build-log 9461 4
yes
@ build-log 9461 28
checking gss.h usability... @ build-log 9461 4
yes
@ build-log 9461 27
checking gss.h presence... @ build-log 9461 4
yes
[...]
@ build-log 9461 52
checking OpenSSL linking with -ldl and -lpthread... @ build-log 9461 3
no
@ build-log 9461 36
checking for pkg-config... (cached) @ build-log 9461 77
/gnu/store/xyiyf12w4i7zf5g5b4ah0bi1mmd6i8xa-pkg-config-0.29.2/bin/pkg-config
@ build-log 9461 47
checking for gnutls options with pkg-config... @ build-log 9461 6
--8<---------------cut here---------------end--------------->8---
So I guess, it’s solved now?
Cheers,
simon