From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: sh.exe needed to bootstrap on Windows? Date: Mon, 16 Jul 2007 21:54:25 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184615674 20940 80.91.229.12 (16 Jul 2007 19:54:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2007 19:54:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 16 21:54:32 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 1IAWeO-0007X2-9p for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 21:54:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAWeN-0001WQ-Ur for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 15:54:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAWeK-0001VJ-Ux for emacs-devel@gnu.org; Mon, 16 Jul 2007 15:54:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAWeJ-0001UU-CS for emacs-devel@gnu.org; Mon, 16 Jul 2007 15:54:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAWeJ-0001UR-4P for emacs-devel@gnu.org; Mon, 16 Jul 2007 15:54:27 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAWeI-0007zZ-LA for emacs-devel@gnu.org; Mon, 16 Jul 2007 15:54:26 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so1196119wxc for ; Mon, 16 Jul 2007 12:54:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EmcR5LnsP7QCZMQ1GFWKHgCknOnE7E03hx4nOkYIWLIl0M2jXz72ukrZ5VIuCrtUhZ37duhDEdmpC2gyGrtJSgPcOYt2cgOHGlQVMjuP+6neC7ct+0Gi6o89tlM+sc1R51andljeonPDlbToL8Go6YujF+lP9b3OMCF2/Y0zZ8U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SljiJs8X9toh90XrJEWX5x1hrrgHbEnC43BNEllR2l5IYB1LUjWZIx6QiHjpBWG0QP+d78EB0jQYHqbryu+1Q13Q8b9HQo2XaK2OVnaik1ekcAYgCgYug/5crJQ8XFfWNeI7SMIt2+Z7gnFPzS7tRb8x90foWbZqaWvZ6QaGgs0= Original-Received: by 10.90.95.11 with SMTP id s11mr3725434agb.1184615665700; Mon, 16 Jul 2007 12:54:25 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Mon, 16 Jul 2007 12:54:25 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 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:74913 Archived-At: On 7/16/07, Eli Zaretskii wrote: > Did you clean the directory before bootstrapping? Yes. Before bootstrapping I do make realclean # in nt/ make maintainer-clean # in leim/, lispintro/, lispref/, man/ make distclean # in src/ > is it possible that > stale *.elc files are lying around? No. > 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. Juanma