From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: artanis ? Date: Tue, 7 Mar 2017 02:18:05 +0100 Message-ID: References: <87inntcf18.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114a4c86c382e9054a19c8b0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cl3lS-0004GR-Ff for help-guix@gnu.org; Mon, 06 Mar 2017 20:18:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cl3lR-0005J1-BH for help-guix@gnu.org; Mon, 06 Mar 2017 20:18:10 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:37553) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cl3lR-0005Hz-0M for help-guix@gnu.org; Mon, 06 Mar 2017 20:18:09 -0500 Received: by mail-wm0-x229.google.com with SMTP id n11so78957621wma.0 for ; Mon, 06 Mar 2017 17:18:07 -0800 (PST) In-Reply-To: <87inntcf18.fsf@openmailbox.org> 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: Adonay Felipe Nogueira Cc: help-guix --001a114a4c86c382e9054a19c8b0 Content-Type: text/plain; charset=UTF-8 2017-03-01 14:17 GMT+01:00 Adonay Felipe Nogueira : > I also got the same problem, but I don't know how to solve it yet. > > The following issues seem to be related: > > - [[http://lists.gnu.org/archive/html/artanis/2016-05/msg00001.html]] > - [[http://lists.gnu.org/archive/html/help-guix/2016-02/msg00025.html]] > > However, I don't exactly know how to fix this, both because I'm not a > Scheme programmer, and also because I'm not a programmer at all. > > There is one ugly workaround though: > > Make sure that the shell variables $GUILE_LOAD_PATH and > $GUILE_LOAD_COMPILED_PATH have the Guile paths from your current Guix > profile included, it should be something like this: > > GUILE_LOAD_PATH="$GUIX_PROFILE/share/guile/site:${ > GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH" > > Try to see if "$GUIX_PROFILE/share/guile/site" exists and has Artanis > inside, if not try the following ones (do not point to Artanis > directly): > > - "$GUIX_PROFILE/share/guile/2.0/site" > - "$GUIX_PROFILE/share/guile/site/2.0" > > However, as I said earliear, this doesn't seem to be a fix, it's more > like a workaround, since (as far as the previous references point to), > it's the Artanis project's code that has to be fixed. > > you need to install Guile in your profile, like this guix package -i guile At the end of the installation, it will suggest you to set GUILE_LOAD_PATH and GUILE_COMPILED_PATH (or something) in such a way that they include the profile of your user (that contains Artanis too) Otherwise you could do $ guix environment --ad-hoc guile artanis The environment so created will have its own profile and such profile will contain Artanis too (and the env vars will be automagically set) At the guile prompt: ,use (artanis artanis) there ! HTH ! --001a114a4c86c382e9054a19c8b0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2017-03-01 14:17 GMT+01:00 Adonay Felipe Nogueira <a= dfeno@openmailbox.org>:
I also got the same prob= lem, but I don't know how to solve it yet.

The following issues seem to be related:

- [[http://lists.gnu.org/archive= /html/artanis/2016-05/msg00001.html]]
- [[http://lists.gnu.org/archi= ve/html/help-guix/2016-02/msg00025.html]]

However, I don't exactly know how to fix this, both because I'm not= a
Scheme programmer, and also because I'm not a programmer at all.

There is one ugly workaround though:

Make sure that the shell variables $GUILE_LOAD_PATH and
$GUILE_LOAD_COMPILED_PATH have the Guile paths from your current Guix
profile included, it should be something like this:

GUILE_LOAD_PATH=3D"$GUIX_PROFILE/share/guile/site:${GUILE_LO= AD_PATH:+:}$GUILE_LOAD_PATH"

Try to see if "$GUIX_PROFILE/share/guile/site" exists and ha= s Artanis
inside, if not try the following ones (do not point to Artanis
directly):

- "$GUIX_PROFILE/share/guile/2.0/site"
- "$GUIX_PROFILE/share/guile/site/2.0"

However, as I said earliear, this doesn't seem to be a fix, it's mo= re
like a workaround, since (as far as the previous references point to),
it's the Artanis project's code that has to be fixed.


you need to install= Guile in your profile, like this

g= uix package -i guile

At the end of = the installation, it will suggest you to set GUILE_LOAD_PATH and GUILE_COMP= ILED_PATH (or something) in such a way that they include the profile of you= r user (that contains Artanis too)

= Otherwise you could do

$ guix envir= onment --ad-hoc guile artanis

The environment so created will have its own pr= ofile and such profile will contain Artanis too (and the env vars will be a= utomagically set)

At the guile prompt:
,= use (artanis artanis)

there !
HTH !
--001a114a4c86c382e9054a19c8b0--