[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unable to `guix pull` on large server
From: |
Ludovic Courtès |
Subject: |
Re: Unable to `guix pull` on large server |
Date: |
Sat, 26 Aug 2017 14:11:59 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi Marius,
Marius Bakke <address@hidden> 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’.