emacs-devel
[Top][All Lists]
Advanced

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

Re: batch-bytecomp backtrace?


From: Miles Bader
Subject: Re: batch-bytecomp backtrace?
Date: 18 Apr 2004 09:58:59 +0900

BTW, the bootstrapping problem I'm having seems somehow related to
`vc-arch.el' -- the file that won't compile _does_ compile if I make
sure `vc-arch.el' has been compiled first:

E.g., here it fails (and this is repeatable); $LSE and $LBE are the
emacs source and build roots:

   $ (cd $LSE/lisp; $LBE/src/bootstrap-emacs -batch --no-site-file --multibyte 
-f batch-byte-compile eshell/esh-module.el )
   Loading ange-ftp (source)...
   Loading vc-arch (source)...

   In toplevel form:
   eshell/esh-module.el:29:13:Error: Lisp nesting exceeds max-lisp-eval-depth


But if I then compile vc-arch.el:

   $ (cd $LSE/lisp; $LBE/src/bootstrap-emacs -batch --no-site-file --multibyte 
-f batch-byte-compile vc-arch.el )

   In end of data:
   vc-arch.el:421:1:Warning: the function `vc-switches' might not be defined at
       runtime.
   Wrote /usr/local/src/emacs/lisp/vc-arch.elc


Now it succeeds:

   $ (cd $LSE/lisp; $LBE/src/bootstrap-emacs -batch --no-site-file --multibyte 
-f batch-byte-compile eshell/esh-module.el )
   Loading ange-ftp (source)...
   Loading vc-arch...
   Loading defgroup from `em-alias.el'
   Loading defgroup from `em-banner.el'
   Loading defgroup from `em-basic.el'
   Loading defgroup from `em-cmpl.el'
   Loading defgroup from `em-dirs.el'
   Loading defgroup from `em-glob.el'
   Loading defgroup from `em-hist.el'
   Loading defgroup from `em-ls.el'
   Loading defgroup from `em-pred.el'
   Loading defgroup from `em-prompt.el'
   Loading defgroup from `em-rebind.el'
   Loading defgroup from `em-script.el'
   Loading defgroup from `em-smart.el'
   Loading defgroup from `em-term.el'
   Loading defgroup from `em-unix.el'
   Loading defgroup from `em-xtra.el'
   Wrote /usr/local/src/emacs/lisp/eshell/esh-groups.el
   Loading defgroup from `em-alias.el'
   Loading defgroup from `em-banner.el'
   Loading defgroup from `em-basic.el'
   Loading defgroup from `em-cmpl.el'
   Loading defgroup from `em-dirs.el'
   Loading defgroup from `em-glob.el'
   Loading defgroup from `em-hist.el'
   Loading defgroup from `em-ls.el'
   Loading defgroup from `em-pred.el'
   Loading defgroup from `em-prompt.el'
   Loading defgroup from `em-rebind.el'
   Loading defgroup from `em-script.el'
   Loading defgroup from `em-smart.el'
   Loading defgroup from `em-term.el'
   Loading defgroup from `em-unix.el'
   Loading defgroup from `em-xtra.el'
   Wrote /usr/local/src/emacs/lisp/eshell/esh-groups.el

   In end of data:
   esh-module.el:157:1:Warning: the following functions might not be defined at
       runtime: eshell-load-defgroups, eshell-subgroups
   esh-module.el:157:1:Warning: the function `msdos-long-file-names' is not 
known
       to be defined.
   Wrote /usr/local/src/emacs/lisp/eshell/esh-module.elc

-Miles
-- 
We are all lying in the gutter, but some of us are looking at the stars.
-Oscar Wilde




reply via email to

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