From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH v3] daemon: Set ownership of kept build directories to the calling user. Date: Fri, 09 Dec 2016 15:22:49 +0100 Message-ID: <87fulxchc6.fsf@gnu.org> References: <20161201010110.2325efc9@scratchpost.org> <1480970772-30287-1-git-send-email-h.goebel@crazy-compilers.com> <87eg1lumcg.fsf@gnu.org> <58494E16.9010909@crazy-compilers.com> 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]:47381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFM4f-00047e-On for guix-devel@gnu.org; Fri, 09 Dec 2016 09:23:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFM4a-0005HC-0K for guix-devel@gnu.org; Fri, 09 Dec 2016 09:22:57 -0500 In-Reply-To: <58494E16.9010909@crazy-compilers.com> (Hartmut Goebel's message of "Thu, 8 Dec 2016 13:12:06 +0100") 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: Hartmut Goebel Cc: guix-devel@gnu.org Hartmut Goebel skribis: > Am 06.12.2016 um 16:08 schrieb Ludovic Court=C3=A8s: >> If you have checked that it works as intended, please push with these >> changes and email the commit ID to 15890-done@debbugs.gnu.org. > > I can only verify that it worked with revision 6634180 "gnu: guile-ssh: > Update to 0.10.2.", but not with current master. > > Starting with 21531ad "offload: Use Guile-SSH instead of GNU lsh" I get > errors, which I could not work around: > > guix: offload: command not found > Try `guix --help' for more information. > guix build: error: build failed: unexpected EOF reading a line You need to install Guile-SSH to fix this (Guile-SSH was found at configure-time but not at run-time, leading to this error.) Ludo=E2=80=99.