From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Wilms Subject: Re: Can't configure guix, no guile-sqlite3 Date: Mon, 23 Jul 2018 21:51:55 +0200 Message-ID: <6c8ead34-ddc5-1916-8333-68d87beacbf1@freenet.de> References: Reply-To: t_w_@freenet.de 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]:32994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhguL-0004P3-D7 for help-guix@gnu.org; Mon, 23 Jul 2018 15:54:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhguG-0003X1-Hz for help-guix@gnu.org; Mon, 23 Jul 2018 15:54:13 -0400 Received: from mout3.freenet.de ([2001:748:100:40::2:5]:56084) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fhguG-0003V4-AK for help-guix@gnu.org; Mon, 23 Jul 2018 15:54:08 -0400 Received: from [195.4.92.164] (helo=mjail1.freenet.de) by mout3.freenet.de with esmtpa (ID t_w_@freenet.de) (port 25) (Exim 4.90_1 #2) id 1fhguB-0003lF-Ul for help-guix@gnu.org; Mon, 23 Jul 2018 21:54:03 +0200 Received: from [::1] (port=57964 helo=mjail1.freenet.de) by mjail1.freenet.de with esmtpa (ID t_w_@freenet.de) (Exim 4.90_1 #2) id 1fhguB-0007dv-Tz for help-guix@gnu.org; Mon, 23 Jul 2018 21:54:03 +0200 Received: from sub6.freenet.de ([195.4.92.125]:44220) by mjail1.freenet.de with esmtpa (ID t_w_@freenet.de) (Exim 4.90_1 #2) id 1fhgs8-0004ph-L9 for help-guix@gnu.org; Mon, 23 Jul 2018 21:51:56 +0200 Received: from p200300e4f3cb8d0002e029fffe32e625.dip0.t-ipconnect.de ([2003:e4:f3cb:8d00:2e0:29ff:fe32:e625]:53896) by sub6.freenet.de with esmtpsa (ID t_w_@freenet.de) (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256) (port 465) (Exim 4.90_1 #2) id 1fhgs8-00072B-Io for help-guix@gnu.org; Mon, 23 Jul 2018 21:51:56 +0200 In-Reply-To: Content-Language: en-GB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org On 17.06.2018 22:24, Thorsten Wilms wrote: > git clone https://git.savannah.gnu.org/git/guix.git > cd guix > *add package definition, commit right here, or maybe later* > guix environment guix > ./bootstrap > ./configure --localstatedir=/var > ./pre-inst-env guix package -i *new-package* > > configure fails with: > checking whether Guile-Sqlite3 is available and recent enough... no Since there was no solution, I completely removed guix (in particlar, rm'ed the store and stuff below /var) and started again with the 0.15.0 binary tarball. On trying to bring everything in my manifest back, I got: --- guix package: error: build failed: some substitutes for the outputs of derivation `/gnu/store/wzb55yvxjyymzivya50nkjcyxnmysm3r-nss-certs-3.38.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source --- OK, that happened last time, too, same solution: guix package --fallback -i nss-certs. Back to main concern: configure now (after several guix pull) fails with: --- configure: error: Package requirements (sqlite3 >= 3.6.19) were not met: No package 'sqlite3' found --- -- Thorsten Wilms thorwil's design for free software: http://thorwil.wordpress.com/