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: Fri, 14 Dec 2012 10:52:53 +0100 Message-ID: <87pq2dez9m.fsf@gnu.org> References: <201212132256.25612.andreas@enge.fr> <87d2ydy33r.fsf@gnu.org> <201212140005.19163.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]:56398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjRwv-0007uh-Ip for bug-guix@gnu.org; Fri, 14 Dec 2012 04:52:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjRwu-0006mg-54 for bug-guix@gnu.org; Fri, 14 Dec 2012 04:52:57 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:59777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjRwt-0006ma-VM for bug-guix@gnu.org; Fri, 14 Dec 2012 04:52:56 -0500 In-Reply-To: <201212140005.19163.andreas@enge.fr> (Andreas Enge's message of "Fri, 14 Dec 2012 00:05:18 +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 Hi, Andreas Enge skribis: > Am Donnerstag, 13. Dezember 2012 schrieb Ludovic Court=C3=A8s: >> Andreas Enge skribis: >> > cp: cannot stat `../nix-upstream/{COPYING,AUTHORS}': No such file >> > or >> > directory. >>=20 >> That=E2=80=99s because the Git submodule wasn=E2=80=99t actually initial= ized. >> Commit e2a06dd should fix it. > > No, the problem is still there; and now it stops the bootstrap script, > so that autoreconf is not executed. Hmm, can you run =E2=80=98git submodule init && git submodule update=E2=80= =99 from the top level, and check whether nix-upstream/{COPYING,AUTHORS} appear? Seems to work well on Hydra: . Thanks, Ludo=E2=80=99.