From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#33720: GNUTLS substitute error Date: Fri, 14 Dec 2018 00:02:20 +0100 Message-ID: <87efal81z7.fsf@gnu.org> References: 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]:48647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXa0V-0000GH-G9 for bug-guix@gnu.org; Thu, 13 Dec 2018 18:03:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXa0U-0004XC-GQ for bug-guix@gnu.org; Thu, 13 Dec 2018 18:03:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42793) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gXa0U-0004Wk-Bt for bug-guix@gnu.org; Thu, 13 Dec 2018 18:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gXa0U-0002Ns-7J for bug-guix@gnu.org; Thu, 13 Dec 2018 18:03:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Formbi's message of "Wed, 12 Dec 2018 20:38:33 +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: Formbi Cc: 33720@debbugs.gnu.org Hello, Formbi skribis: > When i run guix pull or other commands which download something, I get th= is: > > Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.= org/git/guix.git'... > Building from this channel: > guix https://git.savannah.gnu.org/git/guix.git 7b046b1 > substitute: ;;; Failed to autoload make-session in (gnutls): > substitute: ;;; missing interface for module (gnutls) > substitute: Backtrace: > substitute: 3 (apply-smob/1 #) > substitute: In ice-9/boot-9.scm: > substitute: 705:2 2 (call-with-prompt _ _ #) > substitute: In ice-9/eval.scm: > substitute: 619:8 1 (_ #(#(#))) > substitute: In guix/ui.scm: > substitute: 1578:12 0 (run-guix-command _ . _) > substitute: > substitute: guix/ui.scm:1578:12: In procedure run-guix-command: > substitute: error: make-session: unbound variable This suggests that GnuTLS is not installed, or at least not in the $GUILE_LOAD_PATH in the environment of guix-daemon. How did you install Guix? How did you start guix-daemon? Thanks in advance, Ludo=E2=80=99.