emacs-devel
[Top][All Lists]
Advanced

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

trunk bootstrap failed


From: Katsumi Yamaoka
Subject: trunk bootstrap failed
Date: Mon, 12 Nov 2007 15:29:12 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

LC_ALL=C ./temacs -batch -l loadup dump
Loading loadup.el (source)...
Using load-path (/Work/emacs/lisp)
Loading emacs-lisp/byte-run...

[...]

Loading loaddefs.el (source)...
Symbol's value as variable is void: jka-compr-load-suffixes


This is because progmodes/compilation-perl.el and
progmodes/compilation-weblint.el have the following cookies:

;;;###autoload (eval-after-load "compile" '(require 'compilation-perl))

;;;###autoload (eval-after-load "compile" '(require 'compilation-weblint))

And `eval-after-load' requires that `jka-compr-load-suffixes' is
bound.  But I have no idea to fix this.




reply via email to

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