all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* new package build error: archiver requires 'AM_PROG_AR' in 'configure.ac'
@ 2016-08-30 19:08 Hartmut Goebel
  2016-08-31 19:49 ` Ricardo Wurmus
  2016-09-01 11:44 ` Ludovic Courtès
  0 siblings, 2 replies; 7+ messages in thread
From: Hartmut Goebel @ 2016-08-30 19:08 UTC (permalink / raw)
  To: guix-devel


[-- 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 --]

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

end of thread, other threads:[~2016-09-01 12:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-30 19:08 new package build error: archiver requires 'AM_PROG_AR' in 'configure.ac' Hartmut Goebel
2016-08-31 19:49 ` 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

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.