From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Heads-up: daemon update Date: Tue, 21 Jan 2014 11:44:08 +0100 Message-ID: <87vbxdlimf.fsf@gnu.org> References: <87mwitnf6q.fsf@gnu.org> <874n4yphyc.fsf@netris.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]:46928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5Ytm-0005Bo-Nb for guix-devel@gnu.org; Tue, 21 Jan 2014 05:50:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5YtL-0006NU-3k for guix-devel@gnu.org; Tue, 21 Jan 2014 05:49:38 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:35707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5YtK-0006NL-RZ for guix-devel@gnu.org; Tue, 21 Jan 2014 05:49:10 -0500 In-Reply-To: <874n4yphyc.fsf@netris.org> (Mark H. Weaver's message of "Mon, 20 Jan 2014 14:32:43 -0500") 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > 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. Oh right, sorry. I thought =E2=80=98sync-with-upstream=E2=80=99 did that. Thanks, Ludo=E2=80=99.