[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Heads-up: daemon update
From: |
Mark H Weaver |
Subject: |
Re: Heads-up: daemon update |
Date: |
Mon, 20 Jan 2014 14:32:43 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
address@hidden (Ludovic Courtès) writes:
> Commit d43eb49 updates the Nix sub-module that provides the daemon’s
> C++ code.
>
> To update, run:
>
> ( cd nix ; ./sync-with-upstream )
> autoreconf -vfi
> ./configure ... && make && make check
A few of us ran into problems with these instructions. It led to:
"No rule to make target `nix/libutil/affinity.cc', needed by
`nix/libutil/libutil_a-affinity.o'."
We had to run "git submodule update", and then follow Ludovic's
instructions again from the top.
Mark