From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Problems with downloading from https Date: Thu, 30 Oct 2014 15:48:51 +0100 Message-ID: <87tx2lsje4.fsf@gnu.org> References: <877fzogiq5.fsf@gmail.com> <20141025200250.675.55930@vulcan.local.tld> <87y4s348k1.fsf@gmail.com> <87fveboseq.fsf@gnu.org> <87k33m4ob9.fsf@gmail.com> <87vbn6h7f4.fsf@gnu.org> <87oasxj2z1.fsf@netris.org> <87ioj566pv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkENp-0005XL-Pu for guix-devel@gnu.org; Fri, 31 Oct 2014 11:45:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjr1e-0003DP-Pu for guix-devel@gnu.org; Thu, 30 Oct 2014 10:48:40 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:40985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjr1e-0003BZ-Je for guix-devel@gnu.org; Thu, 30 Oct 2014 10:48:34 -0400 In-Reply-To: <87ioj566pv.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 27 Oct 2014 13:24:28 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org, Alex Kost ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Mark H Weaver skribis: [...] >> The reason is that guix/download.scm contains this code: >> >> ;; Add GnuTLS to the inputs and to the load path. >> #~(eval-when (load expand eval) >> (set! %load-path >> (cons (string-append #$(gnutls-package) >> "/share/guile/site") >> %load-path))) >> #~#t) > > Oops, my bad. I think this code should be changed to use site/2.0, > which is the standard search path specification. > >> For now, I think we should revert this commit and discuss it further >> before proceeding. > > I would just fix the above code to append (effective-version). WDYT? Commit e0ea3f8 does that. (We should keep discussing the more general issue though, of course.) Ludo=E2=80=99.