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: bootstrap not regenerating some *loaddefs Date: Fri, 20 Jun 2008 12:50:22 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1213955832 9038 80.91.229.12 (20 Jun 2008 09:57:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 09:57:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 11:57:57 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 1K9dNQ-0003CS-Pt for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 11:57:53 +0200 Original-Received: from localhost ([127.0.0.1]:41708 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9dMa-0006yf-TR for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 05:57:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9dGp-0005zf-7o for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:51:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9dGm-0005yo-FX for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:51:01 -0400 Original-Received: from [199.232.76.173] (port=34578 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9dGl-0005ye-8i for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:50:59 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:49471) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9dGk-0005M9-PW for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:50:59 -0400 Original-Received: from HOME-C4E4A596F7 ([84.229.217.57]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K2R007X9AP63YK0@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Fri, 20 Jun 2008 13:05:31 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) 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:99515 Archived-At: > Date: Fri, 20 Jun 2008 11:27:10 +0200 > From: "Juanma Barranquero" > Cc: emacs-devel@gnu.org > > On Fri, Jun 20, 2008 at 10:45, Eli Zaretskii wrote: > > > At which step does it crash? > > Difficult to say, I don't have a log. However, I've been able to do a > parallel build now on another computer (with my lisp/makefile.w32-in > patches, BTW). I think the problems might be related to erroneously > doing > > make -j 2 XMFLAGS="-j 2" bootstrap install > > instead of as two different steps > > make -j 2 XMFLAGS="-j 2" bootstrap > make -j 2 XMFLAGS="-j 2" install I don't see why the former should crash, so it would be good to see a log.