From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: bootstrap not regenerating some *loaddefs Date: Fri, 20 Jun 2008 11:27:10 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213954052 3379 80.91.229.12 (20 Jun 2008 09:27:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 09:27:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 11:28: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 1K9cul-00031y-Ni for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 11:28:16 +0200 Original-Received: from localhost ([127.0.0.1]:44084 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9ctw-0004uc-Bu for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 05:27:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9ctn-0004s1-CU for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:27:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9ctk-0004qZ-MW for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:27:13 -0400 Original-Received: from [199.232.76.173] (port=45660 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9ctk-0004qS-Cg for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:27:12 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.170]:28718) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9ctj-0000oF-Hm for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:27:12 -0400 Original-Received: by ug-out-1314.google.com with SMTP id l31so1141666ugc.48 for ; Fri, 20 Jun 2008 02:27:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=yWWhpGuPwfyBO5iCbZfX53uFwFtY97KRvwW/0Rg6nAU=; b=nS4+JrfkPvpwLKpNP/i/Y+wvcJ/FWw48Lu+7SaslMrraINJMvyDKmnefh49Dff+Zbk uKklHPseXXRteMm/dL832y+JiknEvfwAah6PpKZvJdESpUwvNubu70XCS5iZQpIlNyKF eUKdMPhv1MUO38O6ZtkTwKk78vdlBgJBQX56M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ZI8yNuoQym2ta2SjGxHKPcYX9twnv2sWB187bCixexN3QOKtGtF5DSC+7dIv0KHfMR 8ez8azdKib5HyTHDM3K4hkcyvjJ018ig5PXq9bfJ4cXvAetZYM7/9sgfDXihpZ5I2RlF ScdDIHTIuYDSfseMXVGT6X6c8DPY17bvmJ7oA= Original-Received: by 10.210.38.17 with SMTP id l17mr2794521ebl.34.1213954030658; Fri, 20 Jun 2008 02:27:10 -0700 (PDT) Original-Received: by 10.210.23.12 with HTTP; Fri, 20 Jun 2008 02:27:10 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:99513 Archived-At: 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 but I won't be able to retry on the laptop until monday or so. > Also, what exactly from MSYS do you use for the build? If you are not > using Bash, then what else is needed from there? (I thought nothing > was needed if cmd.exe is used as the shell.) I never use bash as a shell, always cmd. But if sh.exe is in the path, the MSYS make tries to use it. I'm currently upgrading MSYS to "Technology Preview: MSYS-1.0.11", and will remove sh.exe from the path and see whether I can get a parallel build without bash. Juanma