From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludovic.courtes@inria.fr (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: RPC pipelining Date: Tue, 11 Jul 2017 16:40:40 +0200 Message-ID: <87a84bxcif.fsf@inria.fr> References: <87y3rw1eb9.fsf@gnu.org> 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]:43342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUwLK-0007SR-N3 for guix-devel@gnu.org; Tue, 11 Jul 2017 10:40:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUwLG-00078b-Pb for guix-devel@gnu.org; Tue, 11 Jul 2017 10:40:50 -0400 In-Reply-To: (Roel Janssen's message of "Tue, 11 Jul 2017 13:18:47 +0200") 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: Roel Janssen Cc: guix-devel Hi Roel, Roel Janssen skribis: > substitute: guix substitute: warning: ACL for archive imports seems to be= uninitialized, substitutes may be unavailable > substitute: ;;; Failed to autoload make-session in (gnutls): > substitute: ;;; ERROR: missing interface for module (gnutls) > substitute: Backtrace: > substitute: 1 (primitive-load "/gnu/repositories/guix/scripts/= guix") > substitute: In guix/ui.scm: > substitute: 1352:12 0 (run-guix-command _ . _) > substitute:=20 > substitute: guix/ui.scm:1352:12: In procedure run-guix-command: > substitute: guix/ui.scm:1352:12: In procedure module-lookup: Unbound vari= able: make-session > guix environment: error: build failed: writing to file: Broken pipe This is because =E2=80=98guix substitute=E2=80=99, called by =E2=80=98guix-= daemon=E2=80=99, doesn=E2=80=99t find (gnutls) in its GUILE_LOAD_PATH. Use either =E2=80=9Csudo -E ./pre-inst-env guix-daemon =E2=80=A6=E2=80=9D s= o that guix-daemon inherits GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH, or --no-substitutes. Thanks for testing! Ludo=E2=80=99.