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 23:00:45 +0100 Message-ID: <87zk1qg7si.fsf@gnu.org> References: <87ehj4sokf.fsf@gnu.org> <877gowqlu9.fsf@gnu.org> <87d2yoozwv.fsf@gnu.org> <87pq2n8pm1.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]:57427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgjUx-0006ok-5n for bug-guix@gnu.org; Thu, 06 Dec 2012 17:00:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgjUu-0000zx-5u for bug-guix@gnu.org; Thu, 06 Dec 2012 17:00:51 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:5097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgjUt-0000zh-Tf for bug-guix@gnu.org; Thu, 06 Dec 2012 17:00:48 -0500 In-Reply-To: (Nikita Karetnikov's message of "Thu, 6 Dec 2012 23:38:39 +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 Hi, Nikita Karetnikov skribis: >> Could it be that libattr.so is a dangling symlink? Try =E2=80=98ls -l= =E2=80=99. > > You're right. > > # ls -l /nix/store/l2flx95wgcf0i7nlivgz7p4z8h8qfkak-attr-2.4.46/lib > total 8 > libattr.a -> /nix/store/l2flx95wgcf0i7nlivgz7p4z8h8qfkak-attr-2.4.46/libe= xec/libattr.a > libattr.la -> /nix/store/l2flx95wgcf0i7nlivgz7p4z8h8qfkak-attr-2.4.46/lib= exec/libattr.la > libattr.so -> libattr.so.1 Yes, Nixpkgs[0] has this: installTargets =3D "install install-lib install-dev"; Meaning that =E2=80=9Cmake install=E2=80=9D alone isn=E2=80=99t enough. So= I=E2=80=99d recommend doing the same, basically. :-) When in doubt, checking how others do it is often helpful (not always, because sometimes they were just as clueless ;-)). HTH, Ludo=E2=80=99. PS: IRC may be more appropriate for this kind of debugging. I=E2=80=99m of= ten on #guix and #guile on Freenode, if that=E2=80=99s an option for you. [0] https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries= /attr/default.nix