From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: daemon: No rule to make target `nix/libstore/schema.sql' Date: Thu, 13 Dec 2012 23:55:04 +0100 Message-ID: <87d2ydy33r.fsf@gnu.org> References: <871uet1wep.fsf@gnu.org> <201212132256.25612.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjHgK-000169-MY for bug-guix@gnu.org; Thu, 13 Dec 2012 17:55:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjHgJ-0004FK-8E for bug-guix@gnu.org; Thu, 13 Dec 2012 17:55:08 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:53793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjHgJ-0004DY-1X for bug-guix@gnu.org; Thu, 13 Dec 2012 17:55:07 -0500 In-Reply-To: <201212132256.25612.andreas@enge.fr> (Andreas Enge's message of "Thu, 13 Dec 2012 22:56:25 +0100") 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: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Am Donnerstag, 13. Dezember 2012 schrieb Ludovic Court=C3=A8s: >> You must run =E2=80=98./bootstrap=E2=80=99 before anything else. It wil= l take care of >> running autoreconf. >> > # cd nix >> > # ./sync-with-upstream > > When just running ./bootstrap, I also get the "no rule to make target". > Should not the bootstrap script also execute the > cd nix; ./sync-with-upstream > commands? Oops, indeed. > This one actually ends with > cp: cannot stat `../nix-upstream/{COPYING,AUTHORS}': No such file or=20 > directory. That=E2=80=99s because the Git submodule wasn=E2=80=99t actually initialize= d. Commit e2a06dd should fix it. > In guix/store.scm: > 319: 1 [open-connection "/usr/local/guix-git/var/daemon-socket/socket" #= =20 > #t] > In unknown file: > ?: 0 [connect # # #] > > ERROR: In procedure connect: > ERROR: In procedure connect: No such file or directory > > Actually, there is only a file > /usr/local/guix-git/var/nix/daemon-socket/socket > (notice the additional "nix"). Good catch. Commit 7f4f065 fixes it. Thanks for the quick feedback! Ludo=E2=80=99.