From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: Use (guix licenses) instead of strings. Date: Fri, 14 Dec 2012 23:49:06 +0100 Message-ID: <87hanoqmfx.fsf@gnu.org> References: 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]:36185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tje46-0000wa-8a for bug-guix@gnu.org; Fri, 14 Dec 2012 17:49:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tje45-0000Wp-82 for bug-guix@gnu.org; Fri, 14 Dec 2012 17:49:10 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:8478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tje45-0000Wj-1V for bug-guix@gnu.org; Fri, 14 Dec 2012 17:49:09 -0500 In-Reply-To: (Nikita Karetnikov's message of "Fri, 14 Dec 2012 19:16:05 +0300") 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: Nikita Karetnikov Cc: bug-guix@gnu.org Hi, Nikita Karetnikov skribis: > Can we test it on a build farm before pushing? (It might break > something.) This is touching meta-data, so normally it can=E2=80=99t break much. I looked for unbound variables, which is the most likely kind of error. So I just rebuilt all the modules and checked for unbound variable errors. > In guix/store.scm: > 319: 1 [open-connection "/usr/local/var/nix/daemon-socket/socket" # #t] Yes, if you have nix-daemon/nix-worker listening to /nix/var/nix/daemon-socket/socket, then build with --localstatedir=3D/nix/var as Andreas noted. Thanks, Ludo=E2=80=99.