From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: build failed: unexpected EOF reading a line Date: Mon, 11 Sep 2017 09:47:31 +0200 Message-ID: <87wp55d6cs.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]:47415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drJRQ-0006X8-9i for help-guix@gnu.org; Mon, 11 Sep 2017 03:47:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drJRN-0006h0-7B for help-guix@gnu.org; Mon, 11 Sep 2017 03:47:36 -0400 In-Reply-To: (Fredrik Salomonsson's message of "Sun, 10 Sep 2017 21:25:21 -0700") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Fredrik Salomonsson Cc: help-guix Hi Fredrik, Fredrik Salomonsson skribis: > I thought that it might be something wrong with my recipe I was writing. = So > I tested to build the GNU Hello package from the manual (Defining Packages > ). > I copied it into a file called gnu/packages/hello.scm > After that I ran "guix build -L$(pwd) hello". > But I'm getting these errors: > >> guix: offload: command not found >> Try `guix --help' for more information. >> guix build: error: build failed: unexpected EOF reading a line How did you set up guix-daemon? Behind the scenes, guix-daemon invokes the internal =E2=80=98guix offload= =E2=80=99 command. That command requires Guile-SSH=C2=B9. In your case, it looks li= ke Guile-SSH was found at configure-time when building Guix, but is now missing at run time, hence this =E2=80=9Coffload: command not found=E2=80= =9D error. Could you make sure the GUILE_LOAD_PATH environment variable seen by guix-daemon points to Guile-SSH? HTH, Ludo=E2=80=99. =C2=B9 https://www.gnu.org/software/guix/manual/html_node/Requirements.html