From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Acl Date: Sat, 08 Nov 2014 02:39:21 -0500 Message-ID: <87ioiquonq.fsf@yeeloong.lan> References: <20141105193513.GA30433@debian> <87sihx1iyf.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 ([2001:4830:134:3::10]:56172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xn0dq-00034o-D2 for guix-devel@gnu.org; Sat, 08 Nov 2014 02:41:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xn0dl-0004s6-2L for guix-devel@gnu.org; Sat, 08 Nov 2014 02:41:02 -0500 In-Reply-To: <87sihx1iyf.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 05 Nov 2014 21:38:32 +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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > ndreas 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.s= o was not > installed), but yeah, installing headers would have been cool too. ;-) Indeed. I would apologize for overlooking this, but doc/INSTALL specifically recommends "make install install-lib", and "install-dev" appears to be completely undocumented :-/ Mark