From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Marusich Subject: Re: New =?utf-8?B?4oCYZ3VpeCBwdWxs4oCZ?= - guile-sqlite3 problem Date: Tue, 17 Jul 2018 22:32:25 -0700 Message-ID: <87lga9xg5y.fsf@gmail.com> References: <87y3fogt8e.fsf@gnu.org> <87sh4ore3y.fsf@gmail.com> <20180712110438.gr3agufho7h63hel@thebird.nl> <20180712111202.s4u53cqyssnzvy24@thebird.nl> <20180712123529.4ymhtrzqwzxrfs4w@thebird.nl> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fff4k-00022k-Gc for guix-devel@gnu.org; Wed, 18 Jul 2018 01:32:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fff4j-00006M-Ii for guix-devel@gnu.org; Wed, 18 Jul 2018 01:32:34 -0400 Received: from mail-pf0-x229.google.com ([2607:f8b0:400e:c00::229]:35141) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fff4j-000058-BQ for guix-devel@gnu.org; Wed, 18 Jul 2018 01:32:33 -0400 Received: by mail-pf0-x229.google.com with SMTP id q7-v6so1641032pff.2 for ; Tue, 17 Jul 2018 22:32:32 -0700 (PDT) In-Reply-To: <20180712123529.4ymhtrzqwzxrfs4w@thebird.nl> (Pjotr Prins's message of "Thu, 12 Jul 2018 14:35:29 +0200") 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" To: Pjotr Prins Cc: guix-devel --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Pjotr Prins writes: > So I updated guix pull multiple times :) and both daemon and client > are at > > guix (GNU Guix) ecba50bb79a49b317c4b1e718f4732b36438227f > > Now I am creating an environment to build the source tree with > > env -i /bin/bash --login --noprofile --norc > guix environment guix --ad-hoc help2man git strace \ > pkg-config less vim binutils coreutils grep guile guile-git guile-jso= n gcc po4a guile-sqlite3=20 Weird. Did you try just "guix environment guix"? That usually works for me, and it should pull in all the dependencies required to build Guix from a Git checkout. It's strange, though, that guile-sqlite3 is supposedly missing, since you did include it in the --ad-hoc list. In that environment, when you start a Guile REPL, can you successfully load the module with (use-modules (sqlite3))? > Then I run the full monty after a git pull guix master: > > gcc --version > guile --version > rm -rf autom4te.cache/ # to be sure > make clean > ./bootstrap > ./configure --localstatedir=3D/var > make clean # to be really sure > make clean-go # to be even surer > time make I'm not sure this will actually clean everything. To actually clean everything, "git clone" a new repository as a test. Or, try this (warning: this will remove ALL untracked files and undo ALL changes): make distclean git clean -dfx git reset --hard The only other thing I can think to clean is your Guile ccache (although I don't think it's likely the cause of the problem), which I believe you can safely do with the following command: rm -rf ~/.cache/guile/ccache Hope that helps! =2D-=20 Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEy/WXVcvn5+/vGD+x3UCaFdgiRp0FAltO0OkACgkQ3UCaFdgi Rp2zkA//WHpgI02ggvA/ZFs50q6lOHa5bYnh3RMvmy82XjHDUOrhK7BZfzvDwIAv +Btwcw8hSKnFKvYbbXd1BghA4Minro258xsMhgTUvlSH7BAYKMMjU4pSKmhpBd4j 6jODjb17J7LM80YLvtQrtTU25elEVo8vsO+2M8+mbmrq5pgGwagxrCBIcdT7+8S+ 7PL3xjNP01xX3NxARrI5EJiRy1Knu8bjIkSBOIMkNAJedoewcc5F8wKoW06QGagb O4rMIIPq7v0QJ+D/oHv8aLCX8hScA9UHW56YjuqevF8VEMOYPUIt1mmX0mGJYnIJ Tk2MIh0X9+UVUqEIZsteAWKZPOZVU7GEnUi+vMTcso8lcDis7OBSOd/0VMOibnWD UulgGvlFQApQdL2Fl5Y+JrpHtGTTcSyycZcY4FKzbidR1+s+IRBdqRNAhDpzyjZQ GQOFXA6jdcaj+DLhTA73A2l9L4CAmt1NOlm+JEOJ0hPONw0/hOE52srG8PucyX8s 7e/Fq4EaVjB4UU6kuLq5Fn8z53nVnRHHTSfCpiEs7H3nD9b2f4dRnwUK61wEuVH+ ny0PK9A0HqGvK9s4uIS5d7Yp1XGu2goLYrZCPqaExZXeD9GiWThhtKcTDLG7cj+N Ce8h2lTTHnBmJTnrStlC1Q8mev2B8Lsync80jRZmxwKELNgYDBo= =Taf7 -----END PGP SIGNATURE----- --=-=-=--