From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails with newest CVS sources - 2002-11-25 Date: Fri, 29 Nov 2002 10:02:36 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <762A7BB74D6AD51195EF00B0D0AA16602C3852@STPETE> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038582312 12007 80.91.224.249 (29 Nov 2002 15:05:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 29 Nov 2002 15:05:12 +0000 (UTC) Cc: BenK@FreedomScientific.com, 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 18HmhX-00037K-00 for ; Fri, 29 Nov 2002 16:05:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18Hmp9-0007jn-00 for ; Fri, 29 Nov 2002 16:12:59 +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 18Hmfv-00033t-00; Fri, 29 Nov 2002 10:03:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Hmf8-0002n7-00 for emacs-devel@gnu.org; Fri, 29 Nov 2002 10:02:38 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Hmf6-0002mf-00 for emacs-devel@gnu.org; Fri, 29 Nov 2002 10:02:38 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Hmf6-0002mY-00 for emacs-devel@gnu.org; Fri, 29 Nov 2002 10:02:36 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18Hmf6-0001xW-00; Fri, 29 Nov 2002 10:02:36 -0500 Original-To: jasonr@gnu.org In-reply-to: (message from Jason Rumney on 26 Nov 2002 22:58:35 +0000) 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:9742 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9742 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. I can't see anything in that change that might have caused either of these files to need cl, or need anything they did not need before. Can you?