From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: guix can't find (gnutls) Date: Sat, 04 Feb 2017 22:02:19 +0300 Message-ID: <874m09230k.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ca5bL-0001Jz-0g for guix-devel@gnu.org; Sat, 04 Feb 2017 14:02:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ca5bH-0008Vs-VT for guix-devel@gnu.org; Sat, 04 Feb 2017 14:02:23 -0500 Received: from mail-lf0-x22e.google.com ([2a00:1450:4010:c07::22e]:34734) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ca5bH-0008UW-OM for guix-devel@gnu.org; Sat, 04 Feb 2017 14:02:19 -0500 Received: by mail-lf0-x22e.google.com with SMTP id v186so25913271lfa.1 for ; Sat, 04 Feb 2017 11:02:19 -0800 (PST) In-Reply-To: (Federico Beffa's message of "Sat, 4 Feb 2017 15:50:37 +0100") 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: Federico Beffa Cc: Guix-devel Federico Beffa (2017-02-04 15:50 +0100) wrote: > Hi, > > for some reason Guix can't find (gnutls) despite the module being > installed and usable in Guile: [...] > Any suggestion? Check that guix-daemon is also started with GUILE_LOAD_[COMPILED_]PATH environment containing gnutls modules. -- Alex