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 19:16:35 +0300 Message-ID: <83vdahz0v0.fsf@gnu.org> References: <4BF69E5B.7040006@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1274460864 4440 80.91.229.12 (21 May 2010 16:54:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 May 2010 16:54:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 21 18:54:23 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 1OFVUL-0005Py-3p for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 18:54:21 +0200 Original-Received: from localhost ([127.0.0.1]:40432 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFVUJ-0001L4-N7 for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 12:54:19 -0400 Original-Received: from [140.186.70.92] (port=54326 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFVC1-0007jv-TP for emacs-devel@gnu.org; Fri, 21 May 2010 12:35:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFUtt-0002EF-Kh for emacs-devel@gnu.org; Fri, 21 May 2010 12:16:43 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:50404) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFUts-0002Dw-Q1 for emacs-devel@gnu.org; Fri, 21 May 2010 12:16:41 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L2S008002D1U900@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 21 May 2010 19:16:37 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.33.125]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L2S007MF2JN4Y40@a-mtaout20.012.net.il>; Fri, 21 May 2010 19:16:36 +0300 (IDT) In-reply-to: <4BF69E5B.7040006@alice.it> 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:124995 Archived-At: > Date: Fri, 21 May 2010 16:53:15 +0200 > From: Angelo Graziosi > > Today, trying to bootstrap Emacs trunk (rev. 100406), using 'make -j4', > fails always in the same manner: Thanks for the report, but where's the relevant data? It fails compiling dispnew.c, but the portion of the build you show relates to frame.c, not to dispnew.c. Please show more. > I have done many tries... It looks as if, with 'make -j4', it avoids to > compile dispnew.c. Indeed I obtain > > $ grep dispnew build-emacs-gtk-24.0.50-r100405.log > make[2]: *** [dispnew.o] Error 1 It doesn't avoid. It tries to compile it, but the compilation fails for some reason. The question is what is the reason. Seeing the compiler command and its output might help.