emacs-devel
[Top][All Lists]
Advanced

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

Re: End of file while generating loaddefs.el


From: martin rudalics
Subject: Re: End of file while generating loaddefs.el
Date: Fri, 20 Nov 2015 09:23:10 +0100

> Run "make V=1" to see the full command line of the command that fails,
> then start "gdb ./emacs.exe" in the src directory, and copy/paste the
> offending command line

Apparently this is

EMACSLOADPATH= '../src/bootstrap-emacs.exe' -batch --no-site-file 
--no-site-lisp -l autoload \
            --eval '(setq autoload-ensure-writable t)' \
            --eval '(setq autoload-builtin-package-versions t)' \
            --eval '(setq generated-autoload-file (expand-file-name (unmsys--file-name 
"loaddefs.el")))' \
            -f batch-update-autoloads . ./calc ./calendar ./cedet ./cedet/ede 
./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine 
./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent 
./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./international 
./language ./leim ./leim/ja-dic ./leim/quail ./mail ./mh-e ./net ./nxml ./org 
./play ./progmodes ./textmodes ./url ./vc

> into the GDB command to run Emacs, right after
> the "run" part.  Then wait until it segfaults.

When I do that it doesn't segfault but simply produces the "End of file
during parsing" message you reported earlier.

martin



reply via email to

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