[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with downloading from https
From: |
Mark H Weaver |
Subject: |
Re: Problems with downloading from https |
Date: |
Mon, 27 Oct 2014 10:43:48 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Alex Kost <address@hidden> writes:
> Why not just allow gnutls and other packages to install guile modules in
> a site dir (without version) and to augment GUILE_LOAD_PATH with it as I
> suggested at
> <http://lists.gnu.org/archive/html/guix-devel/2014-10/msg00333.html>?
In my opinion, this is the right fix. There is plenty of Guile code
that works on both Guile 1.8 and Guile 2.0, so there's no need to put
Scheme modules in versioned directories. We provide 'cond-expand' when
it's really needed, after all.
Guile 2 puts both "site/2.0" and "site" in its load path by default,
which signals to developers that they can choose either location.
Furthermore, if changing the installation directory of the GnuTLS
modules broke Guix, there's a non-trivial possibility that we might
break something else.
Please, let's leave the GnuTLS modules where they are, and add "site" to
the search-path-specification, as Alex suggests.
What do you think?
Mark
- 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, 2014/10/26
- 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 <=
- 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
- Re: Problems with downloading from https, Alex Kost, 2014/10/30
- Re: Problems with downloading from https, Andreas Enge, 2014/10/30
- Re: Problems with downloading from https, Alex Kost, 2014/10/31
- Re: Problems with downloading from https, Andreas Enge, 2014/10/31
- Different versions of a package in the same profile?, Ludovic Courtès, 2014/10/31
- Re: Problems with downloading from https, Alex Kost, 2014/10/31