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: 29 Nov 2002 19:35:51 +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 1038603075 10791 80.91.224.249 (29 Nov 2002 20:51:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 29 Nov 2002 20:51:15 +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 18Hs6U-0002nv-00 for ; Fri, 29 Nov 2002 21:51:14 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18HsEC-0002PP-00 for ; Fri, 29 Nov 2002 21:59:13 +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 18Hs47-0003tF-00; Fri, 29 Nov 2002 15:48:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Hs2M-0001HJ-00 for emacs-devel@gnu.org; Fri, 29 Nov 2002 15:46:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Hs2J-0001GK-00 for emacs-devel@gnu.org; Fri, 29 Nov 2002 15:46:57 -0500 Original-Received: from einsteinium.btinternet.com ([194.73.73.147] helo=einsteinium) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Hs2J-0001GE-00; Fri, 29 Nov 2002 15:46:55 -0500 Original-Received: from host62-7-50-182.in-addr.btopenworld.com ([62.7.50.182] helo=nyaumo.btinternet.com) by einsteinium with esmtp (Exim 3.22 #16) id 18Hs2G-00038S-00; Fri, 29 Nov 2002 20:46:52 +0000 Original-Received: from nyaumo.btinternet.com (nyaumo.btinternet.com [127.0.0.1]) by nyaumo.btinternet.com (Postfix) with ESMTP id EBE314AAB5; Fri, 29 Nov 2002 19:35:51 +0000 (GMT) Original-To: rms@gnu.org In-Reply-To: Original-Lines: 26 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:9752 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9752 Richard Stallman writes: > 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? I didn't look at the changes themselves in detail. My thoughts were based on a report that reverting faces.el and cus-face.el to the previous version had made the problem go away. Maybe the person that reported that had actually reverted more than just those two files, so the report was bogus. I don't see the report in the emacs-devel archives, so it probably went to emacs-pretest-bug where Ben wouldn't have seen it.