From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Howto run guix.el correctly? Date: Sun, 23 Nov 2014 10:01:30 +0300 Message-ID: <87tx1qv1rp.fsf@gmail.com> References: <87d28fgjfn.fsf@gmail.com> <8761e7aqkt.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87mw7ianj5.fsf@gnu.org> 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]:46934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsRAy-0007cZ-8S for guix-devel@gnu.org; Sun, 23 Nov 2014 02:01:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsRAs-0000gT-AS for guix-devel@gnu.org; Sun, 23 Nov 2014 02:01:40 -0500 In-Reply-To: <87mw7ianj5.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 22 Nov 2014 23:17:02 +0100") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2014-11-23 01:17 +0300) wrote: > David Thompson skribis: > >> I am experiencing the exact same issue. If you check *Guix REPL*, >> you'll see that compiling 'guix-main.scm' fails for some reason. Not >> sure why. I gave up on it for now. > > Can you try ,bt and ,error in there? IIUC the REPL is dead, so what can be done is sending the full contents of *Guix REPL* buffer here so we could look at it. > Most likely, either Geiser=E2=80=99s or Guix=E2=80=99s Scheme modules are= not in the > search path when the REPL is started. I had to fiddle with > =E2=80=98geiser-scheme-dir=E2=80=99 and =E2=80=98geiser-guile-load-path= =E2=80=99. No need to fiddle with =E2=80=98geiser-scheme-dir=E2=80=99: it should be se= t properly if you have =E2=80=98(require 'geiser-install)=E2=80=99 in your emacs config. Also you made a commit for =E2=80=98geiser-guile-load-path=E2=80=99 (a1ca1b= 7) after the release, so fiddling with this var will not take any effect. David wrote on #guix that he has "~/.guile" file with some additional settings. AFAICT it is loaded only if =E2=80=98geiser-guile-load-init-file= -p=E2=80=99 was set to a non-nil value. --=20 Alex