From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Offloading to use Guile-SSH instead of lsh Date: Fri, 25 Nov 2016 23:42:57 -0500 Message-ID: <20161126044257.GA15256@jasmine> References: <87poma53yi.fsf@gnu.org> <87oa13qimp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAUpP-0002WJ-9p for guix-devel@gnu.org; Fri, 25 Nov 2016 23:43:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAUpM-0005TU-99 for guix-devel@gnu.org; Fri, 25 Nov 2016 23:43:07 -0500 Content-Disposition: inline In-Reply-To: <87oa13qimp.fsf@gnu.org> 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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Fri, Nov 25, 2016 at 11:50:22PM +0100, Ludovic Courtès wrote: > Hi! > > ludo@gnu.org (Ludovic Courtès) skribis: > > > The ‘wip-guile-ssh’ branch is finally getting into shape. As soon as > > a new Guile-SSH release is out, I’ll merge it on master. > > Done! > > 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 Starting download of /tmp/guix-file.rr3z8q >From http://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... ….tar.gz 2.7MiB/s 00:04 | 10.7MiB transferred unpacking '/gnu/store/7agpxhdimc0gbyjmryfjnnpd1ahzdx4q-guix-latest.tar.gz'... The following derivation will be built: /gnu/store/z958zcva82idmanswyw7zg00zyack221-guix-latest.drv building path(s) `/gnu/store/q3kckrsgqdnrka24aavbbk423y6zhlkj-guix-latest' copying and compiling to '/gnu/store/q3kckrsgqdnrka24aavbbk423y6zhlkj-guix-latest'... loading... 20.5% of 547 filesBacktrace: In ice-9/boot-9.scm: 1727: 19 [%start-stack load-stack #] 1732: 18 [#] In unknown file: ?: 17 [primitive-load "/gnu/store/waghfcxyknvhd4ribwz6cxq8b5437y9d-guix-latest-builder"] In ./guix/build/pull.scm: 57: 16 [build-guix "/gnu/store/q3kckrsgqdnrka24aavbbk423y6zhlkj-guix-latest" ...] 123: 15 [#] In ice-9/boot-9.scm: 2867: 14 [resolve-interface (guix scripts offload) #:select ...] 2792: 13 [# # ...] 3068: 12 [try-module-autoload (guix scripts offload) #f] 2404: 11 [save-module-excursion #] 3088: 10 [#] In unknown file: ?: 9 [primitive-load-path "guix/scripts/offload" ...] In ice-9/eval.scm: 505: 8 [# (define-module # # ...)] In ice-9/psyntax.scm: 1106: 7 [expand-top-sequence ((define-module # # # ...)) () ((top)) ...] 989: 6 [scan ((define-module (guix scripts offload) #:use-module ...)) () ...] 279: 5 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...] In ice-9/eval.scm: 411: 4 [eval # ()] In ice-9/boot-9.scm: 2954: 3 [define-module* (guix scripts offload) #:filename ...] 2929: 2 [resolve-imports (((ssh key)) ((ssh auth)) ((ssh session)) ...)] 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/z958zcva82idmanswyw7zg00zyack221-guix-latest.drv' failed