From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Problems using 'make -j2' on GNU/Linux Date: Sat, 21 Jun 2008 21:33:47 -0400 Message-ID: References: <485D72DA.6020804@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214098447 7334 80.91.229.12 (22 Jun 2008 01:34:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Jun 2008 01:34:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 22 03:34:51 2008 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 1KAETf-0003ua-7i for ged-emacs-devel@m.gmane.org; Sun, 22 Jun 2008 03:34:47 +0200 Original-Received: from localhost ([127.0.0.1]:34355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAESq-0003NE-24 for ged-emacs-devel@m.gmane.org; Sat, 21 Jun 2008 21:33:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAESk-0003Kv-Sg for emacs-devel@gnu.org; Sat, 21 Jun 2008 21:33:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAESj-0003J7-1r for emacs-devel@gnu.org; Sat, 21 Jun 2008 21:33:50 -0400 Original-Received: from [199.232.76.173] (port=34840 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAESi-0003Iu-OS for emacs-devel@gnu.org; Sat, 21 Jun 2008 21:33:48 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:29900 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAESi-0001rV-HL for emacs-devel@gnu.org; Sat, 21 Jun 2008 21:33:48 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArMEAF9JXUjO+KWv/2dsb2JhbACBW6wm X-IronPort-AV: E=Sophos;i="4.27,684,1204520400"; d="scan'208";a="23061582" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 21 Jun 2008 21:33:47 -0400 Original-Received: from pastel.home ([206.248.165.175]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id CHD39047; Sat, 21 Jun 2008 21:33:47 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0B8D283BA; Sat, 21 Jun 2008 21:33:47 -0400 (EDT) In-Reply-To: <485D72DA.6020804@alice.it> (Angelo Graziosi's message of "Sat, 21 Jun 2008 23:30:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:99655 Archived-At: > After recent changes [1], using 'make -j2 bootstrap', on GNU/Linux Kubuntu > 8.04, fails [...] > Instead 'make bootstrap' works. Yes, I've seen this as well (tho I didn't see it with -j4 in my earlier tests). Note that after "make -j2 bootstrap" you can finish the bootstrap with "make -j2" and it should work. Stefan