From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: guix pull misses json module Date: Tue, 7 Oct 2014 19:19:21 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbYQ0-0005VY-86 for guix-devel@gnu.org; Tue, 07 Oct 2014 13:19:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbYPz-0002N2-F6 for guix-devel@gnu.org; Tue, 07 Oct 2014 13:19:24 -0400 Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:36365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbYPz-0002Mu-7C for guix-devel@gnu.org; Tue, 07 Oct 2014 13:19:23 -0400 Received: by mail-lb0-f178.google.com with SMTP id w7so6511890lbi.37 for ; Tue, 07 Oct 2014 10:19:21 -0700 (PDT) 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: guix-devel@gnu.org Hi, I've issued "guix pull" to update my installation in place, but the procedure fails because guile can't find the json module copying and compiling to '/gnu/store/ql7vciqlpj7g6b8zh73qxs384nbgbyy2-guix-latest'... compiling... 8.6% of 336 filesERROR: no code for module (json) Backtrace: Should guile-json be added to the build process created by pull? Regards, Fede