all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: Pierre Neidhardt <ambrevar@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: [ANN] Emacs-Guix 0.4.1
Date: Thu, 28 Jun 2018 19:54:49 +0300	[thread overview]
Message-ID: <87lgay97hi.fsf@gmail.com> (raw)
In-Reply-To: <87lgaz8b1w.fsf@gmail.com> (Pierre Neidhardt's message of "Thu, 28 Jun 2018 12:23:07 +0200")

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

  reply	other threads:[~2018-06-28 16:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-26 16:25 [ANN] Emacs-Guix 0.4.1 Alex Kost
2018-06-28 10:23 ` Pierre Neidhardt
2018-06-28 16:54   ` Alex Kost [this message]
2018-06-28 17:04     ` Pierre Neidhardt
2018-06-29 11:35       ` Alex Kost
2018-07-03 16:40         ` Pierre Neidhardt
2018-07-03 19:14           ` Alex Kost
2018-07-04  8:34             ` Alex Kost
2018-07-04  9:51               ` Pierre Neidhardt
2018-07-05  7:30                 ` Alex Kost
2018-07-16 21:10                   ` Pierre Neidhardt
2018-07-17 20:55                     ` Alex Kost
2018-07-20 10:16                       ` Pierre Neidhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lgay97hi.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=ambrevar@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.