guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guix import issue


From: Ben Woodcroft
Subject: Re: guix import issue
Date: Sun, 14 Jun 2015 17:20:23 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0



On 14/06/15 00:46, Alex Kost wrote:
Ben Woodcroft (2015-06-13 16:22 +0300) wrote:

On 13/06/15 23:14, Ludovic Courtès wrote:
I guess the following definitions will allow Guile-JSON to be found,
thereby allowing ‘guix import pypi’ to work:

    export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.0
    export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/share/guile/site/2.0

Can you confirm?
That changes the error. I have the suspicion that I have somehow mangled
guix on my system and this new error is unrelated (ctrl-C during guix
pull, perhaps?). So I'm guessing this is a confirmation?
One of the benefits of Guix is that you can press Ctrl-C any time
without consequences (I do it regularly).
Thanks for the update. I knew this was true of installing packages, just wasn't sure about other operations.

address@hidden:~/guix/ben/packages$ guix import pypi readlike
warning: failed to install locale: Invalid argument
starting download of `/tmp/guix-file.LIglRF' from
`https://pypi.python.org/pypi/readlike/json'...
;;; Failed to autoload make-session in (gnutls):
;;; ERROR: missing interface for module (gnutls)
This tells that your gnutls misses guile bindings (it may be that your
distro compiles gnutls with "--disable-guile" option).  I think it
should be fixed if you install gnutls with guix: "guix package -i
gnutls".
This does indeed fix the error, and now I'm all set. Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]