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: Some change in the past 24 hours broke building on Windows Date: Wed, 07 Feb 2007 20:40:38 +0200 Message-ID: References: <45C66130.2050106@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1170873760 1009 80.91.229.12 (7 Feb 2007 18:42:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Feb 2007 18:42:40 +0000 (UTC) To: mindcooler@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 07 19:42:26 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 1HErkG-0003uh-Bx for ged-emacs-devel@m.gmane.org; Wed, 07 Feb 2007 19:42:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HErkF-0006Ya-TP for ged-emacs-devel@m.gmane.org; Wed, 07 Feb 2007 13:42:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HErij-0005RP-UL for emacs-devel@gnu.org; Wed, 07 Feb 2007 13:40:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HErii-0005QG-3X for emacs-devel@gnu.org; Wed, 07 Feb 2007 13:40:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HErih-0005Pp-Om for emacs-devel@gnu.org; Wed, 07 Feb 2007 13:40:39 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HErih-00079Q-CX for emacs-devel@gnu.org; Wed, 07 Feb 2007 13:40:39 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-70-73.inter.net.il [80.230.70.73]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FZT01588 (AUTH halo1); Wed, 7 Feb 2007 20:40:34 +0200 (IST) In-reply-to: (message from Eli Zaretskii on Mon, 05 Feb 2007 06:26:34 +0200) 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:66073 Archived-At: > Date: Mon, 05 Feb 2007 06:26:34 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > From: Eric Lilja > > Date: Mon, 05 Feb 2007 00:30:20 +0100 > > > > I just did another completely fresh checkout and ran the same script > > with the notable difference of removing --jobs=2 and XMFLAGS="--jobs=2" > > and I was now able to complete the build process. > > That figures: the problem was caused by a random timing variation, > since the bug was always there, AFAICS. > > > About a month ago, a lot of work was put in by Eli Zaretskii to make > > emacs build on windows with those parameters passed to make and some > > change just after the third of february broke it, it seems. > > No, it's not some recent change. I see the bug in > src/makefile.w32-in, it only rears its ugly head with --jobs, and is > not new. I will fix that later today. Should be fixed now. Sorry for the delay.