bug-guix
[Top][All Lists]
Advanced

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

Re: ERROR: missing interface for module (gnutls)


From: Ludovic Courtès
Subject: Re: ERROR: missing interface for module (gnutls)
Date: Tue, 23 Apr 2013 13:51:17 +0200
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.3 (gnu/linux)

Nikita Karetnikov <address@hidden> skribis:

>>> # ./pre-inst-env guix download 
>>> https://launchpad.net/bzr/2.5/2.5.1/+download/bzr-2.5.1.tar.gz
>>>
>>> [...]
>>>
>>> ERROR: missing interface for module (gnutls)
>
>> That’s because GnuTLS is not available on your system.  You must install
>> it if you want to be able to use ‘guix download’ with https.
>> Fortunately, you just have to type ‘guix package -i gnutls’.  :-)
>
> Sadly, it didn't help.  Should I somehow indicate that I want to use a
> program from my profile?

Well, gnutls.scm must be in the search path.  So for Guile, you must
have $GUILE_LOAD_PATH set to point to that:

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

HTH,
Ludo’.



reply via email to

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