From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: attr: No rule to make target `check'. Date: Thu, 06 Dec 2012 00:13:52 +0100 Message-ID: <87d2yoozwv.fsf@gnu.org> References: <87ehj4sokf.fsf@gnu.org> <877gowqlu9.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 ([208.118.235.92]:57637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgOA9-0001zL-7o for bug-guix@gnu.org; Wed, 05 Dec 2012 18:13:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgOA8-0008Dt-90 for bug-guix@gnu.org; Wed, 05 Dec 2012 18:13:57 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:47362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgOA8-0008Cv-2V for bug-guix@gnu.org; Wed, 05 Dec 2012 18:13:56 -0500 In-Reply-To: (Nikita Karetnikov's message of "Thu, 6 Dec 2012 01:54:52 +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: > gcc: error: /nix/store/iwvgjdll9yw44sixry38z003n1bzikz7-attr-2.4.46/lib/l= ibattr.so: > No such file or directory > make[2]: *** [libacl.la] Error 1 You could check whether libattr was built with --enable-shared. It should have installed libattr.la, libattr.so, and possibly libattr.a. Ludo=E2=80=99.