From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: guix can't find (gnutls) Date: Sun, 5 Feb 2017 12:10:42 +0100 Message-ID: References: <87bmuhghgr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1caKiS-0007qF-GD for guix-devel@gnu.org; Sun, 05 Feb 2017 06:10:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1caKiR-0000xM-GH for guix-devel@gnu.org; Sun, 05 Feb 2017 06:10:44 -0500 Received: from mail-ua0-x242.google.com ([2607:f8b0:400c:c08::242]:33013) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1caKiR-0000xI-B7 for guix-devel@gnu.org; Sun, 05 Feb 2017 06:10:43 -0500 Received: by mail-ua0-x242.google.com with SMTP id d5so4965244uag.0 for ; Sun, 05 Feb 2017 03:10:43 -0800 (PST) In-Reply-To: <87bmuhghgr.fsf@gmail.com> 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" To: Alex Vong Cc: Guix-devel On Sun, Feb 5, 2017 at 9:38 AM, Alex Vong wrote: > Federico Beffa writes: > >> Hi, >> >> for some reason Guix can't find (gnutls) despite the module being >> installed and usable in Guile: >> > Are you running guixsd or runnign guix on a foreign distro? I'm on Debian testing. > I personally run guix on debian and had the same problem. I solved the > problem by building gnutls from source and installing it into > /usr/local. The problem is debian's gnutls doesn't contain > gnutls-guile. > > One might suggests to install guix's gnutls and build guix using it, but > it doesnt't work for me, so I resort to building from source. I had a similar experience: I installed gnutls manually in /usr/local and successfully compiled Guix. However, for various reasons, I then wanted to recompile Guix with Guix (and remove the manually installed gnutls and Debian Guile) and that's where I was struggling to make things work. I fixed things as in my reply to Alex Kost. Thanks for your reply. Fede