From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: bug#33411: Guix fails to build master from source on 0.15 since a few days Date: Sat, 17 Nov 2018 11:51:13 +0100 Message-ID: <9b1d5a09-1227-55df-afc3-ae83e3c0d310@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNyCr-0004o5-DF for bug-guix@gnu.org; Sat, 17 Nov 2018 05:52:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNyCo-0007nY-7Z for bug-guix@gnu.org; Sat, 17 Nov 2018 05:52:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52839) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gNyCo-0007mf-3w for bug-guix@gnu.org; Sat, 17 Nov 2018 05:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gNyCo-0003fz-1a for bug-guix@gnu.org; Sat, 17 Nov 2018 05:52:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNyC9-0004lj-VX for bug-guix@gnu.org; Sat, 17 Nov 2018 05:51:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNyC6-0007FI-Rq for bug-guix@gnu.org; Sat, 17 Nov 2018 05:51:21 -0500 Received: from mx1.riseup.net ([198.252.153.129]:48842) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gNyC6-0007F2-JP for bug-guix@gnu.org; Sat, 17 Nov 2018 05:51:18 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 550E81A04D3 for ; Sat, 17 Nov 2018 02:51:17 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id A0D784120A for ; Sat, 17 Nov 2018 02:51:16 -0800 (PST) Content-Language: en-US List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 33411@debbugs.gnu.org Hi I successfully cloned and built guix a few times after pulling during the last 2-3 weeks. My workflow is this: git pull && make -> success Now this happens: git pull && make: ... checking the length of a typical hash bang line... 73 checking the length of a hash bang line used in tests... 97 checking for pkg-config... /gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/bin/pkg-config checking pkg-config is at least version 0.9.0... yes configure: checking for guile 2.2 configure: checking for guile 2.0 configure: error: No Guile development packages were found. Please verify that you have Guile installed. If you installed Guile from a binary distribution, please verify that you have also installed the development packages. If you installed it yourself, you might need to adjust your PKG_CONFIG_PATH; see the pkg-config man page for more. make: *** [Makefile:3241: config.status] Error 1 -- This did not help: $ make clean && ./bootstrap && .configure && make -> same error as above my env is completely the same: guix environment guix --ad-hoc gnupg help2man git strace pkg-config less binutils coreutils grep guile guile-git guile-json gcc --no-grafts -l ~/my-packages/guile-gcrypt.scm $ guix --version guix (GNU Guix) 1f44934fb6e2cefccbecd4fa347025349fa9ff76 (=0.15) $ which guile /gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/bin/guile sdb@komputilo ~/guix-tree [env]$ guile --version guile (GNU Guile) 2.2.4 $ env |grep GUILE GUILE_LOAD_COMPILED_PATH=/gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/lib/guile/2.2/site-ccache:/gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/share/guile/site/2.2:/home/sdb/.guix-profile/lib/guile/2.2/site-ccache:/run/current-system/profile/lib/guile/2.2/site-ccache:/run/current-system/profile/share/guile/site/2.2 GUILE_LOAD_PATH=/gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/share/guile/site/2.2:/home/sdb/.guix-profile/share/lib/guile/2.2/:/run/current-system/profile/share/guile/site/2.2 -- Cheers Swedebugia