On Wed, 09 Apr 2008 16:16:14 -0400 Stefan Monnier wrote: > > I have locally added (rightly, I think) calc/calc-loaddefs.el to > > AUTOGENEL in lisp/Makefile.in. However, it is not recreated on > > bootstrapping if the timestamp of calc/*.el is older than that of > > loaddefs.el (at least, I think this is what is happening). I > > believe this indicates a bug in the code that generates autoload > > files. > > Indeed, we have a problem: "make bootstrap" will not recreate all the > autoloads, but only those of the files that are more recent than > ldefs-boot.el. > > So I suggest the patch below. Can someone test it and fix/install it? > The patch applied with minor fuzz. No bacon, same crash on darwin. Wrote /Users/mattie/system/emacs/dist/emacs/lisp/calc/ calccomp.elcCompiling /Users/mattie/system/emacs/dist/emacs/lisp/./ calc/calcsel2.elWrote /Users/mattie/system/emacs/dist/emacs/lisp/calc/ calcsel2.elcCompiling /Users/mattie/system/emacs/dist/emacs/lisp/./ calendar/appt.el In toplevel form:calendar/appt.el:78:1:Error: Required feature `cal- loaddefs' was not providedmake[2]: *** [compile] Error 1make[1]: *** [bootstrap-build] Error 2make: *** [bootstrap] Error 2 btw, sorry about the multiple sends on the darwin report. Cheers, Mike Mattie