From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22774: Bootstrapping issue with HTTPS downloads Date: Mon, 22 Feb 2016 22:03:54 +0100 Message-ID: <87k2lwmp8l.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]:57582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXxfG-00054c-Rj for bug-guix@gnu.org; Mon, 22 Feb 2016 16:05:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXxfC-0003xo-MM for bug-guix@gnu.org; Mon, 22 Feb 2016 16:05:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXxfC-0003xj-JN for bug-guix@gnu.org; Mon, 22 Feb 2016 16:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aXxfC-0006gJ-Dl for bug-guix@gnu.org; Mon, 22 Feb 2016 16:05:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXxeD-0004he-5U for bug-guix@gnu.org; Mon, 22 Feb 2016 16:04:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXxe9-0003m1-UI for bug-guix@gnu.org; Mon, 22 Feb 2016 16:04:01 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXxe9-0003lx-R8 for bug-guix@gnu.org; Mon, 22 Feb 2016 16:03:57 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:55554 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aXxe9-0005lm-5P for bug-guix@gnu.org; Mon, 22 Feb 2016 16:03:57 -0500 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22774@debbugs.gnu.org Fixed-output derivations for HTTPS downloads depend on GnuTLS. However, pkg-config, one of GnuTLS=E2=80=99s dependencies, is now available exclusiv= ely over HTTPS, which creates a bootstrapping issue, as reported by Christopher W Carpenter and others: https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00354.html Ludo=E2=80=99.