[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with downloading from https
From: |
Alex Kost |
Subject: |
Re: Problems with downloading from https |
Date: |
Sun, 26 Oct 2014 22:35:06 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Ludovic Courtès (2014-10-26 16:46 +0300) wrote:
> Alex Kost <address@hidden> skribis:
>
>> Yes, I installed gnutls, but it didn't work because I didn't set the
>> right guile paths: “guix package --search-paths” recommends
>> "/usr/local/var/guix/profiles/per-user/<user>/guix-profile/share/guile/site/2.0"
>> but "gnutls.scm" is actually placed in
>> "/usr/local/var/guix/profiles/per-user/<user>/guix-profile/share/guile/site"
>> so ‘(use-modules (gnutls))’ failed for me.
>
> Oh, that’s a bug of the GnuTLS package: we should pass the right
> configure flag so that modules go to site/2.0. Could you do that?
Yes, but I'm a little concerned. Should it really be so? What about
guile-1.8; isn't it supposed to use gnutls module as well?
> This should probably go to core-updates, since it’s going to be merged
> soon anyway.
As far as I can see there is no core-updates branch currently:
<http://git.savannah.gnu.org/cgit/guix.git/refs/>.
The patch is attached, so (if it looks good to you) should I push it to
master or create "core-updates" branch?
0001-gnu-gnutls-Fix-path-to-a-guile-site-directory.patch
Description: Text Data
- Problems with downloading from https, Alex Kost, 2014/10/25
- Re: Problems with downloading from https, Ian Denhardt, 2014/10/25
- Re: Problems with downloading from https, Alex Kost, 2014/10/26
- Re: Problems with downloading from https, Ludovic Courtès, 2014/10/26
- Re: Problems with downloading from https,
Alex Kost <=
- Re: Problems with downloading from https, Ludovic Courtès, 2014/10/26
- Re: Problems with downloading from https, Mark H Weaver, 2014/10/27
- Re: Problems with downloading from https, Ludovic Courtès, 2014/10/27
- Re: Problems with downloading from https, Ludovic Courtès, 2014/10/27
- Re: Problems with downloading from https, Alex Kost, 2014/10/27
- Re: Problems with downloading from https, Mark H Weaver, 2014/10/27
- Re: Problems with downloading from https, Ludovic Courtès, 2014/10/27
- Re: Problems with downloading from https, Alex Kost, 2014/10/27
- Re: Problems with downloading from https, Ludovic Courtès, 2014/10/28
- Re: Problems with downloading from https, Andreas Enge, 2014/10/29