From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Boostrap error Date: Tue, 9 Nov 2004 19:52:09 +0100 Message-ID: <036e01c4c68d$6d7159d0$0200a8c0@sedrcw11488> References: <418F258D.5050201@wyrdrune.com> <3E791795-316A-11D9-A429-000D93505B76@swipnet.se> <418F4AC8.4050906@gnu.org> <418FAFA5.6010108@swipnet.se> <029f01c4c5be$422cd8f0$0200a8c0@sedrcw11488> <418FDD39.7040601@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100026496 2368 80.91.229.6 (9 Nov 2004 18:54:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Nov 2004 18:54:56 +0000 (UTC) Cc: Jason Rumney , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 09 19:54:42 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRb8b-0001zP-00 for ; Tue, 09 Nov 2004 19:54:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRbH0-0000Mg-7b for ged-emacs-devel@m.gmane.org; Tue, 09 Nov 2004 14:03:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRbGs-0000Mb-Br for emacs-devel@gnu.org; Tue, 09 Nov 2004 14:03:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRbGr-0000MK-Qz for emacs-devel@gnu.org; Tue, 09 Nov 2004 14:03:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRbGr-0000MA-Li for emacs-devel@gnu.org; Tue, 09 Nov 2004 14:03:13 -0500 Original-Received: from [81.228.9.109] (helo=av3-1-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRb7w-0004kA-F0; Tue, 09 Nov 2004 13:54:01 -0500 Original-Received: by av3-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 8D4C137E90; Tue, 9 Nov 2004 19:53:58 +0100 (CET) Original-Received: from smtp1-1-sn3.vrr.skanova.net (smtp1-1-sn3.vrr.skanova.net [81.228.9.177]) by av3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 7E17E37E45; Tue, 9 Nov 2004 19:53:58 +0100 (CET) Original-Received: from sedrcw11488 (t1o58p183.telia.com [62.20.164.183]) by smtp1-1-sn3.vrr.skanova.net (Postfix) with SMTP id 15A9F38012; Tue, 9 Nov 2004 19:53:56 +0100 (CET) Original-To: "Jan D." X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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: main.gmane.org gmane.emacs.devel:29665 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29665 ----- Original Message ----- From: "Jan D." : If I cd to /cygdrive/d/src/emacs-cygwin and make bootstrap I get the old : message abount encoded-kb not found. : : If I cd to /d/src/emacs-cygwin and make bootstrap I get: : : "./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l : autoload \ : --eval '(setq find-file-hook nil \ : find-file-suppress-same-file-warnings t \ : generated-autoload-file \ : "/d/src/emacs-cygwin/lisp/loaddefs.el")' \ : -f batch-update-autoloads /d/src/emacs-cygwin/lisp calc calendar : emacs-lisp emulation eshell gnus international language mail mh-e net obsolete : play progmodes term textmodes toolbar url : handler expand-file-name (subdirs.el /:/d/src/emacs-cygwin/lisp) : Wrong type argument: number-or-marker-p, nil : Signal 127 : make[1]: *** [autoloads] Error 255 : make[1]: Leaving directory `/d/src/emacs-cygwin/lisp' : make: *** [bootstrap-gmake] Error 2 Please look at the regexp in the beginning of the file I attached before. I was uncertain of whether to use "cygdrive" or "cygwin", I do not use Cygwin myself. This can maybe explain the first error. In the second case I am confused. I do not believe it can come from w32-cygdrive-name-handler in the version I sent you since the first submatch could not be empty. I searched the makefiles and the *.el files in the lisp subdirectory. Could it maybe come from the following lines in startup.el? (dolist (dir load-path) (let ((default-directory dir)) (load (expand-file-name "subdirs.el") t t t)) (let ((default-directory dir)) (load (expand-file-name "leim-list.el") t t t))) Maybe you could just put in a (message "dir=%s" dir) as the first thing in the dolist above in startup.el and see what it says? - Lennart