From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Make fails Date: Wed, 6 Aug 2014 10:10:29 +0200 Message-ID: <20140806081029.GA13111@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEwIz-0000Wx-I3 for guix-devel@gnu.org; Wed, 06 Aug 2014 04:10:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEwIr-00076R-So for guix-devel@gnu.org; Wed, 06 Aug 2014 04:10:41 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:64767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEwIr-00075U-Fd for guix-devel@gnu.org; Wed, 06 Aug 2014 04:10:33 -0400 Content-Disposition: inline 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 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. Does anyone know what happens? A file missing in a commit? Andreas