all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* trunk bootstrap failed
@ 2007-11-12  6:29 Katsumi Yamaoka
  2007-11-12 13:48 ` Dan Nicolaescu
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2007-11-12  6:29 UTC (permalink / raw)
  To: emacs-pretest-bug

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.

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

* Re: trunk bootstrap failed
  2007-11-12  6:29 trunk bootstrap failed Katsumi Yamaoka
@ 2007-11-12 13:48 ` Dan Nicolaescu
  2007-11-13  0:21   ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Nicolaescu @ 2007-11-12 13:48 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: emacs-pretest-bug

Katsumi Yamaoka <yamaoka@jpl.org> 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.

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

* Re: trunk bootstrap failed
  2007-11-12 13:48 ` Dan Nicolaescu
@ 2007-11-13  0:21   ` Katsumi Yamaoka
  0 siblings, 0 replies; 3+ messages in thread
From: Katsumi Yamaoka @ 2007-11-13  0:21 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: emacs-pretest-bug

>>>>> Dan Nicolaescu wrote:

> Katsumi Yamaoka <yamaoka@jpl.org> writes:
>> Symbol's value as variable is void: jka-compr-load-suffixes

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

Works fine.  Thanks.

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

end of thread, other threads:[~2007-11-13  0:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-12  6:29 trunk bootstrap failed Katsumi Yamaoka
2007-11-12 13:48 ` Dan Nicolaescu
2007-11-13  0:21   ` Katsumi Yamaoka

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.