From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: emacs-guix error Date: Sun, 27 Jan 2019 20:49:04 -0500 Message-ID: <87zhrly2jz.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnw2u-0002oX-D3 for help-guix@gnu.org; Sun, 27 Jan 2019 20:49:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnw2t-0000aG-PL for help-guix@gnu.org; Sun, 27 Jan 2019 20:49:08 -0500 Received: from mail-io1-xd2a.google.com ([2607:f8b0:4864:20::d2a]:34637) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gnw2t-0000YZ-I9 for help-guix@gnu.org; Sun, 27 Jan 2019 20:49:07 -0500 Received: by mail-io1-xd2a.google.com with SMTP id b16so12196114ior.1 for ; Sun, 27 Jan 2019 17:49:06 -0800 (PST) In-Reply-To: (brettg@posteo.net's message of "Sun, 27 Jan 2019 19:30:34 -0600") 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: "brettg@posteo.net" Cc: Alex Kost , help-guix Hello! [...] > Are you using Guix from a git checkout? In that case you=E2=80=99ll need= to > recompile as there has been an ABI change. My normal Guix run from guix pull, but I do have a Guix checkout that I use with the pre-inst-env wrapper. I have this set in my ~/.emacs. --8<---------------cut here---------------start------------->8--- (setq guix-directory "~/src/guix") --8<---------------cut here---------------end--------------->8--- IIUC, that doesn't cause Emacs-Guix to use that Guix, only locate package definition. In any case, running make clean-go and rebuilding my guix source tree didn't make the issue go away, but I got a different error when using C-c . b (guix-devel-build-package-definition); it was failing to find the module (guix build utils), which led me to the bug 28144. The suggested workaround by Ludovic to delete the file guix/profiles.go made the problem go away. So this might be related. HTH, Maxim