From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: bootstrap failure Date: 20 Nov 2004 05:38:34 -0500 Message-ID: References: <200411200014.iAK0Exd18676@raven.dms.auburn.edu> <200411200129.iAK1TVd18747@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1100947176 1030 80.91.229.6 (20 Nov 2004 10:39:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Nov 2004 10:39:36 +0000 (UTC) Cc: schwab@suse.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 20 11:39:18 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CVSeD-0006k2-00 for ; Sat, 20 Nov 2004 11:39:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVSnA-0008PC-4B for ged-emacs-devel@m.gmane.org; Sat, 20 Nov 2004 05:48:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CVSmf-0008E8-9F for emacs-devel@gnu.org; Sat, 20 Nov 2004 05:48:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CVSmb-0008Ar-EZ for emacs-devel@gnu.org; Sat, 20 Nov 2004 05:47:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVSmb-0008Aa-Aq for emacs-devel@gnu.org; Sat, 20 Nov 2004 05:47:57 -0500 Original-Received: from [207.245.121.140] (helo=colo.agora-net.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CVSdZ-0000E1-Iz for emacs-devel@gnu.org; Sat, 20 Nov 2004 05:38:38 -0500 Original-Received: from ttn by colo.agora-net.com with local (Exim 4.41) id 1CVSdW-0006LU-AI; Sat, 20 Nov 2004 05:38:34 -0500 Original-To: Luc Teirlinck In-Reply-To: Luc Teirlinck's message of "Fri, 19 Nov 2004 19:29:31 -0600 (CST)" Original-Lines: 20 X-Mailer: Gnus v5.7/Emacs 20.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30122 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30122 Luc Teirlinck writes: You mean that you can actually do a successful `make bootstrap' with the very latest CVS? I can not. my bad. i only changed Makefile.in target `recompile', not thinking more broadly (about bootstrap and other processes). so it looks like i did not fix the problem but instead made it worse. sorry about that. i have just checked in src/eval.c that initializes the value of `max-specpdl-size' to 650, as well as reverted lisp/Makefile.in for both `recompile' and `compile'. (at first i thought it would be better to address the problem where it showed up, but now i think Stefan's suggestion to bump the value is better because it is more general.) thi