From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: new package build error: archiver requires 'AM_PROG_AR' in 'configure.ac' Date: Wed, 31 Aug 2016 21:49:05 +0200 Message-ID: <874m60btxq.fsf@elephly.net> References: <57C5D9C9.9040100@goebel-consult.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfBVg-00006R-Ra for guix-devel@gnu.org; Wed, 31 Aug 2016 15:49:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfBVb-0007LS-Ps for guix-devel@gnu.org; Wed, 31 Aug 2016 15:49:19 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfBVb-0007L5-GN for guix-devel@gnu.org; Wed, 31 Aug 2016 15:49:15 -0400 In-reply-to: <57C5D9C9.9040100@goebel-consult.de> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel Hartmut Goebel writes: > 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? I have never seen this before. Have you tried patching “configure.ac” as it says, adding “AM_PROG_AR” somewhere? ~~ Ricardo