From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: [PATCH] Add libconfig. Date: Fri, 11 Dec 2015 23:19:52 +0100 Message-ID: <87k2okd3w7.fsf@gnu.org> References: <878u52be92.fsf@gnu.org> <878u5068ic.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]:52573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7W1g-0006zS-Ju for guix-devel@gnu.org; Fri, 11 Dec 2015 17:18:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7W1f-0001sw-PL for guix-devel@gnu.org; Fri, 11 Dec 2015 17:18:56 -0500 In-reply-to: <878u5068ic.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Courtès writes: > Roel Janssen skribis: > >> I ran guix lint on it, but I still have a problem with TLS, so I'm not >> 100% confident running guix lint is clean. > > What problem exactly? For some of its checkers, ‘guix lint’ wants > (gnutls), the Guile bindings to GnuTLS. If you get an error along the > lines of: > > No code for module (gnutls) > > then I’d recommend running ‘guix package -i gnutls’. Thank you for your help! I was missing gnutls-guile. It's actually in the manual but I hadn't read it yet at that point. (I'm still reading and processing the information from the manual.). So future patches will be properly checked with 'guix lint'.