From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [ANN] Emacs-Guix 0.4.1 Date: Thu, 28 Jun 2018 19:54:49 +0300 Message-ID: <87lgay97hi.fsf@gmail.com> References: <8736x9h5vs.fsf@gmail.com> <87lgaz8b1w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYaC7-0004NO-2b for help-guix@gnu.org; Thu, 28 Jun 2018 12:54:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYaC4-0006Fo-0o for help-guix@gnu.org; Thu, 28 Jun 2018 12:54:55 -0400 Received: from mail-lj1-x22d.google.com ([2a00:1450:4864:20::22d]:46607) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fYaC3-0006Ci-OX for help-guix@gnu.org; Thu, 28 Jun 2018 12:54:51 -0400 Received: by mail-lj1-x22d.google.com with SMTP id u6-v6so5054279lju.13 for ; Thu, 28 Jun 2018 09:54:51 -0700 (PDT) In-Reply-To: <87lgaz8b1w.fsf@gmail.com> (Pierre Neidhardt's message of "Thu, 28 Jun 2018 12:23:07 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix@gnu.org Pierre Neidhardt (2018-06-28 12:23 +0200) wrote: > ERROR: In procedure scm-error: > no code for module (guix build utils) > > Is something wrong my setup? I don't know. This error looks like guile load paths are not set correctly. Could you switch to Guix REPL and check whether %load-path contains "~/.config/guix/current/share/guile/site/2.2" ? ...Oh, wait, I've just noticed that the mentioned directory contains only .scm files. When I experimented with "guix pull", it contained both .scm and .go files, but now .go files are installed in "~/.config/guix/current/lib/guile/2.2/site-ccache". Apparently there was another more recent change in "guix pull", that I did not notice. This incompatibility between .scm and .go files may lead to unpredictable problems, so I think I have to make another release :-) Thanks for reporting! To make sure that this is indeed the problem you have, could you please add the following to you emacs config: (setq guix-load-path "~/.config/guix/current/share/guile/site/2.2" guix-load-compiled-path "~/.config/guix/current/lib/guile/2.2/site-ccache") and check if this fixes the problem you mentioned or not. -- Alex