From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Pribyl Subject: Re: guix pull fails for me Date: Thu, 1 Jan 2015 19:41:16 +0100 (CET) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6kgU-0003vs-41 for guix-devel@gnu.org; Thu, 01 Jan 2015 13:41:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y6kgQ-000532-3V for guix-devel@gnu.org; Thu, 01 Jan 2015 13:41:22 -0500 Received: from sandbox.cz ([87.236.197.188]:59840 helo=mx.sandbox.cz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6kgP-00052y-T6 for guix-devel@gnu.org; Thu, 01 Jan 2015 13:41:18 -0500 Received: from localhost (localhost [127.0.0.1]) by sandbox.cz (Postfix) with ESMTP id 3F39238148 for ; Thu, 1 Jan 2015 19:41:16 +0100 (CET) In-Reply-To: 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 Cc: guix-devel On Thu, 1 Jan 2015, Amirouche Boubekki wrote: > Hi, > > guile-json is missing for some reason. Maybe you can install it Installing guile-json as root makes no difference. > manually or from a guix git checkout. I'm curious can you provide the > guix --version: guix package -i git is quite a job... even this is a devel list I am just a user here. Got the git clone git://git.savannah.gnu.org/guix.git, but it is not obvious what to do with it. The README in Installation says See manual: info -f doc/guix.info "(guix) Installation" there is nothing like this in cloned repo. Same doc with Installing Guix from Guix requires me to run configure/make but there is no configure in the cloned repo. Running bootstrap ends with: configure.ac:55: error: possibly undefined macro: PKG_CHECK_MODULES If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /gnu/store/50qbjh51jaay21gdpv91bff81k1fcqjh-autoconf-2.69/bin/autoconf failed with exit status: 1 Every way I try ends in a dead end. > - as a user > - as root Both guix --version guix (GNU Guix) 0.7 > - ./pre-inst-env guix --version in git. I am not able to get that far... Thanks anyway. Adam Pribyl >> ERROR: no code for module (json) >> Backtrace: >> In ice-9/boot-9.scm: >> 157: 12 [catch #t # ...] >> In unknown file: >> ?: 11 [apply-smob/1 #] >> In ice-9/boot-9.scm: >> 63: 10 [call-with-prompt prompt0 ...] >> In ice-9/eval.scm: >> 432: 9 [eval # #] >> In ice-9/boot-9.scm: >> 2401: 8 [save-module-excursion #> ()>] >> 4050: 7 [#] >> 1724: 6 [%start-stack load-stack #> ice-9/boot-9.scm:4041:10 ()>] >> 1729: 5 [#] >> In unknown file: >> ?: 4 [primitive-load >> "/gnu/store/blq0man8glfr3rsb4mya4sgn292z3gr3-guix-latest-guile-builder"] >> In ice-9/eval.scm: >> 387: 3 [eval # ()] >> In >> /gnu/store/n2jjh4kzfv3hp4zhd0aflwq4i2jihnnq-module-import/guix/build/pull.scm: >> 121: 2 [build-guix >> "/gnu/store/1w0y78nvmivv6a688ljcdnl35dy8m8i7-guix-latest" ...] >> 75: 1 [p-for-each #> /gnu/store/n2jjh4kzfv3hp4zhd0aflwq4i2jihnnq-module-import/guix/build/pull.scm:121:14 >> (file)> ...] >> In unknown file: >> ?: 0 [scm-error misc-error #f ...] >> >> ERROR: In procedure scm-error: >> ERROR: process failed #> /gnu/store/n2jjh4kzfv3hp4zhd0aflwq4i2jihnnq-module-import/guix/build/pull.scm:121:14 >> (file)> 256 >> builder for `/gnu/store/gvvn13jys2a65yhh2ildqllyx9alg1zd-guix-latest.drv' >> failed with exit code 1 >> killing process 13118 >> guix pull: error: build failed: build of >> `/gnu/store/gvvn13jys2a65yhh2ildqllyx9alg1zd-guix-latest.drv' failed >> >> >> Regards >> >> Adam Pribyl