unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Nikita Karetnikov <nikita.karetnikov@gmail.com>
To: bug-guix@gnu.org
Subject: attr: No rule to make target `check'.
Date: Wed, 5 Dec 2012 09:31:16 +0300	[thread overview]
Message-ID: <CAD15K4sCvLyOwfFK7+p7sn0_CJcraXcHE1JhYnC4e0=vd=A8Aw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

Hi,

This file raises the following error.

./pre-inst-env guix-build -K attr

[...]

make[1]: Leaving directory
`/tmp/nix-build-2s04qsfn1a8lg3h1h9iwix5f0hzaw0v3-attr-2.4.46.drv-0/attr-2.4.46'
starting phase `check'
make: *** No rule to make target `check'.  Stop.
note: keeping build directory
`/tmp/nix-build-2s04qsfn1a8lg3h1h9iwix5f0hzaw0v3-attr-2.4.46.drv-0'
builder for `/nix/store/2s04qsfn1a8lg3h1h9iwix5f0hzaw0v3-attr-2.4.46.drv'
failed with exit code 1
@ build-failed /nix/store/2s04qsfn1a8lg3h1h9iwix5f0hzaw0v3-attr-2.4.46.drv
/nix/store/7jzhvz82pd8san1iwmvi4sn7xfk6n12h-attr-2.4.46 1 builder for
`/nix/store/2s04qsfn1a8lg3h1h9iwix5f0hzaw0v3-attr-2.4.46.drv' failed
with exit code 1
error: build failed: build of
`/nix/store/2s04qsfn1a8lg3h1h9iwix5f0hzaw0v3-attr-2.4.46.drv' failed

Nikita

[-- Attachment #2: attr.scm --]
[-- Type: application/octet-stream, Size: 1659 bytes --]

;;; Guix --- Nix package management from Guile.         -*- coding: utf-8 -*-
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org>
;;;
;;; This file is part of Guix.
;;;
;;; Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (distro packages attr)
  #:use-module (distro packages gettext)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu))

(define-public attr
  (package
    (name "attr")
    (version "2.4.46")
    (source
     (origin
      (method url-fetch)
      (uri (string-append "mirror://savannah/attr/attr-"
                          version ".src.tar.gz"))
      (sha256
       (base32
        "07qf6kb2zk512az481bbnsk9jycn477xpva1a726n5pzlzf9pmnw"))))
    (build-system gnu-build-system)
    (inputs `(("gettext" ,gettext)))
    (home-page
     "http://savannah.nongnu.org/projects/attr/")
    (synopsis
     "Library and tools for manipulating extended attributes")
    (description
     "Library and tools for manipulating extended attributes.")
    (license '("GPLv2+" "LGPLv2.1+"))))

             reply	other threads:[~2012-12-05  6:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-05  6:31 Nikita Karetnikov [this message]
2012-12-05 11:53 ` attr: No rule to make target `check' Ludovic Courtès
2012-12-05 16:11   ` Nikita Karetnikov
2012-12-05 20:34     ` Ludovic Courtès
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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='CAD15K4sCvLyOwfFK7+p7sn0_CJcraXcHE1JhYnC4e0=vd=A8Aw@mail.gmail.com' \
    --to=nikita.karetnikov@gmail.com \
    --cc=bug-guix@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).