emacs-devel
[Top][All Lists]
Advanced

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

compilation dies loading vc-arch.el if the source is actually in arch


From: Miles Bader
Subject: compilation dies loading vc-arch.el if the source is actually in arch
Date: Tue, 10 Apr 2007 08:08:44 +0900

I've reported this before, but was always a bit hesitant because I
wasn't using stock Emacs sources, and figured maybe I was screwing
something up.  This time I was using a fresh CVS checkout of the trunk
though, doing "make bootstrap".

The source directories below are of course in an arch working directory
(/home/m/miles/src/emacs/devo).  I imagine most people don't have
problems because they're not using arch...

[I also tried another compilation using "env - make bootstrap" in case
it was getting screwed by LANG or something, which sometimes happened in
the past, but got the same result.  The make log in that case looks
similar except that it doesn't load anything from .../lisp/international
before loading vc-arch.el.]

Here's the make log once it starts lisp compilation:

   ...
   (cd lisp; make -w bootstrap EMACS=../src/bootstrap-emacs)
   make[2]: Entering directory `/srv/data/home/m/miles/build/emacs/devo/lisp'
   wd=/home/m/miles/src/emacs/devo/lisp; subdirs=`(cd $wd; find . -type d 
-print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | 
*/CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
           for file in $wins; do \
              /home/m/miles/src/emacs/devo/lisp/../update-subdirs $file; \
           done;
   wd=/home/m/miles/src/emacs/devo/lisp; subdirs=`(cd $wd; find . -type d 
-print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | 
*/CVS/* | */.* | */.*/* | */=* | */obsolete | */term ) ;; *) wins="$wins 
$wd/$file" ;; esac; done; \
           echo Directories: $wins; \
           ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload 
--eval '(setq generated-autoload-file 
"/home/m/miles/src/emacs/devo/lisp/loaddefs.el")' -f batch-update-autoloads 
$wins
   Directories: /home/m/miles/src/emacs/devo/lisp/. 
/home/m/miles/src/emacs/devo/lisp/./calc 
/home/m/miles/src/emacs/devo/lisp/./calendar 
/home/m/miles/src/emacs/devo/lisp/./emacs-lisp 
/home/m/miles/src/emacs/devo/lisp/./emulation 
/home/m/miles/src/emacs/devo/lisp/./erc 
/home/m/miles/src/emacs/devo/lisp/./eshell 
/home/m/miles/src/emacs/devo/lisp/./gnus 
/home/m/miles/src/emacs/devo/lisp/./international 
/home/m/miles/src/emacs/devo/lisp/./language 
/home/m/miles/src/emacs/devo/lisp/./mail 
/home/m/miles/src/emacs/devo/lisp/./mh-e 
/home/m/miles/src/emacs/devo/lisp/./net 
/home/m/miles/src/emacs/devo/lisp/./play 
/home/m/miles/src/emacs/devo/lisp/./progmodes 
/home/m/miles/src/emacs/devo/lisp/./textmodes 
/home/m/miles/src/emacs/devo/lisp/./url
   Loading /home/m/miles/src/emacs/devo/lisp/international/subst-ksc.el 
(source)...
   Loading /home/m/miles/src/emacs/devo/lisp/international/subst-gb2312.el 
(source)...
   Loading /home/m/miles/src/emacs/devo/lisp/international/subst-big5.el 
(source)...
   Loading /home/m/miles/src/emacs/devo/lisp/international/subst-jis.el 
(source)...
   Loading /home/m/miles/src/emacs/devo/lisp/vc-arch.el (source)...
   Lisp nesting exceeds `max-lisp-eval-depth'
   make[2]: *** [autoloads] Error 255
   make[2]: Leaving directory `/srv/data/home/m/miles/build/emacs/devo/lisp'
   make[1]: *** [bootstrap-build] Error 2
   make[1]: Leaving directory `/srv/data/home/m/miles/build/emacs/devo'
   make: *** [bootstrap] Error 2

Thanks,

-Miles
-- 
I'm beginning to think that life is just one long Yoko Ono album; no rhyme
or reason, just a lot of incoherent shrieks and then it's over.  --Ian Wolff




reply via email to

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