From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: New =?utf-8?B?4oCYZ3VpeCBwdWxs?= =?utf-8?B?4oCZ?= - guile-sqlite3 problem Date: Thu, 12 Jul 2018 14:43:25 +0200 Message-ID: <20180712124325.tfb7y4r4rgeh62ql@thebird.nl> 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: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdawV-0004ZP-0l for guix-devel@gnu.org; Thu, 12 Jul 2018 08:43:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdawR-0003vC-Ti for guix-devel@gnu.org; Thu, 12 Jul 2018 08:43:31 -0400 Received: from mail.thebird.nl ([94.142.245.5]:56480) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fdawR-0003uM-MZ for guix-devel@gnu.org; Thu, 12 Jul 2018 08:43:27 -0400 Content-Disposition: inline In-Reply-To: <20180712123529.4ymhtrzqwzxrfs4w@thebird.nl> 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 After adding the paths it is fine. So environment is not picking them up. On Thu, Jul 12, 2018 at 02:35:29PM +0200, Pjotr Prins wrote: > 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-json gcc po4a guile-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=/var > make clean # to be really sure > make clean-go # to be even surer > time make > > which stops in the configure step with > > checking for pkg-config... /gnu/store/k6s1r0pamx0gih2d4mg87ypyz23h7rzq-profile/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > configure: checking for guile 2.2 > configure: found guile 2.2 > checking for guile-2.2... no > checking for guile2.2... no > checking for guile-2... no > checking for guile2... no > checking for guile... /gnu/store/k6s1r0pamx0gih2d4mg87ypyz23h7rzq-profile/bin/guile > checking for Guile version >= 2.2... 2.2.3 > checking for guild... /gnu/store/k6s1r0pamx0gih2d4mg87ypyz23h7rzq-profile/bin/guild > checking for guile-config... /gnu/store/k6s1r0pamx0gih2d4mg87ypyz23h7rzq-profile/bin/guile-config > checking if (gnutls) is available... yes > checking if (git) is available... yes > checking if (json) is available... yes > checking whether Guile-Sqlite3 is available and recent enough... no > configure: error: A recent Guile-SQLite3 could not be found; please install it. > > Erm. It is in the environment! What am I missing here? The PATHs may > point at the problem > > GUILE_LOAD_COMPILED_PATH=/gnu/store/k6s1r0pamx0gih2d4mg87ypyz23h7rzq-profile/lib/guile/2.2/site-ccache:/gnu/store/k6s1r0pamx0gih2d4mg87ypyz23h7rzq-profile/share/guile/site/2.2:/gnu/store/bcmf06k2n1pfwqkzpclvvc3w9jdfi71a-guile-json-0.6.0/lib/guile/2.2/site-ccache:/gnu/store/jvsgj5l4lgdknari34rv29wv253n8jcl-gnutls-3.5.13/lib/guile/2.2/site-ccache:/gnu/store/x4c2a0z0lf9zp9kgx96k5aplw4ihnak1-guile-git-0.0-4.951a32c/lib/guile/2.2/site-ccache:/gnu/store/x8cwg5bm9y2dk1mrhisr63b5q98mbhhz-guile-bytestructures-20170402.91d042e/lib/guile/2.2/site-ccache:/gnu/store/8n8wwvbkarxqxkn0kc6p5iin0ywiidb0-guile-ssh-0.11.2/lib/guile/2.2/site-ccache > GUILE_LOAD_PATH=/gnu/store/k6s1r0pamx0gih2d4mg87ypyz23h7rzq-profile/share/guile/site/2.2:/gnu/store/bcmf06k2n1pfwqkzpclvvc3w9jdfi71a-guile-json-0.6.0/share/guile/site/2.2:/gnu/store/jvsgj5l4lgdknari34rv29wv253n8jcl-gnutls-3.5.13/share/guile/site/2.2:/gnu/store/x4c2a0z0lf9zp9kgx96k5aplw4ihnak1-guile-git-0.0-4.951a32c/share/guile/site/2.2:/gnu/store/x8cwg5bm9y2dk1mrhisr63b5q98mbhhz-guile-bytestructures-20170402.91d042e/share/guile/site/2.2:/gnu/store/8n8wwvbkarxqxkn0kc6p5iin0ywiidb0-guile-ssh-0.11.2/share/guile/site/2.2 > > Something missing for sure. > > So close to building again - I can almost feel it! > > Pj >