From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: Can't configure guix, no guile-sqlite3 Date: Sun, 19 Aug 2018 17:31:24 -0400 Message-ID: <87a7pim4b7.fsf@gmail.com> References: <6c8ead34-ddc5-1916-8333-68d87beacbf1@freenet.de> <87o9elcke1.fsf@gmail.com> <52dc709a-7b4a-4d96-9cf3-eb211bbccbe9@freenet.de> <87muu5otbh.fsf@elephly.net> <348f8e45-5ebf-c4e5-5257-9995ae7fc40f@freenet.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]:60210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frVII-00069s-Dg for help-guix@gnu.org; Sun, 19 Aug 2018 17:31:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1frVIF-0004Jn-3r for help-guix@gnu.org; Sun, 19 Aug 2018 17:31:30 -0400 Received: from mail-it0-x22a.google.com ([2607:f8b0:4001:c0b::22a]:54181) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1frVIE-0004JY-Va for help-guix@gnu.org; Sun, 19 Aug 2018 17:31:27 -0400 Received: by mail-it0-x22a.google.com with SMTP id 72-v6so18036253itw.3 for ; Sun, 19 Aug 2018 14:31:26 -0700 (PDT) In-Reply-To: <348f8e45-5ebf-c4e5-5257-9995ae7fc40f@freenet.de> (Thorsten Wilms's message of "Thu, 2 Aug 2018 15:21:16 +0200") 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: Thorsten Wilms Cc: help-guix Hi, Thorsten Wilms writes: > On 02.08.2018 14:18, Ricardo Wurmus wrote: >> Which =E2=80=9Cguix=E2=80=9D are you using? =E2=80=9Cguix pull=E2=80=9D= installs =E2=80=9Cguix=E2=80=9D in >> ~/.config/guix/current/bin. Make sure that the =E2=80=9Cguix=E2=80=9D i= n =E2=80=9Cguix >> environment guix=E2=80=9D is taken from there. Based on the above discussion, it seems this shouldn't be required if you are using a very recent Guix, but I too struggled on this error at some point and the (not-so-pretty) workaround was to issue a 'guix package -i guile-sqlite3'. HTH, Maxim