On Tue, Jul 17, 2018 at 10:32:25PM -0700, Chris Marusich wrote: > > 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 > > 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.
guix environment guix will only work if the daemon is up-to-date (right?). I had to get that upgrade sorted, that was the pain. With regards to guile-sqlite3 it was a path that was missing. Maybe it got corrected in later versions and I was just unlucky. Pj.