From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Integration of the Nix daemon Date: Thu, 13 Dec 2012 22:17:43 +0100 Message-ID: <878v911wjs.fsf@gnu.org> References: <87zk1u3htq.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 ([208.118.235.92]:50528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGA8-0002Mo-1p for bug-guix@gnu.org; Thu, 13 Dec 2012 16:17:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjGA5-00057E-Ic for bug-guix@gnu.org; Thu, 13 Dec 2012 16:17:47 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:4453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGA5-00056c-AT for bug-guix@gnu.org; Thu, 13 Dec 2012 16:17:45 -0500 In-Reply-To: <87zk1u3htq.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 03 Dec 2012 23:13:21 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org Hello! I just merged that branch in =E2=80=98master=E2=80=99. So now, you need to= run =E2=80=98./bootstrap=E2=80=99 (and not just autoreconf) to initialize the p= ackage. So now, unless =E2=80=98--disable-daemon=E2=80=99 is passed, a =E2=80=98gui= x-daemon=E2=80=99 binary is built from C++, mostly taken from upstream Nix. Please report any problems. :-) Ludo=E2=80=99.