From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: sh.exe needed to bootstrap on Windows? Date: Mon, 16 Jul 2007 13:34:16 -0700 Message-ID: <200707162034.l6GKYGdv012777@oogie-boogie.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184618123 29231 80.91.229.12 (16 Jul 2007 20:35:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2007 20:35:23 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 16 22:35:21 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 1IAXHs-0003M9-Pd for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 22:35:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAXHs-0003OQ-Ce for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 16:35:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAXHo-0003OL-UY for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:35:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAXHn-0003O9-Hf for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:35:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAXHn-0003O6-AV for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:35:15 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAXHk-0000jQ-Te; Mon, 16 Jul 2007 16:35:13 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l6GKYGdv012777; Mon, 16 Jul 2007 13:34:21 -0700 (PDT) In-Reply-To: (Eli Zaretskii's message of "Mon\, 16 Jul 2007 23\:19\:46 +0300") Original-Lines: 38 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 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:74918 Archived-At: Eli Zaretskii writes: > > Date: Mon, 16 Jul 2007 21:54:25 +0200 > > From: "Juanma Barranquero" > > Cc: emacs-devel@gnu.org > > > > > If this doesn't help, please run this command under a debugger, put a > > > breakpoint where this error message is printed (in callproc.c and > > > process.c), and show the backtrace when one of these breakpoints > > > breaks. > > > > Will try. > > Okay, I can reproduce this myself, except that in my case it complains > about cmdproxy, like someone else already reported today. I can > understand why it doesn't find cmdproxy: it's the first pass of > bootstrap, so no binary is yet built except bootstrap-emacs. But why > does it fail to find sh.exe in your case? Do you even have sh.exe? > (I do, but I renamed it for this test, because I thought you were > running without sh.exe.) > > I think the problem happens because of this change: > > 2007-07-16 Dan Nicolaescu > > * vc-hooks.el (vc-handled-backends): Move BZR later in the list. > > Dan, can you explain why this change was made? See the comment below that code: ;; BZR, HG, Arch and MCVS come last because they are per-tree rather ;; than per-dir. The idea is that for these VC backends the version control info is present in one place in the tree, not in each subdir. So VC has to look up the directory tree to find it.