From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Trunk r117046 fails on systems with older automake Date: Mon, 05 May 2014 09:13:45 +0300 Message-ID: <83bnvczrae.fsf@gnu.org> References: <868uqh4ust.fsf@gmail.com> <83tx95zffo.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1399413915 28226 80.91.229.3 (6 May 2014 22:05:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 May 2014 22:05:15 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: andrewjmoreton@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 07 00:05:08 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WhnSq-0004TT-D3 for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 00:03:52 +0200 Original-Received: from localhost ([::1]:55616 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhCA1-0003aC-Tl for ged-emacs-devel@m.gmane.org; Mon, 05 May 2014 02:13:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhC9t-0003a7-K3 for emacs-devel@gnu.org; Mon, 05 May 2014 02:13:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhC9n-00045d-MU for emacs-devel@gnu.org; Mon, 05 May 2014 02:13:49 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:48931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhC9n-00045Q-E1 for emacs-devel@gnu.org; Mon, 05 May 2014 02:13:43 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0N5300G0075V0800@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Mon, 05 May 2014 09:13:42 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N5300F1T7YTVUB0@a-mtaout23.012.net.il>; Mon, 05 May 2014 09:13:42 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171713 Archived-At: > From: Juanma Barranquero > Date: Sun, 4 May 2014 21:28:25 +0200 > Cc: Andy Moreton , > Emacs developers > > On Sun, May 4, 2014 at 6:17 PM, Eli Zaretskii wrote: > > > Which change requires a newer Automake? I have 1.11, and I've just > > reconfigured and rebuilt the latest trunk with no problems I could > > spot. Can you show the details of your failure? > > Checking whether you have the necessary tools... > (Read INSTALL.REPO for more details on building Emacs) > > Checking for autoconf (need at least version 2.65)... > ok > Checking for automake (need at least version 1.11)... > ok > Checking for pkg-config (need at least version 0.9.0)... > ok > Checking for pkg.m4... > Can't locate Automake/Getopt.pm in @INC (@INC contains: > /usr/share/automake-1.11 /usr/lib/perl5/5.8/msys /usr/lib/perl5/5.8 > /usr/lib/perl5/site_perl/5.8/msys /usr/lib/perl5/site_pe > rl/5.8 /usr/lib/perl5/site_perl/5.8 > /usr/lib/perl5/vendor_perl/5.8/msys /usr/lib/perl5/vendor_perl/5.8 > /usr/lib/perl5/vendor_perl/5.8 .) at /c/Devel/emacs/build/bin/aclocal > line 98 > 4. > BEGIN failed--compilation aborted at /c/Devel/emacs/build/bin/aclocal line 984. > The version of aclocal that you are using cannot find the pkg.m4 file that > pkg-config provides. If it is installed in some unusual directory /FOO/BAR, > set ACLOCAL_PATH='/FOO/BAR' in the environment and run this script again. Andy, was your problem the same, or was it different? If the latter, could you please show your error messages?