From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18831: Error handling in guix import? Date: Wed, 05 Nov 2014 18:06:20 +0100 Message-ID: <87zjc54lwz.fsf@gnu.org> References: <20141025091917.9140.16018@vulcan.local.tld> 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]:51598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm433-0004LD-Dy for bug-guix@gnu.org; Wed, 05 Nov 2014 12:07:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xm42w-0000AQ-SL for bug-guix@gnu.org; Wed, 05 Nov 2014 12:07:09 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:53094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm42w-0000AM-QT for bug-guix@gnu.org; Wed, 05 Nov 2014 12:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xm42w-0003iy-Ky for bug-guix@gnu.org; Wed, 05 Nov 2014 12:07:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20141025091917.9140.16018@vulcan.local.tld> (Ian Denhardt's message of "Sat, 25 Oct 2014 05:19:17 -0400") 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: Ian Denhardt Cc: 18831-done@debbugs.gnu.org Thanks for the report and analysis. This is fixed in 467a3c9. Ian Denhardt skribis: > starting download of `/tmp/guix-file.5J1eOy' from `https://pypi.pytho= n.org/pypi/schema/json'... > ;;; Failed to autoload make-session in (gnutls): > ;;; ERROR: missing interface for module (gnutls) > ERROR: In procedure module-lookup: Unbound variable: make-session As for this part, note that GnuTLS is actually required here, because pypi.python.org is only accessibly over HTTPS here. We=E2=80=99ll make that clear in the manual. Ludo=E2=80=99.