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: Bootstrap failure with CVS HEAD, WinXP Date: Sat, 10 May 2008 12:00:10 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1210410254 15471 80.91.229.12 (10 May 2008 09:04:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 May 2008 09:04:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sridhar Boovaraghavan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 10 11:04:49 2008 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.50) id 1Jul0T-0000yS-MU for ged-emacs-devel@m.gmane.org; Sat, 10 May 2008 11:04:41 +0200 Original-Received: from localhost ([127.0.0.1]:34299 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jukzl-0004XG-CF for ged-emacs-devel@m.gmane.org; Sat, 10 May 2008 05:03:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JukwP-0003Ax-AG for emacs-devel@gnu.org; Sat, 10 May 2008 05:00:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JukwN-00039o-HJ for emacs-devel@gnu.org; Sat, 10 May 2008 05:00:28 -0400 Original-Received: from [199.232.76.173] (port=56505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JukwM-00039a-VU for emacs-devel@gnu.org; Sat, 10 May 2008 05:00:27 -0400 Original-Received: from mtaout7.012.net.il ([84.95.2.19]:12431) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JukwM-0003m6-HX for emacs-devel@gnu.org; Sat, 10 May 2008 05:00:26 -0400 Original-Received: from HOME-C4E4A596F7 ([83.130.255.47]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K0N005CC9K46WG0@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Sat, 10 May 2008 11:43:16 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) 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:96924 Archived-At: > From: Sridhar Boovaraghavan > Date: Fri, 09 May 2008 18:54:39 -0400 > > I am trying to build the latest cvs emacs (fetched a couple of hours > ago, as well as about a day ago) and am encountering this problem in > the build process. > > I have configured it with > > --with-gcc --without-xpm --cflags -Id:/Utilities/GnuWin32/include > > The configure and build process proceeds smoothly. The new emacs > executable is created, but then it fails at the point below. > > -- > Generating autoloads for international/mule-cmds.el...done > Generating autoloads for international/mule-conf.el... > Generating autoloads for international/mule-conf.el...done > Generating autoloads for international/mule.el... > Generating autoloads for international/mule.el...done > Generating autoloads for international/ogonek.el... > Generating autoloads for international/ogonek.el...done > Local variables entry is missing the suffix > make[1]: *** [autoloads] Error -1 > make[1]: Leaving directory `D:/emacs/lisp' > make: *** [bootstrap-gmake] Error 2 > -- I can't reproduce this with current CVS. Bootstrap runs to completion on my machine.