all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@goebel-consult.de>
To: guix-devel <guix-devel@gnu.org>
Subject: new package build error: archiver requires 'AM_PROG_AR' in 'configure.ac'
Date: Tue, 30 Aug 2016 21:08:57 +0200	[thread overview]
Message-ID: <57C5D9C9.9040100@goebel-consult.de> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1642 bytes --]

Hi,

I try to build the asn1c package, see below. But this fails with the
following error message.

/gnu/store/…-automake-1.15/share/automake-1.15/am/ltlibrary.am:
warning: 'libasn1compiler.la': linking libtool libraries using a non-POSIX
archiver requires 'AM_PROG_AR' in 'configure.ac'

Is this a common issue?

(define-public asn1c
  (package
    (name "asn1c")
    (version "0.9.27")
    (source (origin
      (method url-fetch)
      (uri (string-append "https://lionet.info/soft/asn1c-" version
".tar.gz"))
      (sha256 (base32
"17nvn2kzvlryasr9dzqg6gs27b9lvqpval0k31pb64bjqbhn8pq2"))))
  (build-system gnu-build-system)
  (arguments
   `(;#:tests #f
     #:phases
     (modify-phases %standard-phases
       (add-after 'unpack 'bootstrap
         (lambda* (#:key inputs #:allow-other-keys)
       ;(setenv "AUTOMAKE" "automake --foreign")
           (zero? (system* "autoreconf" "-fvi")))))))
  (native-inputs
   `(("automake" ,automake)
     ("autoconf" ,autoconf)
     ;("binutils" ,binutils)
     ("libtool" ,libtool)))
  (home-page "https://lionet.info/")
  (synopsis "ASN.1 to C  Compiler")
  (description "")
   (license license:bsd-2))) ; TODO


-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer
Information Security Management, Security Governance, Secure Software
Development

Goebel Consult, Landshut
http://www.goebel-consult.de

Blog:
http://www.goebel-consult.de/blog/vorratsdatenspeicherung-jetzt-verfassungsbeschwerde-unterschreiben

Kolumne: http://www.cissp-gefluester.de/2010-07-passwoerter-lieben-lernen


[-- Attachment #1.2: Type: text/html, Size: 3148 bytes --]

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 2430 bytes --]

             reply	other threads:[~2016-08-30 19:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-30 19:08 Hartmut Goebel [this message]
2016-08-31 19:49 ` new package build error: archiver requires 'AM_PROG_AR' in 'configure.ac' Ricardo Wurmus
2016-08-31 19:56   ` David Craven
2016-09-01  7:07     ` Hartmut Goebel
2016-09-01  7:07   ` Hartmut Goebel
2016-09-01 11:44 ` Ludovic Courtès
2016-09-01 12:46   ` Hartmut Goebel

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=57C5D9C9.9040100@goebel-consult.de \
    --to=h.goebel@goebel-consult.de \
    --cc=guix-devel@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 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.