From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Heads-up: daemon update Date: Mon, 20 Jan 2014 14:32:43 -0500 Message-ID: <874n4yphyc.fsf@netris.org> References: <87mwitnf6q.fsf@gnu.org> 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]:48974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5Kd0-0006oO-Qj for guix-devel@gnu.org; Mon, 20 Jan 2014 14:35:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5Kct-0005zl-Kg for guix-devel@gnu.org; Mon, 20 Jan 2014 14:35:22 -0500 In-Reply-To: <87mwitnf6q.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 18 Jan 2014 22:38:37 +0100") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Commit d43eb49 updates the Nix sub-module that provides the daemon=E2=80= =99s > 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