From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails with newest CVS sources - 2002-11-25 Date: 26 Nov 2002 22:58:35 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: <762A7BB74D6AD51195EF00B0D0AA16602C3852@STPETE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038425908 7159 80.91.224.249 (27 Nov 2002 19:38:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 19:38:28 +0000 (UTC) Cc: "GNU Emacs Devel (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 18H7yt-0001jM-00 for ; Wed, 27 Nov 2002 20:36:19 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18H85c-0000ty-00 for ; Wed, 27 Nov 2002 20:43:16 +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 18H7v2-00059p-00; Wed, 27 Nov 2002 14:32:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18H7uP-0004Qn-00 for emacs-devel@gnu.org; Wed, 27 Nov 2002 14:31:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18H7uN-0004QX-00 for emacs-devel@gnu.org; Wed, 27 Nov 2002 14:31:40 -0500 Original-Received: from tungsten.btinternet.com ([194.73.73.81]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18H7uN-0004QP-00 for emacs-devel@gnu.org; Wed, 27 Nov 2002 14:31:39 -0500 Original-Received: from host213-122-237-200.in-addr.btopenworld.com ([213.122.237.200] helo=nyaumo.btinternet.com) by tungsten.btinternet.com with esmtp (Exim 3.22 #16) id 18H7uE-0003JX-00; Wed, 27 Nov 2002 19:31:31 +0000 Original-Received: from nyaumo.btinternet.com (nyaumo.btinternet.com [127.0.0.1]) by nyaumo.btinternet.com (Postfix) with ESMTP id C60684B05C; Tue, 26 Nov 2002 22:58:35 +0000 (GMT) Original-To: Ben Key In-Reply-To: <762A7BB74D6AD51195EF00B0D0AA16602C3852@STPETE> Original-Lines: 39 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:9712 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9712 Ben Key writes: > 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. No, it means that it happened between 2 and 3 days ago. > 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 would have thought it was obvious from the files that people have reported they had success reverting that the following change is what triggered the break in bootstrapping: * faces.el (face-set-after-frame-default): Ignore errors in face-spec-face-set. * cus-face.el (custom-declare-face): Add face-defface-spec prop after applying the face spec. But it seems the real problem may be with a prior change to cl-macs.el