all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Emacs Devel <emacs-devel@gnu.org>
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	[thread overview]
Message-ID: <47CAE2B8.7040000@gmail.com> (raw)
In-Reply-To: <47CA8F34.6050508@gmail.com>

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:
>> \f
>> ;;;### (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]
>>
>>
>>
> 
> 
> 




  reply	other threads:[~2008-03-02 17:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-02 11:14 To be or not to be - bootstrap failed on w32, is loaddefs.el there?? Lennart Borgman (gmail)
2008-03-02 11:27 ` Lennart Borgman (gmail)
2008-03-02 17:24   ` Lennart Borgman (gmail) [this message]
2008-03-02 17:37     ` Jason Rumney
2008-03-02 17:53       ` Lennart Borgman (gmail)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47CAE2B8.7040000@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.