[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guix Pull Failure
From: |
Ludovic Courtès |
Subject: |
Re: Guix Pull Failure |
Date: |
Tue, 30 Sep 2014 10:13:27 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Alex Sassmannshausen <address@hidden> skribis:
> When doing `guix pull` this morning it consistently fails with:
>
> ---8<-------->8------------
> copying and compiling to
> '/gnu/store/gjb8zsijysxfcizw1374k5hcadd3x7mf-guix-latest'...
> compiling... 8.7% of 335 filesERROR: no code for module (json)
> ---8<-------->8------------
Oops. Commit 6d7328b fixes that.
However, because of <http://bugs.gnu.org/18534>, you will first have to
run ‘guix pull’ from a checkout of master:
./pre-inst-env guix pull
Thanks for the heads-up,
Ludo’.