From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix 0.7 installation Date: Fri, 12 Sep 2014 21:35:53 +0200 Message-ID: <87oaukskbq.fsf@gnu.org> References: 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]:55261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSWdU-00040v-IE for guix-devel@gnu.org; Fri, 12 Sep 2014 15:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSWdP-00079F-W7 for guix-devel@gnu.org; Fri, 12 Sep 2014 15:36:00 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:40335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSWdP-00075S-MF for guix-devel@gnu.org; Fri, 12 Sep 2014 15:35:55 -0400 In-Reply-To: (Federico Beffa's message of "Fri, 12 Sep 2014 17:34:52 +0200") 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: Federico Beffa Cc: guix-devel@gnu.org Federico Beffa skribis: > ./configure --with-libgcrypt-prefix=3D$HOME/.guix-profile/ > > finishes without errors. However, now "make" complains as follows: > > $ make > make: *** No rule to make target `gnu/system/os-config.tmpl', needed > by `doc/os-config.texi'. Stop. The was a bug in 0.7 where =E2=80=98make clean=E2=80=99 would remove that o= s-config.tmpl file: . Just unpack guix-0.7.tar.gz afresh and it=E2=80=99ll be there. Besides, since you=E2=80=99re installing Guix from Guix, make sure to use t= he same --localstatedir with this Guix as with the one that=E2=80=99s currently installed. Failing to do that, bad things will happen. :-) HTH, and sorry for the inconvenience! Ludo=E2=80=99.