From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Building cvs emacs on a dual-core machine Date: Wed, 27 Dec 2006 16:16:09 -0500 Message-ID: References: <863b72jwca.fsf@blue.stonehenge.com> Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1167254232 1377 80.91.229.10 (27 Dec 2006 21:17:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 21:17:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 27 22:17:11 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gzg97-0006qk-8G for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 22:17:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gzg96-0006Wb-N0 for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 16:17:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gzg8N-0006BI-WC for emacs-devel@gnu.org; Wed, 27 Dec 2006 16:16:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gzg8N-0006Az-IO for emacs-devel@gnu.org; Wed, 27 Dec 2006 16:16:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gzg8N-0006Aw-Cd for emacs-devel@gnu.org; Wed, 27 Dec 2006 16:16:23 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gzg8N-0002sU-74 for emacs-devel@gnu.org; Wed, 27 Dec 2006 16:16:23 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Gzg89-0002aq-TI; Wed, 27 Dec 2006 16:16:09 -0500 Original-To: merlyn@stonehenge.com (Randal L. Schwartz) In-reply-to: <863b72jwca.fsf@blue.stonehenge.com> (merlyn@stonehenge.com) 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:64370 Archived-At: So, there's clearly some dependency not being marked properly in the Makefiles, but the only solution is to painstakingly go through each and every Makefile and see where -j3 would have gone parallel, and make sure there's no sequential items, or any items that use a "temp file" with a fixed name. First of all, which compilation command failed? That will give us one side of the problem. Second, which targets have not yet been made? That will narrow down the other side, down to a few dozen possibilities at most, maybe less. You could probably then figure out by hand which one it is.