From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Guix Pull Failure Date: Tue, 30 Sep 2014 12:13:22 +0400 Message-ID: <87wq8lbk65.fsf@gmail.com> References: <8738b9k0yx.fsf@yamato.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYsYx-0004RU-B5 for guix-devel@gnu.org; Tue, 30 Sep 2014 04:13:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYsYr-0004IV-UV for guix-devel@gnu.org; Tue, 30 Sep 2014 04:13:35 -0400 Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]:45973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYsYr-0004BQ-Bg for guix-devel@gnu.org; Tue, 30 Sep 2014 04:13:29 -0400 Received: by mail-lb0-f169.google.com with SMTP id u10so6072288lbd.0 for ; Tue, 30 Sep 2014 01:13:20 -0700 (PDT) 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@gmail.com Cc: Guix-devel Alex Sassmannshausen (2014-09-30 11:40 +0400) wrote: > Hello, > > 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------------ > > It does this even after I have installed guile-json. Could this be due > to the recent addition of the PyPi Importer? Indeed, I thought it would be fixed after , but it is not. Ludovic, need your help!