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: revno 101399 fails to build Date: Mon, 13 Sep 2010 13:52:21 +0200 Message-ID: <83vd695096.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1284378754 1621 80.91.229.12 (13 Sep 2010 11:52:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2010 11:52:34 +0000 (UTC) Cc: joakim@verona.se, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 13 13:52:32 2010 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 1Ov7aK-0003vt-EC for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 13:52:32 +0200 Original-Received: from localhost ([127.0.0.1]:50194 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ov7aK-0007Xg-1G for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 07:52:32 -0400 Original-Received: from [140.186.70.92] (port=56437 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ov7aE-0007WA-M9 for emacs-devel@gnu.org; Mon, 13 Sep 2010 07:52:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ov7aD-00054g-6o for emacs-devel@gnu.org; Mon, 13 Sep 2010 07:52:26 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:50211) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ov7aC-00054X-UE for emacs-devel@gnu.org; Mon, 13 Sep 2010 07:52:25 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L8O00800OUJ2Q00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 13 Sep 2010 13:52:24 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.81.53]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L8O0050BOZ8ATO0@a-mtaout22.012.net.il>; Mon, 13 Sep 2010 13:52:22 +0200 (IST) In-reply-to: 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:130043 Archived-At: > From: Andreas Schwab > Date: Fri, 10 Sep 2010 10:37:43 +0200 > Cc: Emacs developers > > joakim@verona.se writes: > > > ... > > In toplevel form: > > calc/calc-help.el:30:1:Error: Required feature `calc-ext' was not provided > > Do you build with more that one job in parallel? In this case it can > happen that one emacs process writes out the elc file while another one > is reading the same (partial) file at the same time. To fix that the > creation of the elc file need to be made atomic. Or specify explicit dependencies in the Makefile. Or get Emacs to generate such dependencies given the `require's.