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, 19 Jul 2018 09:22:42 +0200 Message-ID: <20180719072242.g2wrq4srtbxbdpmz@thebird.nl> References: <87y3fogt8e.fsf@gnu.org> <87sh4ore3y.fsf@gmail.com> <20180712110438.gr3agufho7h63hel@thebird.nl> <20180712111202.s4u53cqyssnzvy24@thebird.nl> <20180712123529.4ymhtrzqwzxrfs4w@thebird.nl> <87lga9xg5y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fg3Gy-0006qh-GC for guix-devel@gnu.org; Thu, 19 Jul 2018 03:22:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fg3Gt-00063S-Ke for guix-devel@gnu.org; Thu, 19 Jul 2018 03:22:48 -0400 Received: from mail.thebird.nl ([94.142.245.5]:45426) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fg3Gt-000639-Ck for guix-devel@gnu.org; Thu, 19 Jul 2018 03:22:43 -0400 Content-Disposition: inline In-Reply-To: <87lga9xg5y.fsf@gmail.com> 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: Chris Marusich Cc: guix-devel 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.