From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.3 released Date: Thu, 10 Mar 2011 23:26:34 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299817614 9409 80.91.229.12 (11 Mar 2011 04:26:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2011 04:26:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 11 05:26:50 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 1Pxtw9-0004M7-8X for ged-emacs-devel@m.gmane.org; Fri, 11 Mar 2011 05:26:50 +0100 Original-Received: from localhost ([127.0.0.1]:45676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxtw6-00078C-Tu for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2011 23:26:46 -0500 Original-Received: from [140.186.70.92] (port=54243 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxtvy-00074x-Bs for emacs-devel@gnu.org; Thu, 10 Mar 2011 23:26:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pxtvw-0004mb-Ch for emacs-devel@gnu.org; Thu, 10 Mar 2011 23:26:37 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:54112 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pxtvw-0004mX-8o for emacs-devel@gnu.org; Thu, 10 Mar 2011 23:26:36 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAGIzeU3O+IG+/2dsb2JhbACmNXjBBIViBIUpkBI X-IronPort-AV: E=Sophos;i="4.62,301,1297054800"; d="scan'208";a="95624717" Original-Received: from 206-248-129-190.dsl.teksavvy.com (HELO ceviche.home) ([206.248.129.190]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 10 Mar 2011 23:26:35 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 0775366135; Thu, 10 Mar 2011 23:26:35 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Thu, 10 Mar 2011 17:45:04 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:137077 Archived-At: > Trying to bootstrap it on Windows I get 15 errors of the kind > Debugger entered--Lisp error: (cyclic-function-indirection vc-update) Hmm... I don't remember seeing such errors and I can't think of what change in lexbind could get us there. Any chance you didn't start from a clean tree? > followed by debugger backtraces (they're quite longish, I can send you > a gzipped log if needed). The backtraces are very verbose because I changed debug.el's print-length and/or print-depth so *Backtrace* has more data, but indeed it makes the backtraces on stdout unusable, so you may want to check lisp/emacs-lisp/debug.el and undo the change there. > Finally, the bootstrap hangs after > Wrote c:/emacs/lexbind-new/lisp/vc/vc-svn.elc Again, I don't have much idea how/why that could happen :-( Stefan