all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* To be or not to be - bootstrap failed on w32, is loaddefs.el there??
@ 2008-03-02 11:14 Lennart Borgman (gmail)
  2008-03-02 11:27 ` Lennart Borgman (gmail)
  0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman (gmail) @ 2008-03-02 11:14 UTC (permalink / raw)
  To: Emacs Devel

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
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]




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: To be or not to be - bootstrap failed on w32, is loaddefs.el there??
  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)
  0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman (gmail) @ 2008-03-02 11:27 UTC (permalink / raw)
  To: Emacs Devel

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
> 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]
> 
> 
> 




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: To be or not to be - bootstrap failed on w32, is loaddefs.el there??
  2008-03-02 11:27 ` Lennart Borgman (gmail)
@ 2008-03-02 17:24   ` Lennart Borgman (gmail)
  2008-03-02 17:37     ` Jason Rumney
  0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman (gmail) @ 2008-03-02 17:24 UTC (permalink / raw)
  To: Emacs Devel

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]
>>
>>
>>
> 
> 
> 




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: To be or not to be - bootstrap failed on w32, is loaddefs.el there??
  2008-03-02 17:24   ` Lennart Borgman (gmail)
@ 2008-03-02 17:37     ` Jason Rumney
  2008-03-02 17:53       ` Lennart Borgman (gmail)
  0 siblings, 1 reply; 5+ messages in thread
From: Jason Rumney @ 2008-03-02 17:37 UTC (permalink / raw)
  To: Lennart Borgman (gmail); +Cc: Emacs Devel

Lennart Borgman (gmail) wrote:
> 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

I doubt it, others are reporting the same problem on GNU/Linux.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: To be or not to be - bootstrap failed on w32, is loaddefs.el there??
  2008-03-02 17:37     ` Jason Rumney
@ 2008-03-02 17:53       ` Lennart Borgman (gmail)
  0 siblings, 0 replies; 5+ messages in thread
From: Lennart Borgman (gmail) @ 2008-03-02 17:53 UTC (permalink / raw)
  To: Jason Rumney; +Cc: Emacs Devel

Jason Rumney wrote:
> Lennart Borgman (gmail) wrote:
>> 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
> 
> I doubt it, others are reporting the same problem on GNU/Linux.

Ok, I see. But there is a find-file-noselect that finds/creates the 
buffer in autoload-find-destination. Couldn't it still be something with 
the file name?




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-02 17:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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)
2008-03-02 17:37     ` Jason Rumney
2008-03-02 17:53       ` Lennart Borgman (gmail)

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.