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 10:51:09 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <762A7BB74D6AD51195EF00B0D0AA16602C3851@STPETE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: main.gmane.org 1038326376 12661 80.91.224.249 (26 Nov 2002 15:59:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 15:59:36 +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 18Gi7Z-0003Hr-00 for ; Tue, 26 Nov 2002 16:59:33 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18GiDj-0001mi-00 for ; Tue, 26 Nov 2002 17:05:56 +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 18Gi4d-00054F-00; Tue, 26 Nov 2002 10:56:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Gi3h-0004WQ-00 for emacs-devel@gnu.org; Tue, 26 Nov 2002 10:55:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Gi3f-0004SV-00 for emacs-devel@gnu.org; Tue, 26 Nov 2002 10:55:32 -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 18Gi3e-0004R3-00 for emacs-devel@gnu.org; Tue, 26 Nov 2002 10:55:30 -0500 Original-Received: by STPETE with Internet Mail Service (5.5.2656.59) id ; Tue, 26 Nov 2002 10:51:10 -0500 Original-To: 'Steven Tamm' 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:9684 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9684 > Reverting lisp/emacs-lisp/cl-macs.el to revision 1.34 (where cl-macs > doesn't require help-fns) makes bootstrap proceed again. I agree that reverting cl-macs.el to the earlier revision appears to resolve the problem with make bootstrap. However, the last time cl-macs.el was changed was more than 8 weeks ago. Up until last Thursday night I was doing a make bootstrap on Emacs once or twice a day and everything worked fine. Therefore I must conclude that the last change to cl-macs.el was not the one that broke make bootstrap. By reverting cl-macs.el we are only hiding the problem, not solving it. Something else changed in the last 5 days to break make bootstrap. At this time I do not have the time or the resources required to determine what change really is the culprit, but I feel that it is important that we make that determination.