From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.devel Subject: cvs build error "cannot open loadfile: encoded-kb" Date: Fri, 21 May 2004 09:55:35 -0500 Organization: ~ Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085153434 11055 80.91.224.253 (21 May 2004 15:30:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 May 2004 15:30:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 21 17:30:16 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BRByS-0006OC-00 for ; Fri, 21 May 2004 17:30:16 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BRByS-0002Zg-00 for ; Fri, 21 May 2004 17:30:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BRBkr-00070Q-Fp for emacs-devel@quimby.gnus.org; Fri, 21 May 2004 11:16:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BRBjb-0006vy-Nq for emacs-devel@gnu.org; Fri, 21 May 2004 11:14:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BRBfs-0005ir-Fg for emacs-devel@gnu.org; Fri, 21 May 2004 11:11:35 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BRBRR-0001yg-HU for emacs-devel@gnu.org; Fri, 21 May 2004 10:56:09 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BRBRN-0001Ll-00 for ; Fri, 21 May 2004 16:56:05 +0200 Original-Received: from 216.62.199.5 ([216.62.199.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2004 16:56:05 +0200 Original-Received: from pete_lee by 216.62.199.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2004 16:56:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 216.62.199.5 User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:/kjjPntFJgrIobi7Cfe+Z/MZpEE= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23817 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23817 I'm currently unable to 'make bootstrap'. I did a 'make realclean' prior and also tried deleting the entire emacs tree and doing a fresh get. Anyone know what might be causing this? Thanks. Oh, I verified the file encoded-kb is in the lisp/international dir. I'm building with latest version of mingw. make[1]: Leaving directory `/cygdrive/e/cvs/emacs/src' make - --unix -C ../lisp bootstrap [Please ignore a syntax error on the next line - it is intentional] Syntax error: Unterminated quoted string make[1]: Entering directory `/cygdrive/e/cvs/emacs/lisp' /cygdrive/e/cvs/emacs/lisp/../update-subdirs /cygdrive/e/cvs/emacs/lisp; \ for file in calc calendar emacs-lisp emulation eshell gnus international languag e mail mh-e net obsolete play progmodes term textmodes toolbar url; do \ /cygdrive/e/cvs/emacs/lisp/../update-subdirs $file; \ done; Directories: calc calendar emacs-lisp emulation eshell gnus international langua ge mail mh-e net obsolete play progmodes term textmodes toolbar url "./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l autoloa d \ --eval '(setq find-file-hooks nil \ find-file-suppress-same-file-warnings t \ generated-autoload-file \ "/cygdrive/e/cvs/emacs/lisp/loaddefs.el")' \ -f batch-update-autoloads /cygdrive/e/cvs/emacs/lisp calc calendar emacs -lisp emulation eshell gnus international language mail mh-e net obsolete play p rogmodes term textmodes toolbar url Cannot open load file: encoded-kb Signal 127 make[1]: *** [autoloads] Error 255 make[1]: Leaving directory `/cygdrive/e/cvs/emacs/lisp' make: *** [bootstrap-gmake] Error 2