From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Acl Date: Wed, 05 Nov 2014 21:38:32 +0100 Message-ID: <87sihx1iyf.fsf@gnu.org> References: <20141105193513.GA30433@debian> 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]:56082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm7Lo-00072g-5l for guix-devel@gnu.org; Wed, 05 Nov 2014 15:38:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xm7Lf-00037v-Aa for guix-devel@gnu.org; Wed, 05 Nov 2014 15:38:44 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:48228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm7Lf-00037j-2r for guix-devel@gnu.org; Wed, 05 Nov 2014 15:38:35 -0500 In-Reply-To: <20141105193513.GA30433@debian> (Andreas Enge's message of "Wed, 5 Nov 2014 20:35:13 +0100") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > Adding optional inputs to kdelibs, I notice that acl is not recognised. > The reason is that the header files are not installed. Would that be easy > to modify? Maybe by changing the line > (zero? (system* "make" "install" "install-lib"))) Commit 16755848 added =E2=80=98install-lib=E2=80=99 (before that libacl.so = was not installed), but yeah, installing headers would have been cool too. ;-) > to > (zero? (system* "make" "install"))) > or not replacing the normal install phase (but then there may be a > reason for this special command!). ISTR that the =E2=80=98install=E2=80=99 target installs only the executable= s. > Concerning the acl test failures, I tried > #:tests? #t > and found that there is no "check" target. A good reason for the > tests to fail... Heh. Anyway, this is depended on by Coreutils, so changes should go to core-updates. In the meantime, you can always add a fixed version of ACL for use in KDE (you could even add a =E2=80=98replacement=E2=80=99 field pointing to i= t in =E2=80=98acl=E2=80=99 itself, although that doesn=E2=80=99t seem like a very good use case.) Thanks for looking into it! Ludo=E2=80=99.