From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Problems with downloading from https Date: Sat, 25 Oct 2014 21:30:26 +0400 Message-ID: <877fzogiq5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xi5Aj-00035H-VQ for guix-devel@gnu.org; Sat, 25 Oct 2014 13:30:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xi5Ad-0001DX-Qk for guix-devel@gnu.org; Sat, 25 Oct 2014 13:30:37 -0400 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:44026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xi5Ad-0001CS-4x for guix-devel@gnu.org; Sat, 25 Oct 2014 13:30:31 -0400 Received: by mail-lb0-f175.google.com with SMTP id u10so3877546lbd.6 for ; Sat, 25 Oct 2014 10:30:27 -0700 (PDT) Received: from leviafan (128-74-164-65.broadband.corbina.ru. [128.74.164.65]) by mx.google.com with ESMTPSA id l1sm3089337lag.42.2014.10.25.10.30.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 25 Oct 2014 10:30:26 -0700 (PDT) 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: guix-devel@gnu.org Hello, I noticed and decided to ask about a similar problem I have. Whenever I try to download anything from https, I get an error, for example: --8<---------------cut here---------------start------------->8--- $ guix download https://savannah.gnu.org/projects/guix/ starting download of `/tmp/guix-file.Z7tZhy' from `https://savannah.gnu.org/projects/guix/'... ;;; Failed to autoload make-session in (gnutls): ;;; ERROR: missing interface for module (gnutls) ERROR: In procedure module-lookup: Unbound variable: make-session failed to download "/tmp/guix-file.Z7tZhy" from "https://savannah.gnu.org/projects/guix/" guix download: error: https://savannah.gnu.org/projects/guix/: download failed --8<---------------cut here---------------end--------------->8--- I have a feeling that I'm missing something obvious but I can't figure it out. Any help appreciated. -- Thanks, Alex