From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Problems using 'make -j2' on GNU/Linux Date: Sat, 21 Jun 2008 22:04:24 -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 1214100311 10803 80.91.229.12 (22 Jun 2008 02:05:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Jun 2008 02:05:11 +0000 (UTC) Cc: emacs-devel@gnu.org, Angelo Graziosi To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 22 04:05:52 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 1KAExJ-0000zR-55 for ged-emacs-devel@m.gmane.org; Sun, 22 Jun 2008 04:05:50 +0200 Original-Received: from localhost ([127.0.0.1]:35060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAEwU-0002mE-18 for ged-emacs-devel@m.gmane.org; Sat, 21 Jun 2008 22:04:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAEwQ-0002lz-Ai for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:04:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAEwO-0002le-TH for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:04:30 -0400 Original-Received: from [199.232.76.173] (port=45944 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAEwO-0002lb-QM for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:04:28 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34055) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAEwO-0001Nk-La for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:04:28 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KAEwK-0001C0-9v; Sat, 21 Jun 2008 22:04:24 -0400 X-Spook: Venezuela Mahmoud Ahmadinejad Security Council militia X-Ran: u/+4@.C#?hEi)J:ijj+L!'"gvvC!7mTbR7L)=o9^*L9xw#@l3Of,fCS0Y*(CiL+{?|$+$i X-Hue: magenta X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Sat, 21 Jun 2008 21:33:47 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:99662 Archived-At: Stefan Monnier wrote: >> 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. I think it's fixed now.