From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: Guix package for gnutls-guile Date: Fri, 17 Jun 2016 00:25:23 +0200 Message-ID: <874m8s7ovg.fsf@gnu.org> References: <87a8in4x3t.fsf@gnu.org> <87wplrfnts.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDfj6-0001VV-TB for help-guix@gnu.org; Thu, 16 Jun 2016 18:25:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDfj4-00029X-Th for help-guix@gnu.org; Thu, 16 Jun 2016 18:25:27 -0400 In-reply-to: <87wplrfnts.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: help-guix@gnu.org Hi! Thanks for your quick response. Ludovic Courtès writes: > Halo! > > Roel Janssen skribis: > >> I don't see such a package in Guix, so I wonder what I exactly need to >> do to get the gnutls guile module so that Guix can use it to download >> from HTTPS sources. > > The Guile bindings are distributed as part of GnuTLS, so the package > you’re looking for is ‘gnutls’. :-) That's convenient. Yet, even with gnutls in my profile, and running: `guix package --search-paths` I still get the following error output: ;;; Failed to autoload make-session in (gnutls): ;;; ERROR: missing interface for module (gnutls) ERROR: In procedure module-lookup: Unbound variable: make-session What else could cause this error output? Kind regards, Roel Janssen