From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#15052: guix-0.3 make check fails, on gentoo-prefix setup Date: Fri, 30 Aug 2013 11:52:06 +0200 Message-ID: <87wqn333qx.fsf@gnu.org> References: <20130808213003.GD5802@kubera.inria.fr> <87y583gp8j.fsf@gnu.org> <20130829215638.GF2051@kubera.unice.fr> 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]:58465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLOA-0004wt-A8 for bug-guix@gnu.org; Fri, 30 Aug 2013 05:53:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFLO3-0004BU-0U for bug-guix@gnu.org; Fri, 30 Aug 2013 05:53:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:50273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLO2-0004BJ-UW for bug-guix@gnu.org; Fri, 30 Aug 2013 05:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VFLO2-00046p-II for bug-guix@gnu.org; Fri, 30 Aug 2013 05:53:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20130829215638.GF2051@kubera.unice.fr> (Cyprien Nicolas's message of "Thu, 29 Aug 2013 23:56:38 +0200") 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: Cyprien Nicolas Cc: 15052-done@debbugs.gnu.org Cyprien Nicolas skribis: > Il y a 14 jours, Ludovic Court=C3=A8s =C3=A9crivit=C2=A0: > >> Hi! >> >> Cyprien Nicolas skribis: >> >> > I don't understand all failures, some are due to socket path length: >> > >> > ERROR: In procedure connect: >> > ERROR: In procedure scm_to_sockaddr: unix address path too long: /home= /cnicolas/gprefix/var/tmp/portage/sys-apps/guix-0.3/work/guix-0.3/test-tmp/= var/7770/daemon-socket/socket >> >> Apff, yes, that=E2=80=99s a problem. Guix clients connect to the build = daemon >> over a Unix-domain socket, and that has a shameful 108 character limit >> on GNU/Linux. Thus, all the test cases that try to connect to the build >> daemon fail. >> >> As a workaround, you could try to build in a shorter directory, if >> that=E2=80=99s an option at all. > > Yes, I exported PORTAGE_TMPDIR=3D/tmp before running emerge, and all 19 > tests went fine :-) Excellent! BTW, if there=E2=80=99s a Gentoo package for Guix, you might want to send a= note on guix-devel. Thanks, Ludo=E2=80=99.