all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Nikita Karetnikov <nikita.karetnikov@gmail.com>
Cc: bug-guix@gnu.org
Subject: Re: attr: No rule to make target `check'.
Date: Wed, 05 Dec 2012 21:34:54 +0100	[thread overview]
Message-ID: <877gowqlu9.fsf@gnu.org> (raw)
In-Reply-To: <CAD15K4s89MLa3yis7k5YrXzvuW=7iGa8PLy_BdVF-NgbJF+mLg@mail.gmail.com> (Nikita Karetnikov's message of "Wed, 5 Dec 2012 19:11:10 +0300")

Nikita Karetnikov <nikita.karetnikov@gmail.com> skribis:

> I've attached the patch. We have to change it to call 'make
> install-dev' because of 'acl'. How to do it?

Likewise, replace the ‘install’ phase:

  (arguments
    '(#:phases
       (alist-replace 'install
                      (lambda _
                        (zero? (system* "make" "install-dev")))
                      (alist-replace 'check
                                      ...))))

I realize it’d be more convenient to have #:test-target and
#:install-target arguments.  We should add that eventually.

Thanks,
Ludo’.

  reply	other threads:[~2012-12-05 20:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-05  6:31 attr: No rule to make target `check' Nikita Karetnikov
2012-12-05 11:53 ` Ludovic Courtès
2012-12-05 16:11   ` Nikita Karetnikov
2012-12-05 20:34     ` Ludovic Courtès [this message]
2012-12-05 22:54       ` Nikita Karetnikov
2012-12-05 23:13         ` Ludovic Courtès
2012-12-05 23:25           ` Nikita Karetnikov
2012-12-06 10:03             ` Ludovic Courtès
2012-12-06 20:37               ` Nikita Karetnikov
2012-12-06 20:38                 ` Nikita Karetnikov
2012-12-06 22:00                   ` Ludovic Courtès
2012-12-05 23:30           ` Nikita Karetnikov
2012-12-05 23:34             ` Nikita Karetnikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877gowqlu9.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=bug-guix@gnu.org \
    --cc=nikita.karetnikov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.