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: Bootstrap fails on w32 Date: Mon, 23 May 2005 00:34:40 +0200 Message-ID: References: <428FB183.3000209@student.lu.se> <4290EDA8.7020401@student.lu.se> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1116802040 23323 80.91.229.2 (22 May 2005 22:47:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 May 2005 22:47:20 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 23 00:47:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZzDe-00087B-Nk for ged-emacs-devel@m.gmane.org; Mon, 23 May 2005 00:46:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZzGz-0005U5-Iy for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 18:50:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZz8w-0006qF-4p for emacs-devel@gnu.org; Sun, 22 May 2005 18:41:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZz8h-0006hV-Ak for emacs-devel@gnu.org; Sun, 22 May 2005 18:41:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZz8d-0006eC-LP for emacs-devel@gnu.org; Sun, 22 May 2005 18:41:39 -0400 Original-Received: from [64.233.184.207] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DZzAs-0004ux-HL for emacs-devel@gnu.org; Sun, 22 May 2005 18:43:58 -0400 Original-Received: by wproxy.gmail.com with SMTP id 50so2006982wri for ; Sun, 22 May 2005 15:34:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Zq2zGDdu4XMuMNq47jkiL9DI9i2CBiaar09K0Qdcwr2H0C9peD/7G0ChUhRfWkt5u8GxxmPV/2UPiykLz4/TM2LK5yRDipFC1/PWrh63GoQdzqVlnrRozjsd9EBoRQ8RQ0T/9bKD98DjuHmZDLsQLYImZ1eb9iDmMfLjF0fCUtw= Original-Received: by 10.54.15.15 with SMTP id 15mr3045783wro; Sun, 22 May 2005 15:34:40 -0700 (PDT) Original-Received: by 10.54.82.6 with HTTP; Sun, 22 May 2005 15:34:40 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: Content-Disposition: inline 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:37487 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37487 And yet another oddity. I usually run the make process from inside 4NT, and C:\bin\emacs\nt> (cmd /c nmake) 2&>1 | tee build.log works, but C:\bin\emacs\nt> (cmd /c nmake install) 2>&1 | tee install.log often (but not always) hangs when running addpm.exe. It never hangs when there's no redirection. Not important, of course, so I haven't tried to debugging it, but it *is* puzzling. --=20 /L/e/k/t/u