From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Symbol's chain of function indirections contains a loop Date: Sat, 29 Jan 2011 20:54:45 +0200 Message-ID: <8339obh762.fsf@gnu.org> References: <8362t7heca.fsf@gnu.org> <4D44505B.4020004@gmail.com> <87wrlniozg.fsf@member.fsf.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1296327281 28374 80.91.229.12 (29 Jan 2011 18:54:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2011 18:54:41 +0000 (UTC) Cc: cschol2112@googlemail.com, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 29 19:54:34 2011 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.69) (envelope-from ) id 1PjFwI-0005a5-4k for ged-emacs-devel@m.gmane.org; Sat, 29 Jan 2011 19:54:33 +0100 Original-Received: from localhost ([127.0.0.1]:59014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjFwF-00006X-3d for ged-emacs-devel@m.gmane.org; Sat, 29 Jan 2011 13:54:23 -0500 Original-Received: from [140.186.70.92] (port=41111 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjFwB-00006S-Cr for emacs-devel@gnu.org; Sat, 29 Jan 2011 13:54:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjFwA-0002lY-31 for emacs-devel@gnu.org; Sat, 29 Jan 2011 13:54:19 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:35872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjFw9-0002lS-Sa for emacs-devel@gnu.org; Sat, 29 Jan 2011 13:54:18 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LFS00100SDJSZ00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sat, 29 Jan 2011 20:54:16 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.46.39]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LFS0013JSIET400@a-mtaout21.012.net.il>; Sat, 29 Jan 2011 20:54:16 +0200 (IST) In-reply-to: <87wrlniozg.fsf@member.fsf.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 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:135224 Archived-At: > From: Tassilo Horn > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Sat, 29 Jan 2011 18:44:35 +0100 > > Christoph writes: > > >> Some of the messages are about vc-pull. > >> The bootstrap hangs completely when it comes to compile vc.el. > >> Anyone else sees this? > > > > Yes, make bootstrap hangs for me on the following line: > > > > Wrote d:/devel/emacs/emacs-bzr/trunk/lisp/vc/vc-svn.elc > > Mine went through without a problem an a GNU/Linux bug. Maybe it's some > windows-only issue? Maybe, but I'd appreciate any ideas how this could happen. For now, I've narrowed this down to the following command: "./../bin/emacs.exe" -batch --no-site-file --no-site-lisp -l loaddefs -f batch-byte-compile-if-not-done expand.el When this command is issued in the lisp/ subdirectory, it fails with emacs.exe that is the one produced by the first build during the bootstrap (see the `bootstrap-temacs' and `bootstrap-emacs' targets in src/makefile.w32-in), but succeeds if I do the same with an Emacs binary that is built normally. The only difference between these two binaries is that the former is built with -DPURESIZE=5000000, while the latter uses PURESIZE defined on puresize.h.