emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failure to bootstrap on Windows


From: Eli Zaretskii
Subject: Re: Failure to bootstrap on Windows
Date: Fri, 02 Oct 2015 11:36:34 +0300

> From: Juanma Barranquero <address@hidden>
> Date: Fri, 2 Oct 2015 09:13:01 +0200
> Cc: Emacs developers <address@hidden>
> 
> > How about this, does it fail in the same way?
> >
> > $ cd src
> > $ ./temacs -Q
> 
> Not the same way:
> 
> $ ./temacs -Q
> Loading loadup.el (source)...
> Using load-path (c:/Devel/emacs/repo/trunk/lisp)
> Loading emacs-lisp/byte-run (source)...
> Loading emacs-lisp/byte-run (source)...done
> Loading emacs-lisp/backquote (source)...
> Loading emacs-lisp/backquote (source)...done
> Loading subr (source)...
> Loading subr (source)...done
> Loading version (source)...
> Symbol's function definition is void: pcase

Right, that's expected, since your subr.el is not yet compiled.

So, back to this:

> Loading loaddefs.el (source)...
> Growing hash table to: 105000
> Loading emacs-lisp/nadvice.el (source)...
> Eager macro-expansion failure: (error "Attempt to autoload
> gv--defun-declaration while preparing to dump")
> Eager macro-expansion failure: (error "Attempt to autoload
> gv--defun-declaration while preparing to dump")
> Attempt to autoload gv--defun-declaration while preparing to dump

I'm puzzled by that "Growing hash table" thingy, I don't see it here.
Is your loaddefs.el in good order?  What happens if you copy
ldefs-boot.el into loaddefs.el, and try the same temacs command again?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]