Hi, Benjamin Slade <[email protected]> skribis:
> Hi Ludo', > > On 2019-01-14T01:41:16-0700, Ludovic Courtès <[email protected]> wrote: > > Wasn’t there a message right above the backtrace? > > Nothing obvious. Here's the whole thing: > https://paste.ubuntu.com/p/xRnhpGSghK/ --8<---------------cut here---------------start------------->8--- 121 ERROR: In procedure scm-error: 122 no code for module (guix build utils) 123 builder for `/gnu/store/55fgqmf041fj3d9hqgf43qlnjzk2f2m3-info-dir.drv' failed with exit code 1 124 build of /gnu/store/55fgqmf041fj3d9hqgf43qlnjzk2f2m3-info-dir.drv failed --8<---------------cut here---------------end--------------->8--- This is the dreaded ‘info-dir’ bug, which is really a bug in Guile’s compiler: <https://issues.guix.info/issue/28144>. Can you show the output of: type -P guix guix --version guix describe Thanks in advance, Ludo’.
