From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: Offloading to use Guile-SSH instead of lsh Date: Sat, 26 Nov 2016 23:11:34 +0800 Message-ID: <87zikmb7ix.fsf@member.fsf.org> References: <87poma53yi.fsf@gnu.org> <87oa13qimp.fsf@gnu.org> <20161126044257.GA15256@jasmine> 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]:60843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAees-0003eG-Nn for guix-devel@gnu.org; Sat, 26 Nov 2016 10:12:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAeep-0007Qf-Hb for guix-devel@gnu.org; Sat, 26 Nov 2016 10:12:54 -0500 Received: from smtp22.openmailbox.org ([62.4.1.56]:39488 helo=smtp7.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cAeep-0007OL-7F for guix-devel@gnu.org; Sat, 26 Nov 2016 10:12:51 -0500 In-Reply-To: <20161126044257.GA15256@jasmine> (Leo Famulari's message of "Fri, 25 Nov 2016 23:42:57 -0500") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Fri, Nov 25, 2016 at 11:50:22PM +0100, Ludovic Court=C3=A8s wrote: >> Hi! >>=20 >> ludo@gnu.org (Ludovic Court=C3=A8s) skribis: >>=20 >> > The =E2=80=98wip-guile-ssh=E2=80=99 branch is finally getting into sha= pe. As soon as >> > a new Guile-SSH release is out, I=E2=80=99ll merge it on master. >>=20 >> Done! >>=20 >> It seems to work well in my own tests, but more feedback is welcome. > > It looks like there is a spurious module import of (ssh key) with the > latest code: > > $ guix pull=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 >=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 > ... > 2870: 1 [resolve-interface (ssh key) #:select ...] > In unknown file: > ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (ssh key))= #f] > > ERROR: In procedure scm-error: > ERROR: no code for module (ssh key) > builder for `/gnu/store/z958zcva82idmanswyw7zg00zyack221-guix-latest.drv'= failed with exit code 1 > guix pull: error: build failed: build of `/gnu/store/z958zcva82idmanswyw7= zg00zyack221-guix-latest.drv' failed I push a commit 5aed7f10f to add guile-ssh to the load-path of the pull builder (the commit message refers a wrong commit, sorry) to fix it. But as ng0 report in #guix, the 0.11 install media is still broken. Since I add guile-ssh's go files to load-compiled-path, which are broken before commit 92b7258. Should I remove guile-ssh from %load-compiled-path in build-aux/build-self.scm? (assuming the offload script build fine with guile-ssh-0.9.0 of the guix-0.11)