From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31983: guix lint command error. Date: Wed, 27 Jun 2018 23:31:59 +0200 Message-ID: <87o9fvx6eo.fsf@gnu.org> References: <87d0wcmygn.fsf@elephly.net> 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]:56330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYI3k-0002q8-61 for bug-guix@gnu.org; Wed, 27 Jun 2018 17:33:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYI3j-0005Ka-Bn for bug-guix@gnu.org; Wed, 27 Jun 2018 17:33:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58285) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fYI3j-0005Jf-7Q for bug-guix@gnu.org; Wed, 27 Jun 2018 17:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fYI3j-0005ow-1R for bug-guix@gnu.org; Wed, 27 Jun 2018 17:33:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (Fis Trivial's message of "Wed, 27 Jun 2018 11:14:13 +0000") 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" To: Fis Trivial Cc: "31983@debbugs.gnu.org" <31983-done@debbugs.gnu.org> Hi, Fis Trivial skribis: > Ricardo Wurmus writes: > >> Fis Trivial writes: [...] >>> guix/scripts/lint.scm:490:16: In procedure validate-uri: >>> error: make-session: unbound variable >> >> You need gnutls (with Guile bindings). Are you using Guix from a git >> checkout, or do you use =E2=80=9Cguix pull=E2=80=9D? > > Hi, I use guix pull. This is positive, I never change guix itself by any > other methods. Oops, =E2=80=98guix pull=E2=80=99 would not add GnuTLS as a dependency. Fi= xed in commit 108015df6d03e82ac9a6a0a92dcfa389fa702e72. Thanks! Ludo=E2=80=99.