From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ben Key Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails with newest CVS sources - 2002-11-25 Date: Tue, 26 Nov 2002 17:33:21 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <762A7BB74D6AD51195EF00B0D0AA16602C3852@STPETE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: main.gmane.org 1038350350 29303 80.91.224.249 (26 Nov 2002 22:39:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 22:39:10 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GoMG-0007cU-00 for ; Tue, 26 Nov 2002 23:39:08 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18GoSZ-0005n0-00 for ; Tue, 26 Nov 2002 23:45:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GoLi-00017b-00; Tue, 26 Nov 2002 17:38:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18GoKw-0000Qp-00 for emacs-devel@gnu.org; Tue, 26 Nov 2002 17:37:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18GoKu-0000Ig-00 for emacs-devel@gnu.org; Tue, 26 Nov 2002 17:37:45 -0500 Original-Received: from stpete.freedomscientific.com ([209.101.206.132] helo=stpete.FreedomScientific) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GoKt-0000G0-00 for emacs-devel@gnu.org; Tue, 26 Nov 2002 17:37:43 -0500 Original-Received: by STPETE with Internet Mail Service (5.5.2656.59) id ; Tue, 26 Nov 2002 17:33:22 -0500 Original-To: "GNU Emacs Devel (emacs-devel@gnu.org)" X-Mailer: Internet Mail Service (5.5.2656.59) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9696 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9696 I have done some work on narrowing down what change was responsible for breaking make bootstrap. Here are my results thus far. After cvs update -D "3 days ago" make bootstrap works. After cvs update -D "2 days ago" make bootstrap does not work. This means that whatever caused make bootstrap to fail happened in the last 2 days. Here is a list of files that were changed in the last 2 days: etc/PROBLEMS lisp/ChangeLog lisp/international/code-pages.el lisp/language/cyrillic.el lisp/language/european.el src/ChangeLog src/Makefile.in src/alloca.c src/lisp.h src/unexalpha.c src/unexmacosx.c src/w32.c src/m/ia64.h I am assuming that we can ignore the following: etc/PROBLEMS lisp/ChangeLog src/ChangeLog src/Makefile.in Therefore, it is most likely that a change to one of the following is at fault: lisp/international/code-pages.el lisp/language/cyrillic.el lisp/language/european.el src/alloca.c src/lisp.h src/unexalpha.c src/unexmacosx.c src/w32.c src/m/ia64.h I will let you all know if I have any more luck.