From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Make bootstrap fails - MinGW Date: Fri, 13 Dec 2002 09:27:06 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200212130027.JAA00229@etlken.m17n.org> References: <762A7BB74D6AD51195EF00B0D0AA16602C3861@STPETE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1039739389 17283 80.91.224.249 (13 Dec 2002 00:29:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Dec 2002 00:29:49 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Mdi8-0004Ub-00 for ; Fri, 13 Dec 2002 01:29:48 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18Mdtt-0006jO-00 for ; Fri, 13 Dec 2002 01:41:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18MdhV-0002zd-03 for emacs-devel@quimby.gnus.org; Thu, 12 Dec 2002 19:29:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18Mdft-0002Bu-00 for emacs-devel@gnu.org; Thu, 12 Dec 2002 19:27:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Mdfk-00027b-00 for emacs-devel@gnu.org; Thu, 12 Dec 2002 19:27:21 -0500 Original-Received: from tsukuba.m17n.org ([192.47.44.130]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Mdfe-00022u-00 for emacs-devel@gnu.org; Thu, 12 Dec 2002 19:27:14 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2])gBD0R7k18604; Fri, 13 Dec 2002 09:27:07 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) gBD0R7R18858; Fri, 13 Dec 2002 09:27:07 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id JAA00229; Fri, 13 Dec 2002 09:27:06 +0900 (JST) Original-To: BenK@FreedomScientific.com In-reply-to: <762A7BB74D6AD51195EF00B0D0AA16602C3861@STPETE> (message from Ben Key on Wed, 11 Dec 2002 11:08:59 -0500) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10103 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10103 In article <762A7BB74D6AD51195EF00B0D0AA16602C3861@STPETE>, Ben Key writes: > For the last couple of days make bootstrap has been failing with the > following errors when doing the MinGW build: > "./../src/oo-spd/i386/emacs.exe" -batch --no-init-file --no-site-file \ > --multibyte -l d:/emacssrc/21.3/leim/../lisp/international/quail \ > --eval '(update-leim-list-file ".")' > Updating d:/emacssrc/21.3/leim/leim-list.el ... > Loading vc-cvs... > Updating d:/emacssrc/21.3/leim/leim-list.el ... > Loading vc-cvs... > Checking d:/emacssrc/21.3/leim/quail/ZOZY.el ... [...] > Checking d:/emacssrc/21.3/leim/quail/4Corner.el ... > Wrong type argument: number-or-marker-p, nil > Signal 127 > gnumake.exe[1]: *** [leim-list.el] Error 255 > gnumake.exe[1]: Leaving directory `d:/emacssrc/21.3/leim' > d:\TOOLS\UTILS\gnumake.exe: *** [all-other-dirs-gmake] Error 2 > **** > gnumake bootstrap failed! > **** > Can anyone give me any pointers on how to debug / solve this problem? I am > at a loss. I can't reproduce this error on GNU/Linux. As the above is the last step of building, you already have an executable emacs. So could you please try this? % cd d:/emacssrc/21.3/leim % ../src/oo-spd/i386/emacs.exe -q --no-site-file and in the started emacs, M-x toggle-debug-on-error RET ESC : (update-leim-list-file ".") RET --- Ken'ichi HANDA handa@m17n.org