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: parallel bootstrap failure; _prompt_? during bootstrap build Date: Sat, 17 Nov 2007 13:02:31 +0200 Message-ID: References: <87fxz6fmt7.fsf@rho.meyering.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1195297454 21199 80.91.229.12 (17 Nov 2007 11:04:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Nov 2007 11:04:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jim Meyering Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 17 12:04:20 2007 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 1ItLTD-0000Yx-Mj for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 12:04:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItLT0-0001pB-Fd for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 06:04:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItLRg-0008LE-SB for emacs-devel@gnu.org; Sat, 17 Nov 2007 06:02:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItLRf-0008Jb-Aw for emacs-devel@gnu.org; Sat, 17 Nov 2007 06:02:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItLRf-0008JK-0i for emacs-devel@gnu.org; Sat, 17 Nov 2007 06:02:39 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItLRe-0005qC-QE for emacs-devel@gnu.org; Sat, 17 Nov 2007 06:02:39 -0500 Original-Received: from HOME-C4E4A596F7 ([81.5.32.198]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EDS58240 (AUTH halo1); Sat, 17 Nov 2007 13:02:31 +0200 (IST) In-reply-to: <87fxz6fmt7.fsf@rho.meyering.net> (message from Jim Meyering on Fri, 16 Nov 2007 12:32:20 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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:83428 Archived-At: > From: Jim Meyering > Date: Fri, 16 Nov 2007 12:32:20 +0100 > > I've just noticed a bootstrap failure. > I was building with make -j5: Does it succeed without -j5? > Compiling /e/emacs/lisp/emacs-lisp/byte-opt.el > Cannot open load file: encoded-kb > make[2]: *** [compile] Error 1 > make[2]: *** Waiting for unfinished jobs.... > Cannot open load file: encoded-kb > make[2]: *** [autoloads] Error 255 > make[2]: Leaving directory `/e/emacs/lisp' > make[1]: *** [bootstrap-build] Error 2 > make[1]: Leaving directory `/e/emacs' > make: *** [bootstrap] Error 2 FWIW, I don't see this problem, neither with nor without -j5, on GNU/Linux. > Since it byte-opt.el requires encoded-kb, It does? I don't see that dependency on GNU/Linux (and cannot figure out why there should be such a dependency). I also tried to byte-compile byte-opt.el (again, on GNU/Linux), and didn't see any messages about encoded-kb being loaded. What platform did you use for this bootstrap? AFAIK, encoded-kb is required on MS-Windows, but that's not your case, is it? And even on MS-Windows, encoded-kb is loaded during startup, not when compiling byte-opt.el. > BTW, one minor nit: I got this *prompt*. > I would have expected no prompts during a build. > > Loading defgroup from `em-term.el' > Loading defgroup from `em-unix.el' > Loading defgroup from `em-xtra.el' > Delete excess backup versions of /e/emacs/lisp/eshell/esh-groups.el? (y or n) I think I fixed this on the trunk, please try again.