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: Add ACL. Date: Fri, 07 Dec 2012 22:36:31 +0100 Message-ID: <87mwxpo880.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]:37369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th5b2-0005ph-FZ for bug-guix@gnu.org; Fri, 07 Dec 2012 16:36:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Th5b0-0001Mx-Dy for bug-guix@gnu.org; Fri, 07 Dec 2012 16:36:36 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:61774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th5b0-0001MZ-7N for bug-guix@gnu.org; Fri, 07 Dec 2012 16:36:34 -0500 In-Reply-To: (Nikita Karetnikov's message of "Fri, 7 Dec 2012 04:24:28 +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 Nikita Karetnikov skribis: > From 465c9970043036770a7c9a55c29e7682304f6169 Mon Sep 17 00:00:00 2001 > From: Nikita Karetnikov > Date: Fri, 7 Dec 2012 01:18:23 +0000 > Subject: [PATCH] distro: Add ACL. > > * distro/packages/acl.scm: New file. > * Makefile.am (MODULES): Add it. Applied with a similar change. In the meantime I noticed that =E2=80=98test/run=E2=80=99 does nothing on i= ts own; the right thing is to run =E2=80=98make tests -C test=E2=80=99. This shows test failures for me, both ACL and Attr. I haven=E2=80=99t investigated, because this is likely to be dependent on the underlying file system and kernel, which are out of Guix=E2=80=99s control. So the ve= rsion I committed happily ignores test failures. You=E2=80=99re welcome to ask f= or details on the ACL/attr mailing list. Thanks, Ludo=E2=80=99.