From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: To be or not to be - bootstrap failed on w32, is loaddefs.el there?? Date: Sun, 02 Mar 2008 18:24:08 +0100 Message-ID: <47CAE2B8.7040000@gmail.com> References: <47CA8C20.8020901@gmail.com> <47CA8F34.6050508@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1250; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204478666 19002 80.91.229.12 (2 Mar 2008 17:24:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2008 17:24:26 +0000 (UTC) To: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 02 18:24:53 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 1JVrvf-00021X-Sq for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2008 18:24:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVrv9-0006ZX-00 for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2008 12:24:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVrv5-0006YW-E0 for emacs-devel@gnu.org; Sun, 02 Mar 2008 12:24:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVrv4-0006X1-7J for emacs-devel@gnu.org; Sun, 02 Mar 2008 12:24:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVrv3-0006Wk-Vn for emacs-devel@gnu.org; Sun, 02 Mar 2008 12:24:13 -0500 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JVrv3-0006nx-Hb for emacs-devel@gnu.org; Sun, 02 Mar 2008 12:24:13 -0500 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:60071 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JVrv1-00073H-59 for emacs-devel@gnu.org; Sun, 02 Mar 2008 18:24:12 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <47CA8F34.6050508@gmail.com> X-Antivirus: avast! (VPS 080302-0, 2008-03-02), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1JVrv1-00073H-59. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1JVrv1-00073H-59 e47b698f53d1bd57805f9b537fd99da3 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:91072 Archived-At: Lennart Borgman (gmail) wrote: > Forgot to say that I am as usual using cmd.exe, gcc etc to build Emacs. > > > Lennart Borgman (gmail) wrote: >> Bootstrap complaints that loaddefs.el is not there. However it exists >> and looks good AFAICS. >> >> >> Directories: . calc calendar emacs-lisp emulation erc eshell gnus >> international language mail mh-e net nxml play progmodes textmodes url >> "./../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)" \ >> -f w32-batch-update-autoloads >> "C:/eclean/bld/emacs/lisp/loaddefs.el" . calc calendar emacs-lisp >> emulation erc eshell gnus international language mail mh-e net nxml >> play progmodes textmodes url >> Generating autoloads for abbrev.el... >> Autoloads file c:/eclean/bld/emacs/lisp/loaddefs.el does not exist Looking closer at this I found that the loaddefs.el buffer above actually is empty in auto-load-find-destination. However file-exists-p return t and the file is not empty. Could it be that file names are not case insensitive on w32 at the moment? The command line has and uppercase C for the drive letter: "./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l autoloa d \ --eval "(setq find-file-hook nil find-file-suppress-same-file-wa rnings t)" \ -f w32-batch-update-autoloads "C:/eclean/bld/emacs/lisp/loaddefs .el" . calc calendar emacs-lisp emulation erc eshell gnus international language mail mh-e net nxml play progmodes textmodes url >> make[1]: *** [autoloads] Error -1 >> make[1]: Leaving directory `C:/eclean/bld/emacs/lisp' >> make: *** [bootstrap-gmake] Error 2 >> >> C:\eclean\bld\emacs\nt>findstr /m /c:"Error 2" bootstrap-080302.tmp >> bootstrap-080302.tmp >> >> ------------------- >> Volume in drive C has no label. >> Volume Serial Number is 0C1B-95FF >> >> Directory of C:\eclean\bld\emacs\lisp >> >> 2008-03-02 12:01 1,270,935 loaddefs.el >> 1 File(s) 1,270,935 bytes >> 0 Dir(s) 97,789,853,696 bytes free >> >> ;;; loaddefs.el --- automatically extracted autoloads >> ;; >> ;;; Code: >> >> ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best >> ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" >> ;;;;;; "play/5x5.el" (18335 54541)) >> ;;; Generated autoloads from play/5x5.el >> >> (autoload '5x5 "5x5" "\ >> Play 5x5. >> >> The object of 5x5 is very simple, by moving around the grid and flipping >> squares you must fill the grid. >> >> 5x5 keyboard bindings are: >> \\<5x5-mode-map> >> Flip \\[5x5-flip-current] >> Move up \\[5x5-up] >> Move down \\[5x5-down] >> >> >> > > >