From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anupam Sengupta Newsgroups: gmane.emacs.devel Subject: "make bootstrap" fails for the latest EMACS_22_BASE head on OS X Date: Tue, 24 Jul 2007 11:01:12 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185301519 2170 80.91.229.12 (24 Jul 2007 18:25:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jul 2007 18:25:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 24 20:25:16 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IDP4N-0002kZ-Ia for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2007 20:25:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDP4M-0001BB-W5 for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2007 14:25:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDOhC-0007iM-16 for emacs-devel@gnu.org; Tue, 24 Jul 2007 14:01:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDOhA-0007gK-EY for emacs-devel@gnu.org; Tue, 24 Jul 2007 14:01:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDOhA-0007g6-Bf for emacs-devel@gnu.org; Tue, 24 Jul 2007 14:01:16 -0400 Original-Received: from fed1rmmtao103.cox.net ([68.230.241.43]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IDOh9-00019T-Ml for emacs-devel@gnu.org; Tue, 24 Jul 2007 14:01:16 -0400 Original-Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao103.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070724180113.QFRQ1358.fed1rmmtao103.cox.net@fed1rmimpo01.cox.net> for ; Tue, 24 Jul 2007 14:01:13 -0400 Original-Received: from Anupams-Mac.local ([72.222.192.8]) by fed1rmimpo01.cox.net with bizsmtp id TW1D1X00D0BKtlk0000000; Tue, 24 Jul 2007 14:01:13 -0400 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) X-detected-kernel: Solaris 10 (beta) X-Mailman-Approved-At: Tue, 24 Jul 2007 14:25:12 -0400 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: news.gmane.org gmane.emacs.devel:75471 Archived-At: Dear Emacs Gurus, Apologies if this is the wrong list to post this message. For the last few days (since 7/22?), I have not been able to successfully build Carbon Emacs on OS X using the latest CVS code from the EMACS_22_BASE. The platform I am using is PPC G4/OS X 10.4.10 I last successfully build Emacs on 7/20/07 on the same machine. The steps I have been following are: (in the wd for emacs code) $ make distclean $ cvs update $ ./configure --enable-carbon-app $ make bootstrap [..] Compiling /Users/anupam/code/emacs/emacs/lisp/./vc-arch.el Wrote /Users/anupam/code/emacs/emacs/lisp/vc-arch.elc Compiling /Users/anupam/code/emacs/emacs/lisp/./vc-cvs.el Wrote /Users/anupam/code/emacs/emacs/lisp/vc-cvs.elc Compiling /Users/anupam/code/emacs/emacs/lisp/./vc-hg.el In toplevel form: vc-hg.el:295:41:Error: Lisp nesting exceeds `max-lisp-eval-depth' make[2]: *** [compile] Error 1 make[1]: *** [bootstrap-build] Error 2 make: *** [bootstrap] Error 2 The make process fails during byte-compilation of vc-hg.el. Thanks! -- Anupam