emacs-devel
[Top][All Lists]
Advanced

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

Re: trunk bootstrap failed


From: Dan Nicolaescu
Subject: Re: trunk bootstrap failed
Date: Mon, 12 Nov 2007 05:48:08 -0800

Katsumi Yamaoka <address@hidden> writes:

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

Please cvs update,  remove loaddefs.el and try again, I disabled those
autoloads.




reply via email to

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