From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: Make fails Date: Wed, 06 Aug 2014 10:46:34 +0200 Message-ID: <53E1EB6A.5020905@gmail.com> References: <20140806081029.GA13111@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEx0H-0005Be-6x for guix-devel@gnu.org; Wed, 06 Aug 2014 04:55:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEx02-0004Wd-MR for guix-devel@gnu.org; Wed, 06 Aug 2014 04:55:25 -0400 Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]:64904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEx02-0004WH-FF for guix-devel@gnu.org; Wed, 06 Aug 2014 04:55:10 -0400 Received: by mail-we0-f177.google.com with SMTP id w62so2292228wes.22 for ; Wed, 06 Aug 2014 01:55:09 -0700 (PDT) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by mx.google.com with ESMTPSA id gc8sm4034524wic.3.2014.08.06.01.55.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 Aug 2014 01:55:08 -0700 (PDT) In-Reply-To: <20140806081029.GA13111@debian> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On 08/06/2014 10:10 AM, Andreas Enge wrote: > Hello, > > currently I get the following error when configuring and compiling guix > from git: > > make: *** No rule to make target 'gnu/system/os-config.tmpl', needed by 'doc/os-config.texi'. Stop. > It seems to have been added in 1dac85663858c8323a0d2483fb675aa5820d4d0e > Does anyone know what happens? A file missing in a commit? > I can find it in my local copy of the repo. Could it be a problem on your end ? Cyril.