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: Bootstrap failure using 'make -j4' [Cygwin] Date: Fri, 21 May 2010 21:45:01 +0300 Message-ID: <83pr0pytzm.fsf@gnu.org> References: <4BF69E5B.7040006@alice.it> <83vdahz0v0.fsf@gnu.org> <4BF6BB85.3010504@alice.it> <83r5l5yw33.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1274467514 29215 80.91.229.12 (21 May 2010 18:45:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 May 2010 18:45:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: angelo.graziosi@alice.it Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 21 20:45:13 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 1OFXDb-0007ZS-TF for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 20:45:12 +0200 Original-Received: from localhost ([127.0.0.1]:52584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFXDb-0003AX-8m for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 14:45:11 -0400 Original-Received: from [140.186.70.92] (port=54293 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFXDV-0003AR-T0 for emacs-devel@gnu.org; Fri, 21 May 2010 14:45:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFXDU-0008Vx-9g for emacs-devel@gnu.org; Fri, 21 May 2010 14:45:05 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:51276) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFXDU-0008Vi-2I for emacs-devel@gnu.org; Fri, 21 May 2010 14:45:04 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L2S00D0097OXD00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 21 May 2010 21:45:02 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.33.125]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L2S00ASI9F0TV90@a-mtaout20.012.net.il>; Fri, 21 May 2010 21:45:01 +0300 (IDT) In-reply-to: <83r5l5yw33.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:125001 Archived-At: > Date: Fri, 21 May 2010 20:59:44 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > Date: Fri, 21 May 2010 18:57:41 +0200 > > From: Angelo Graziosi > > Cc: emacs-devel@gnu.org > > > > In the build log there is *not* track of the command to compile > > dispnew.c: as you see 'grep' finds only > > > > make[2]: *** [dispnew.o] Error 1 > > I cannot reproduce this on GNU/Linux with "make -j4 bootstrap". In fact, I cannot reproduce this with -jN for N in [2..6]. With -j6, I get a failure messages like this make[3]: vfork: Resource temporarily unavailable /bin/sh: Cannot fork which I think mean I'm trying to use more resources than I'm allowed to on this machine. But that's way after bootstrap-emacs was linked, including compiling dispnew.c. Do you see any other unusual messages in the transcript?