all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Catonano <catonano@gmail.com>
To: Adonay Felipe Nogueira <adfeno@openmailbox.org>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: artanis ?
Date: Tue, 7 Mar 2017 02:18:05 +0100	[thread overview]
Message-ID: <CAJ98PDyawRv_DNFaZ3cbidP3Ny0LH3J_wYF_+i6vByF29PBAfw@mail.gmail.com> (raw)
In-Reply-To: <87inntcf18.fsf@openmailbox.org>

[-- Attachment #1: Type: text/plain, Size: 1789 bytes --]

2017-03-01 14:17 GMT+01:00 Adonay Felipe Nogueira <adfeno@openmailbox.org>:

> 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 !

[-- Attachment #2: Type: text/html, Size: 2948 bytes --]

      parent reply	other threads:[~2017-03-07  1:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-01  2:23 artanis ? Catonano
2017-03-01 13:17 ` Adonay Felipe Nogueira
2017-03-01 17:11   ` Catonano
2017-03-07  1:18   ` Catonano [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ98PDyawRv_DNFaZ3cbidP3Ny0LH3J_wYF_+i6vByF29PBAfw@mail.gmail.com \
    --to=catonano@gmail.com \
    --cc=adfeno@openmailbox.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.