bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: attr: No rule to make target `check'.


From: Ludovic Courtès
Subject: Re: attr: No rule to make target `check'.
Date: Thu, 06 Dec 2012 23:00:45 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Hi,

Nikita Karetnikov <address@hidden> skribis:

>> Could it be that libattr.so is a dangling symlink?  Try ‘ls -l’.
>
> You're right.
>
> # ls -l /nix/store/l2flx95wgcf0i7nlivgz7p4z8h8qfkak-attr-2.4.46/lib
> total 8
> libattr.a -> 
> /nix/store/l2flx95wgcf0i7nlivgz7p4z8h8qfkak-attr-2.4.46/libexec/libattr.a
> libattr.la -> 
> /nix/store/l2flx95wgcf0i7nlivgz7p4z8h8qfkak-attr-2.4.46/libexec/libattr.la
> libattr.so -> libattr.so.1

Yes, Nixpkgs[0] has this:

  installTargets = "install install-lib install-dev";

Meaning that “make install” alone isn’t enough.  So I’d 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’.

PS: IRC may be more appropriate for this kind of debugging.  I’m often
    on #guix and #guile on Freenode, if that’s an option for you.

[0] 
https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/attr/default.nix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]