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: Sun, 22 Jun 2008 08:18:15 -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 1214137113 23271 80.91.229.12 (22 Jun 2008 12:18:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Jun 2008 12:18:33 +0000 (UTC) Cc: emacs-devel@gnu.org, Angelo Graziosi To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 22 14:19:17 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 1KAOXN-0002xh-29 for ged-emacs-devel@m.gmane.org; Sun, 22 Jun 2008 14:19:17 +0200 Original-Received: from localhost ([127.0.0.1]:58736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAOWX-0002Ff-U4 for ged-emacs-devel@m.gmane.org; Sun, 22 Jun 2008 08:18:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAOWT-0002F6-GU for emacs-devel@gnu.org; Sun, 22 Jun 2008 08:18:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAOWR-0002Eu-P7 for emacs-devel@gnu.org; Sun, 22 Jun 2008 08:18:20 -0400 Original-Received: from [199.232.76.173] (port=53369 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAOWR-0002Er-Lr for emacs-devel@gnu.org; Sun, 22 Jun 2008 08:18:19 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:55105 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAOWO-0004vy-Fa; Sun, 22 Jun 2008 08:18:16 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtIEAGDfXUjO+KWv/2dsb2JhbACBW6t0 X-IronPort-AV: E=Sophos;i="4.27,685,1204520400"; d="scan'208";a="23067739" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 22 Jun 2008 08:18:15 -0400 Original-Received: from pastel.home ([206.248.165.175]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id CSO03116; Sun, 22 Jun 2008 08:18:16 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9409783BA; Sun, 22 Jun 2008 08:18:15 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Sat, 21 Jun 2008 22:04:24 -0400") 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:99685 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. > I think it's fixed now. Of course, now we have the other problem: try make (just to make sure everything's already compiled) and then touch src/regex.c; make and weep, Stefan