From: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
To: Julien Lepiller <julien@lepiller.eu>
Cc: 33180-done@debbugs.gnu.org
Subject: bug#33180: guix pull fails in a directory with scm files
Date: Tue, 30 Oct 2018 11:05:13 +0100 [thread overview]
Message-ID: <20181030110513.3b82f441@alma-ubu> (raw)
In-Reply-To: <5859EE04-35E2-4075-831F-26D3E4FD15E6@lepiller.eu>
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
On Sun, 28 Oct 2018 07:36:38 +0100
Julien Lepiller <julien@lepiller.eu> wrote:
> I had a similar issue, with every guix comand failing. It was due to
> GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH ending with “:”. Can you
> check the value of these variables?
Yes, that was the problem here:
export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH
Now I learned what that :+:-notation is for and used it:
export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH
Thanks,
Björn
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
prev parent reply other threads:[~2018-10-30 10:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-27 21:56 bug#33180: guix pull fails in a directory with scm files Björn Höfling
2018-10-28 6:36 ` Julien Lepiller
2018-10-30 10:05 ` Björn Höfling [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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181030110513.3b82f441@alma-ubu \
--to=bjoern.hoefling@bjoernhoefling.de \
--cc=33180-done@debbugs.gnu.org \
--cc=julien@lepiller.eu \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).