From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guix Pull Failure Date: Tue, 30 Sep 2014 10:13:27 +0200 Message-ID: <87egutcyqg.fsf@gnu.org> References: <8738b9k0yx.fsf@yamato.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYsZ0-0004V1-Pb for guix-devel@gnu.org; Tue, 30 Sep 2014 04:13:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYsYs-0004Iw-OG for guix-devel@gnu.org; Tue, 30 Sep 2014 04:13:38 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:42082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYsYs-0004Bg-Hx for guix-devel@gnu.org; Tue, 30 Sep 2014 04:13:30 -0400 In-Reply-To: <8738b9k0yx.fsf@yamato.home> (Alex Sassmannshausen's message of "Tue, 30 Sep 2014 09:40:09 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Sassmannshausen Cc: Guix-devel Alex Sassmannshausen skribis: > When doing `guix pull` this morning it consistently fails with: > > ---8<-------->8------------ > copying and compiling to '/gnu/store/gjb8zsijysxfcizw1374k5hcadd3x7mf-gui= x-latest'... > compiling... 8.7% of 335 filesERROR: no code for module (json) > ---8<-------->8------------ Oops. Commit 6d7328b fixes that. However, because of , you will first have to run =E2=80=98guix pull=E2=80=99 from a checkout of master: ./pre-inst-env guix pull Thanks for the heads-up, Ludo=E2=80=99.