From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Installing guix from Git Date: Sat, 8 Jun 2013 19:16:17 +0200 Message-ID: <20915.26337.951308.384585@Konrad-Hinsens-MacBook-Pro.local> References: <20913.65355.709961.445483@Konrad-Hinsens-MacBook-Pro.local> <87y5alevqt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlMkZ-0004zb-Js for bug-guix@gnu.org; Sat, 08 Jun 2013 13:16:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlMkY-0007Ff-Sp for bug-guix@gnu.org; Sat, 08 Jun 2013 13:16:23 -0400 Received: from smtp3-g21.free.fr ([2a01:e0c:1:1599::12]:53543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlMkY-0007FK-An for bug-guix@gnu.org; Sat, 08 Jun 2013 13:16:22 -0400 Received: from Konrad-Hinsens-MacBook-Pro.local (unknown [82.66.102.10]) by smtp3-g21.free.fr (Postfix) with ESMTP id B8D2FA62B6 for ; Sat, 8 Jun 2013 19:16:15 +0200 (CEST) In-Reply-To: <87y5alevqt.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org Ludovic Court=C3=A8s writes: > That macro is provided by pkg.m4, from the =E2=80=98pkg-config=E2=80= =99 package. Thus, > if you install =E2=80=98pkg-config=E2=80=99, Autoconf should automat= ically find it. Aaaahhhh..... Of course I thought about pkg-config. But I thought I had installed it. Which I had - through apt-get. And then autoconf via guix, so autoconf can't possibly know about pkg-config. First lesson about Guix = ;-) With that out of the way, and lots of other stuff installed via Guix (gcc, glibc, guile, bzip2, sqlite, and perhaps a few more), "configure" runs to the end without complaining. But then "make" fails:= make: *** No rule to make target `nix/libstore/schema.sql', needed by `= nix/libstore/schema.sql.hh'. Stop. SQL isn't my strong point either :-( Konrad.