[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make fails
From: |
Mark H Weaver |
Subject: |
Re: Make fails |
Date: |
Mon, 11 Aug 2014 01:24:32 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> writes:
> 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?
I ran into the same problem. Turns out that "make clean" deletes
os-config.tmpl. In my case I used "git reset --hard" to restore it, but
beware that also blows away any changes you've made to your working
directory that haven't yet been committed.
Mark