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 20:43:33 +0300 Message-ID: <83sk5lywu2.fsf@gnu.org> References: <4BF69E5B.7040006@alice.it> <83vdahz0v0.fsf@gnu.org> <4BF6BB85.3010504@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1274464160 16982 80.91.229.12 (21 May 2010 17:49:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 May 2010 17:49:20 +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 19:49:19 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 1OFWLU-0002zq-E3 for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 19:49:17 +0200 Original-Received: from localhost ([127.0.0.1]:32939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFWLS-0006Bw-Ho for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 13:49:14 -0400 Original-Received: from [140.186.70.92] (port=39814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFWGk-0002C4-Vg for emacs-devel@gnu.org; Fri, 21 May 2010 13:44:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFWGg-0007zA-Uq for emacs-devel@gnu.org; Fri, 21 May 2010 13:44:21 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:54058) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFWGf-0007yr-HO for emacs-devel@gnu.org; Fri, 21 May 2010 13:44:17 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L2S00E006IKFL00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Fri, 21 May 2010 20:43:34 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.33.125]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L2S00D0X6KKE330@a-mtaout21.012.net.il>; Fri, 21 May 2010 20:43:34 +0300 (IDT) In-reply-to: <4BF6BB85.3010504@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:124999 Archived-At: > Date: Fri, 21 May 2010 18:57:41 +0200 > From: Angelo Graziosi > Cc: emacs-devel@gnu.org > > > 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. > > Hmm... perhaps I wasn't clear. > > 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 What happens if you say "make -j4 -d 2>&1 | tee foo"? Do you see any references to dispnew in the file `foo' created by this command?