[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guix 0.7 installation
From: |
Ludovic Courtès |
Subject: |
Re: guix 0.7 installation |
Date: |
Fri, 12 Sep 2014 21:35:53 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Federico Beffa <address@hidden> skribis:
> ./configure --with-libgcrypt-prefix=$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 ‘make clean’ would remove that os-config.tmpl
file: <http://bugs.gnu.org/18243>.
Just unpack guix-0.7.tar.gz afresh and it’ll be there.
Besides, since you’re installing Guix from Guix, make sure to use the
same --localstatedir with this Guix as with the one that’s currently
installed. Failing to do that, bad things will happen. :-)
HTH, and sorry for the inconvenience!
Ludo’.