From mboxrd@z Thu Jan 1 00:00:00 1970 From: Justus Winter Subject: Build-dependency on guile-json Date: Thu, 03 Mar 2016 12:58:39 +0100 Message-ID: <20160303115839.4486.17534@thinkbox.jade-hamburg.de> 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]:55864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abRu2-0003NA-Vk for guix-devel@gnu.org; Thu, 03 Mar 2016 06:58:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abRtx-0001xT-QB for guix-devel@gnu.org; Thu, 03 Mar 2016 06:58:46 -0500 Received: from cryptobitch.de ([88.198.7.68]:60875 helo=mail.cryptobitch.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abRtx-0001wD-GX for guix-devel@gnu.org; Thu, 03 Mar 2016 06:58:41 -0500 Received: from thinkbox (p4FD27A8D.dip0.t-ipconnect.de [79.210.122.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.cryptobitch.de (Postfix) with ESMTPSA id E457297BCD0 for ; Thu, 3 Mar 2016 12:58:39 +0100 (CET) Received: from teythoon by thinkbox with local (Exim 4.84) (envelope-from ) id 1abRtv-0006rN-GD for guix-devel@gnu.org; Thu, 03 Mar 2016 12:58:39 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hi, README says: > - optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-J= SON]], for the 'guix import pypi' command However, lacking guile-json, building guix fails with: LOAD (guix import github) Backtrace: In ice-9/boot-9.scm: 1724: 19 [%start-stack load-stack ...] 1729: 18 [#] In unknown file: ?: 17 [primitive-load "/home/teythoon/repos/guix/./build-aux/compile-all= .scm"] In ice-9/eval.scm: 432: 16 [eval # #] In ice-9/boot-9.scm: 775: 15 [for-each # #] 2864: 14 [resolve-interface (guix import github) #:select ...] 2789: 13 [# # ...] 3065: 12 [try-module-autoload (guix import github) #f] 2401: 11 [save-module-excursion #] 3085: 10 [#] In unknown file: ?: 9 [primitive-load-path "guix/import/github" ...] 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 import github) #:use-module ...)) () ..= .] 279: 5 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...] In ice-9/eval.scm: 411: 4 [eval # ()] In ice-9/boot-9.scm: 2951: 3 [define-module* (guix import github) #:filename ...] 2926: 2 [resolve-imports (((ice-9 match)) ((srfi srfi-1)) ((json)) ...)] 2867: 1 [resolve-interface (json) #:select ...] In unknown file: ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (json)) #f] ERROR: In procedure scm-error: ERROR: no code for module (json) Makefile:4716: recipe for target 'make-go' failed make[2]: *** [make-go] Error 1 Cheers, Justus