From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails to create deps directory in time Date: Mon, 23 Nov 2009 15:49:17 +0100 Message-ID: <4B0AA0ED.8040102@swipnet.se> References: <4B0A8A7A.3030303@cornell.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258987781 28317 80.91.229.12 (23 Nov 2009 14:49:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2009 14:49:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 23 15:49:34 2009 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 1NCaEP-0005Dq-Mz for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 15:49:34 +0100 Original-Received: from localhost ([127.0.0.1]:37403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCaEP-0000bb-C7 for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 09:49:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCaEG-0000Yw-PL for emacs-devel@gnu.org; Mon, 23 Nov 2009 09:49:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCaEB-0000W5-QG for emacs-devel@gnu.org; Mon, 23 Nov 2009 09:49:24 -0500 Original-Received: from [199.232.76.173] (port=36725 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCaEB-0000W1-Lv for emacs-devel@gnu.org; Mon, 23 Nov 2009 09:49:19 -0500 Original-Received: from proxy2.bredband.net ([195.54.101.72]:42664) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCaEB-00054c-91 for emacs-devel@gnu.org; Mon, 23 Nov 2009 09:49:19 -0500 Original-Received: from ipb2.telenor.se (195.54.127.165) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC01220189 for emacs-devel@gnu.org; Mon, 23 Nov 2009 15:49:18 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArNjAKovCktV4S1uPGdsb2JhbACBTZdfglgBAQEBN7kvhDwEgXCLGw X-IronPort-AV: E=Sophos;i="4.47,272,1257116400"; d="scan'208";a="6747131" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 23 Nov 2009 15:49:18 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 48E1D7FA07B; Mon, 23 Nov 2009 15:49:17 +0100 (CET) User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: <4B0A8A7A.3030303@cornell.edu> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:117585 Archived-At: Ken Brown skrev: > With a fresh cvs checkout, make bootstrap fails on cygwin as follows: > > gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/tmp/emacs/src > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 > -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 > -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/include/freetype2 -g -O2 -Wdeclaration-after-statement > -Wno-pointer-sign -MMD -MF deps/ecrt0.d /tmp/emacs/src/ecrt0.c > /tmp/emacs/src/ecrt0.c:106: fatal error: opening dependency file > deps/ecrt0.d: No such file or directory > > Examining src after the failure, I see that the deps directory hasn't > been created. Is there a problem in the Makefile? If I instead do make > -j4, the deps directory gets created and the compilation proceeds. > I've checked in a fix. Jan D.