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: sh.exe needed to bootstrap on Windows? Date: Mon, 16 Jul 2007 23:19:46 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1184617198 26121 80.91.229.12 (16 Jul 2007 20:19:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2007 20:19:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Juanma Barranquero" , Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 16 22:19:57 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 1IAX2x-00070Z-2D for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 22:19:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAX2w-0005kS-3a for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 16:19:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAX2t-0005jw-9J for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:19:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAX2r-0005jE-S8 for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:19:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAX2r-0005j4-Je for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:19:49 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAX2q-0005bX-UR for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:19:49 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-116-169.inter.net.il [84.229.116.169]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HGT49366 (AUTH halo1); Mon, 16 Jul 2007 23:19:54 +0300 (IDT) In-reply-to: (lekktu@gmail.com) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:74915 Archived-At: > 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?