From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Still unable to build trunk Date: Thu, 20 Jan 2011 13:47:36 -0500 Message-ID: <87y66fv2d3.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1295549295 4706 80.91.229.12 (20 Jan 2011 18:48:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Jan 2011 18:48:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 20 19:48:11 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PfzYI-0003Tm-3Y for ged-emacs-devel@m.gmane.org; Thu, 20 Jan 2011 19:48:10 +0100 Original-Received: from localhost ([127.0.0.1]:40068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfzYH-0005t9-II for ged-emacs-devel@m.gmane.org; Thu, 20 Jan 2011 13:48:09 -0500 Original-Received: from [140.186.70.92] (port=56756 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfzXq-0005eY-E3 for emacs-devel@gnu.org; Thu, 20 Jan 2011 13:47:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfzXo-0004un-HO for emacs-devel@gnu.org; Thu, 20 Jan 2011 13:47:42 -0500 Original-Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]:38792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfzXo-0004uW-Fh for emacs-devel@gnu.org; Thu, 20 Jan 2011 13:47:40 -0500 Original-Received: from furball (dhcp128036014112.central.yale.edu [128.36.14.112]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id p0KIlaku007406 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 20 Jan 2011 13:47:37 -0500 Original-Received: by furball (Postfix, from userid 1000) id 76A42162281; Thu, 20 Jan 2011 13:47:36 -0500 (EST) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134831 Archived-At: On a fresh checkout of the trunk, I do `configure' followed by `make', and the result is an infinite loop with the following messages: make[1]: Entering directory `/home/cyd/src/emacs/trunk2/lib' cd .. && make am--refresh make[2]: Entering directory `/home/cyd/src/emacs/trunk2' make[2]: Nothing to be done for `am--refresh'. make[2]: Leaving directory `/home/cyd/src/emacs/trunk2' cd /home/cyd/src/emacs/trunk2 && /bin/bash /home/cyd/src/emacs/trunk2/missing --run automake-1.11 --gnu lib/Makefile /home/cyd/src/emacs/trunk2/missing: line 52: automake-1.11: command not found WARNING: `automake-1.11' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. I then installed automake, and did `configure' followed by `make', and now compilation errors out: make[2]: Leaving directory `/home/cyd/src/emacs/trunk2' cd /home/cyd/src/emacs/trunk2 && /bin/bash /home/cyd/src/emacs/trunk2/missing --run automake-1.11 --gnu lib/Makefile configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, configure.in: that aclocal.m4 is present in the top-level directory, configure.in: and that aclocal.m4 was recently regenerated (using aclocal). /usr/local/share/automake-1.11/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.11/am/depend2.am: The usual way to define `am__fastdepCC' is to add `AC_PROG_CC' /usr/local/share/automake-1.11/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again. /usr/local/share/automake-1.11/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.11/am/depend2.am: The usual way to define `AMDEP' is to add one of the compiler tests /usr/local/share/automake-1.11/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OBJC, /usr/local/share/automake-1.11/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC /usr/local/share/automake-1.11/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again. make[1]: *** [/home/cyd/src/emacs/trunk2/lib/Makefile.in] Error 1 make[1]: Leaving directory `/home/cyd/src/emacs/trunk2/lib' make: *** [lib] Error 2 I notice, by the way, that the `make all' directive in lib/ ends up deleting the top-level Makefile, which does not make sense given that it's generated by doing `configure'. Something is really wrong here.