From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Howto run guix.el correctly? Date: Sat, 22 Nov 2014 23:17:02 +0100 Message-ID: <87mw7ianj5.fsf@gnu.org> References: <87d28fgjfn.fsf@gmail.com> <8761e7aqkt.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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]:43378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsIzQ-00029J-RX for guix-devel@gnu.org; Sat, 22 Nov 2014 17:17:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsIzI-00075D-Eg for guix-devel@gnu.org; Sat, 22 Nov 2014 17:17:12 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:36895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsIzI-000756-7F for guix-devel@gnu.org; Sat, 22 Nov 2014 17:17:04 -0500 In-Reply-To: <8761e7aqkt.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Sat, 22 Nov 2014 16:11:14 -0500") 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: David Thompson Cc: guix-devel@gnu.org 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? Most likely, either Geiser=E2=80=99s or Guix=E2=80=99s Scheme modules are n= ot 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. Ludo=E2=80=99.