From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9132: 24.0.50; bootstrap failure on windows Date: Thu, 21 Jul 2011 04:36:48 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1311237436 4680 80.91.229.12 (21 Jul 2011 08:37:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jul 2011 08:37:16 +0000 (UTC) Cc: 9132@debbugs.gnu.org To: sds@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 21 10:37:10 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Qjokl-0004We-Ku for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Jul 2011 10:37:07 +0200 Original-Received: from localhost ([::1]:48552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjokk-0001kE-NL for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Jul 2011 04:37:06 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjoki-0001UI-0d for bug-gnu-emacs@gnu.org; Thu, 21 Jul 2011 04:37:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qjokg-0007M4-Us for bug-gnu-emacs@gnu.org; Thu, 21 Jul 2011 04:37:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjokg-0007M0-TP for bug-gnu-emacs@gnu.org; Thu, 21 Jul 2011 04:37:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Qjokg-0000YM-86; Thu, 21 Jul 2011 04:37:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 21 Jul 2011 08:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9132 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9132-submit@debbugs.gnu.org id=B9132.13112374162104 (code B ref 9132); Thu, 21 Jul 2011 08:37:02 +0000 Original-Received: (at 9132) by debbugs.gnu.org; 21 Jul 2011 08:36:56 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QjokZ-0000Xt-Ox for submit@debbugs.gnu.org; Thu, 21 Jul 2011 04:36:56 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QjokY-0000Xi-4o for 9132@debbugs.gnu.org; Thu, 21 Jul 2011 04:36:54 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QjokS-0008Mg-8m; Thu, 21 Jul 2011 04:36:48 -0400 In-reply-to: (message from Sam Steingold on Wed, 20 Jul 2011 17:13:08 -0400) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 21 Jul 2011 04:37:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:49495 > From: Sam Steingold > Date: Wed, 20 Jul 2011 17:13:08 -0400 > Reply-To: sds@gnu.org > > $ bzr pull > $ cd nt > $ ./configure.bat --no-debug --with-gcc --cflags -IC:/gnu/gnuwin32/include --ldflags -LC:/gnu/gnuwin32/lib --without-xpm > $ c:/gnu/gnuwin32/bin/make bootstrap > ....... > make[2]: Leaving directory `C:/sds/src/emacs/trunk/lisp' > C:/gnu/gnuwin32/bin/make -w -C ../leim all > [Please ignore a syntax error on the next line - it is intentional] > /usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"' > /usr/bin/sh: -c: line 1: syntax error: unexpected end of file > make[2]: Entering directory `C:/sds/src/emacs/trunk/leim' > "./../src/oo-spd/i386/emacs.exe" -batch --no-site-file --no-site-lisp -f batch-byte-compile quail/latin-ltx.el > Symbol's function definition is void: batch-byte-compile Is this a new thing? When was the last time you succeeded to bootstrap on Windows, and did something change in your system configuration since then? A new port of Bash, perhaps, or of Make, or of GCC? Anyway, leim/makefile.w32-in has this part: buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp ... # Set EMACSLOADPATH correctly (already defined in environment). EMACSLOADPATH=$(buildlisppath) Could you check if this somehow doesn't get defined correctly or doesn't take effect? E.g., perhaps $(CURDIR) evaluates to something that's unpalatable to the native Windows build of Emacs? Or maybe you need to export it? Also, if you type the failing command manually, does it succeed or does it fail in the same way?