unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* attr: No rule to make target `check'.
@ 2012-12-05  6:31 Nikita Karetnikov
  2012-12-05 11:53 ` Ludovic Courtès
  0 siblings, 1 reply; 13+ messages in thread
From: Nikita Karetnikov @ 2012-12-05  6:31 UTC (permalink / raw)
  To: bug-guix

[-- 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+"))))

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-12-06 22:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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).