Hi! Ludovic Courtès <l...@gnu.org> skribis:
> wait4(83882, # hangs forever > > > The question to me becomes: why is ‘guix repl’ not getting EOF from its > read(0, …) call? The answer was that another child process (an inferior) was holding a copy of the socketpair file descriptor connected to that ‘guix repl’ standard input. Fixed in Guix commit a4994d739306abcf3f36706012fb88b35a970e6b with a test that reproduces the issue. Commit d02b7abe24fac84ef1fb1880f51d56fc9fb6cfef updates the ‘guix’ package so we should be able to reconfigure berlin now and hopefully (crossing fingers!) be done with it. Ludo’.