From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Wilms Subject: Re: Can't configure guix, no guile-sqlite3 Date: Tue, 19 Jun 2018 12:33:11 +0200 Message-ID: <5271c02b-3692-40ee-61a9-42531f8b1cec@freenet.de> References: <87sh5juas9.fsf@gnu.org> Reply-To: t_w_@freenet.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVDyz-0002OF-H4 for help-guix@gnu.org; Tue, 19 Jun 2018 06:35:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVDyu-0002A4-Nd for help-guix@gnu.org; Tue, 19 Jun 2018 06:35:29 -0400 Received: from mout3.freenet.de ([2001:748:100:40::2:5]:55534) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVDyu-00029n-Hf for help-guix@gnu.org; Tue, 19 Jun 2018 06:35:24 -0400 Received: from [195.4.92.140] (helo=mjail0.freenet.de) by mout3.freenet.de with esmtpa (ID t_w_@freenet.de) (port 25) (Exim 4.90_1 #2) id 1fVDys-0004mF-Gm for help-guix@gnu.org; Tue, 19 Jun 2018 12:35:22 +0200 Received: from [::1] (port=51776 helo=mjail0.freenet.de) by mjail0.freenet.de with esmtpa (ID t_w_@freenet.de) (Exim 4.90_1 #2) id 1fVDys-0003Vf-Cv for help-guix@gnu.org; Tue, 19 Jun 2018 12:35:22 +0200 Received: from sub2.freenet.de ([195.4.92.121]:56658) by mjail0.freenet.de with esmtpa (ID t_w_@freenet.de) (Exim 4.90_1 #2) id 1fVDwm-0000Lc-RZ for help-guix@gnu.org; Tue, 19 Jun 2018 12:33:12 +0200 Received: from p200300e4f3d62b0002e029fffe32e625.dip0.t-ipconnect.de ([2003:e4:f3d6:2b00:2e0:29ff:fe32:e625]:53140) by sub2.freenet.de with esmtpsa (ID t_w_@freenet.de) (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256) (port 465) (Exim 4.90_1 #2) id 1fVDwm-00051c-PQ for help-guix@gnu.org; Tue, 19 Jun 2018 12:33:12 +0200 In-Reply-To: <87sh5juas9.fsf@gnu.org> 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 On 18.06.2018 21:58, Ludovic Courtès wrote: > Add this commit, the ‘guix’ package definitely has ‘guile-sqlite3’ as an > input. Could you run ‘guix edit guix’ to double-check? "guile-sqlite3" appears twice within (define-public guix), inside (add-after 'install 'wrap-program ...) and also (propagated-inputs `(("gnutls" ,gnutls) ("guile-json" ,guile-json) ("guile-sqlite3" ,guile-sqlite3) ("guile-ssh" ,guile-ssh) ("guile-git" ,guile-git))) ./configure does find guile, (gnutls), (git) and (json) before it stumbles over guile-sqlite3. > Perhaps you need to run “hash guix” (in Bash) or something? ~: hash -r ~: hash hash: hash table empty ~: hash guix ~: hash hits command 0 /home/thorwil/.config/guix/current/bin/guix The same from the 2nd line within `guix environment guix`. -- Thorsten Wilms thorwil's design for free software: http://thorwil.wordpress.com/