Hi Marius, Marius Bakke <mba...@fastmail.com> skribis:
> I've also seen this error (once): > > compiling... 93.4% of 622 filesice-9/threads.scm:289:22: In procedure > loop: > ice-9/threads.scm:289:22: Syntax error: > guix/scripts.scm:119:6: >>=: >>= (bind) used outside of 'with-monad' in form > (>>= (maybe-build (list derivation) #:use-substitutes? use-substitutes? > #:dry-run? dry-run?) (lambda (unused-value) > (mbegin %store-monad (return (show-derivation-outputs derivation))))) > > This is a Broadwell system with 20 physical cores + HT and 192GB RAM. I think this is the same Guile bug as reported at <https://bugs.gnu.org/27652>. Weird and kinda scary! Ludo’.