From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Error from automake.sg Date: Thu, 09 Jun 2011 12:45:57 -0700 Organization: UCLA Computer Science Department Message-ID: <4DF122F5.5030701@cs.ucla.edu> References: <19951.46275.322520.849256@fencepost.gnu.org> <19953.834.704644.933192@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1307649133 20979 80.91.229.12 (9 Jun 2011 19:52:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2011 19:52:13 +0000 (UTC) Cc: Richard Stallman , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 09 21:52:08 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QUlGv-00021T-4F for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2011 21:52:05 +0200 Original-Received: from localhost ([::1]:44572 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUlGu-0004zx-Cf for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2011 15:52:04 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUlB4-0003bO-DL for emacs-devel@gnu.org; Thu, 09 Jun 2011 15:46:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUlB2-0008IE-PY for emacs-devel@gnu.org; Thu, 09 Jun 2011 15:46:02 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:59921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUlB2-0008I3-DF; Thu, 09 Jun 2011 15:46:00 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id AFFBF39E80FF; Thu, 9 Jun 2011 12:45:58 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v5BEswh-Dzaa; Thu, 9 Jun 2011 12:45:57 -0700 (PDT) Original-Received: from [131.179.64.200] (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id D338639E80E0; Thu, 9 Jun 2011 12:45:57 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10 In-Reply-To: <19953.834.704644.933192@fencepost.gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 131.179.128.62 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:140332 Archived-At: I'm missing some context since I haven't gotten all the emails, but I suggest trying it with a fresh checkout. Something like this, in a fresh directory: $ bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk Branched 104546 revision(s). $ cd trunk $ ./autogen.sh Checking whether you have the necessary tools... (Read INSTALL.BZR 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 Your system has the required tools, running autoreconf... configure.in:645: installing `./compile' configure.in:377: installing `./config.guess' configure.in:377: installing `./config.sub' configure.in:28: installing `./install-sh' configure.in:28: installing `./missing' lib/Makefile.am: installing `./depcomp' You can now run `./configure'. $ ./configure [ ... lots of output here ... ] $ make [ ... lots more output ... ] If this doesn't work, then there's some incompatibility with your installation's autotools, which we can look into. If it does work, it suggests that there's something messed up with your copy of the Emacs trunk, which we can also look into.