From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure using 'make -j4' [Cygwin] Date: Sat, 22 May 2010 03:16:00 -0400 Message-ID: References: <4BF69E5B.7040006@alice.it> <83vdahz0v0.fsf@gnu.org> <4BF6BB85.3010504@alice.it> <83r5l5yw33.fsf@gnu.org> <4BF70D0B.9050106@alice.it> <83d3wozamt.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274512576 24151 80.91.229.12 (22 May 2010 07:16:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 22 May 2010 07:16:16 +0000 (UTC) Cc: emacs-devel@gnu.org, Angelo Graziosi To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 22 09:16:14 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OFiwN-00085u-F0 for ged-emacs-devel@m.gmane.org; Sat, 22 May 2010 09:16:11 +0200 Original-Received: from localhost ([127.0.0.1]:45516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFiwM-00039J-LT for ged-emacs-devel@m.gmane.org; Sat, 22 May 2010 03:16:10 -0400 Original-Received: from [199.232.76.173] (port=46601 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFiwF-00038K-Qj for emacs-devel@gnu.org; Sat, 22 May 2010 03:16:03 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OFiwE-0005xx-T1 for emacs-devel@gnu.org; Sat, 22 May 2010 03:16:03 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33022) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OFiwE-0005xt-Lm for emacs-devel@gnu.org; Sat, 22 May 2010 03:16:02 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OFiwC-00034E-Er; Sat, 22 May 2010 03:16:00 -0400 X-Spook: BATF CBNRC Kennedy munitions Bellcore Adriatic world X-Ran: 9!|o=HjpnJNOBk%aAp:Y[Nr+oAApve&;*dlyAnhvNv)SE{`oC-sXOJAoY`OaM?tvdG,nGq X-Hue: magenta X-Attribution: GM In-Reply-To: <83d3wozamt.fsf@gnu.org> (Eli Zaretskii's message of "Sat\, 22 May 2010 09\:57\:46 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:125043 Archived-At: Eli Zaretskii wrote: > where MKDEPDIR expands to this: > > test -d ${DEPDIR} || mkdir ${DEPDIR} > > Now, if more than one .c.o rule tries to create the `deps' > subdirectory at the same time, one of them might lose due to a race > condition, and fail the entire compilation. Please note I changed this earlier today for this reason; but in a different way to your suggestion. > Could you please try changing this line: > > @$(MKDEPDIR) > into > -@$(MKDEPDIR)