Nikita Karetnikov <[email protected]> skribis:
>> Alternately, could you run something like:
>
>> sudo strace -f -p $(pidof guix-daemon) -o daemon.log
>> guix build emacs --no-substitutes
>
>> then kill strace once ‘guix build’ has completed, and post daemon.log
>> (compressed)?
>
> I haven’t seen the bug for a while. Should I run the above commands
> anyway?
Another strace log that could help:
strace -o client.log guile -c \
'(use-modules (guix))
(set-build-options (open-connection) #:use-substitutes? #f)'
TIA,
Ludo’.