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

Reply via email to