From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [ANN] Emacs-Guix 0.4.1 Date: Thu, 05 Jul 2018 10:30:06 +0300 Message-ID: <87va9ukum9.fsf@gmail.com> References: <8736x9h5vs.fsf@gmail.com> <87lgaz8b1w.fsf@gmail.com> <87lgay97hi.fsf@gmail.com> <87lgaykfl7.fsf@gmail.com> <87bmbtesf5.fsf@gmail.com> <87k1qc46ip.fsf@gmail.com> <87woucrv1z.fsf@gmail.com> <878t6rxuup.fsf@gmail.com> <87601vib14.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fayiR-0000ck-63 for help-guix@gnu.org; Thu, 05 Jul 2018 03:30:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fayiN-0003MT-Eb for help-guix@gnu.org; Thu, 05 Jul 2018 03:30:11 -0400 Received: from mail-lf0-x22c.google.com ([2a00:1450:4010:c07::22c]:45370) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fayiN-0003I5-63 for help-guix@gnu.org; Thu, 05 Jul 2018 03:30:07 -0400 Received: by mail-lf0-x22c.google.com with SMTP id m13-v6so6102379lfb.12 for ; Thu, 05 Jul 2018 00:30:07 -0700 (PDT) In-Reply-To: <87601vib14.fsf@gmail.com> (Pierre Neidhardt's message of "Wed, 04 Jul 2018 11:51:35 +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-07-04 11:51 +0200) wrote: >> %load-path > $4 =3D ("/home/ambrevar/.guix-packages" "/home/ambrevar/projects/guix" > "/gnu/store/hjx7wm756cxfl91j8iphrl5izd8xvp3f-emacs-guix-0.4.1.1/share/gui= le/site/2.2" > "/home/ambrevar/.config/guix/current/share/guile/site/2.2" Aha! here it is: your "~/projects/guix" appears before the pulled profile. I think it can happen only if you added it to GUIX_PACKAGE_PATH, did you? I think GUIX_PACKAGE_PATH is intended only for the user packages, not for the whole guix checkout as it may lead to problems (I forgot what kind of problems but I recall people did this in the past and had some troubles). Anyway, it should probably work=E2=80=A6 but only if your checkout is built properly. Did you run make there? any errors? maybe there are some ABI incompatibilities ("make clean-go" and "make" should fix them). Did you experience any problem with "guix" shell commands? --=20 Alex