From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.devel Subject: Re: bootstrap oddities: cvs vs. arch? Long pathnames? Date: Wed, 21 Apr 2004 18:48:53 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87znbl2oqd.fsf@tc-1-100.kawasaki.gol.ne.jp> <87vfk2rs88.fsf@tc-1-100.kawasaki.gol.ne.jp> <871xmmdtyp.fsf@tc-1-100.kawasaki.gol.ne.jp> <20040419222303.GA14432@fencepost> Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082567727 14573 80.91.224.253 (21 Apr 2004 17:15:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2004 17:15:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 21 19:15:16 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGLJc-0001oe-00 for ; Wed, 21 Apr 2004 19:15:16 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGLJc-0007Ml-00 for ; Wed, 21 Apr 2004 19:15:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGLIy-0001ZW-ET for emacs-devel@quimby.gnus.org; Wed, 21 Apr 2004 13:14:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BGLHQ-0000ar-LH for emacs-devel@gnu.org; Wed, 21 Apr 2004 13:13:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGL4o-0004i2-Q4 for emacs-devel@gnu.org; Wed, 21 Apr 2004 13:00:31 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BGKxV-0002qf-1t for emacs-devel@gnu.org; Wed, 21 Apr 2004 12:52:25 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.30) id 1BGKua-0008Lo-Ra for emacs-devel@gnu.org; Wed, 21 Apr 2004 12:49:24 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BGKuI-0004DB-00 for ; Wed, 21 Apr 2004 18:49:06 +0200 Original-Received: from lumberjack.physik.uni-ulm.de ([134.60.10.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Apr 2004 18:49:06 +0200 Original-Received: from reiner.steib by lumberjack.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Apr 2004 18:49:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 49 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lumberjack.physik.uni-ulm.de X-Face: P05mdcZT&lL[-s2=mw~RsllZ0zZAb?vdE}.s List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21996 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21996 On Wed, Apr 21 2004, Reiner Steib wrote: > On Wed, Apr 21 2004, Miles Bader wrote: [...] >> I'm not sure what's going on with your builds; maybe it's the long >> pathnames, or your OS? I'm using debian unstable on a 386 machine. > > I'm using SuSE 8.2 (incl. all recommended security updates) on an AMD > Athlon. I got same behavior (success in /var/tmp/ste/test; failure with "Lisp nesting exceeds max-lisp-eval-depth" in the directory with long pathname on two additional machines (with the same source tree). One with SuSE 8.2 as above (Dual Pentium III machine), the other with SuSE 7.2 (Pentium 4). bootstrap also fails when in /var/tmp/ste/abcefghijk/test, but with a different error location: --8<---------------cut here---------------start------------->8--- Wrote /var/tmp/ste/abcefghijk/test/lisp/eshell/esh-mode.elc Compiling /var/tmp/ste/abcefghijk/test/lisp/./eshell/esh-module.el Loading ange-ftp (source)... In toplevel form: eshell/esh-module.el:29:13:Error: Lisp nesting exceeds max-lisp-eval-depth make[1]: *** [compile] Error 1 make[1]: Leaving directory `/var/tmp/ste/abcefghijk/test/lisp' make: *** [bootstrap] Error 2 --8<---------------cut here---------------end--------------->8--- Ah, this is the same failure as you described (in ). After... $ src/bootstrap-emacs -batch -f batch-byte-compile lisp/vc-arch.el ..., "make bootstrap" works (and the resulting src/emacs works). Exactly as in your case with /usr/local/emacs/test. I.e. the error location seems to depend on the pathname of the build directory. Odd. Any ideas? Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/