emacs-devel
[Top][All Lists]
Advanced

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

RE: Please fix it right!


From: Herbert Euler
Subject: RE: Please fix it right!
Date: Thu, 8 May 2008 17:42:51 +0800

> And as I said several times already, this is not a concrete scenario.
> I.e. give us a recipe to reproduce the problem.

I did encounter a bootstrap problem, and with Andreas' patch this
problem went away.  I'm not sure either whether this is the same
problem Andreas tried to address, or whether his patch is the right
one.

Reproducing the problem is easy for me.  Just check out a fresh source
tree, comment out the exact line in lisp/Makefile.in, run the
configure script this way:

  $ CFLAGS="-g -g3 -gdwarf-2" ./configure --with-x-toolkit=gtk

and then start the bootstrap process:

  $ make -j2 bootstrap

The bootstrap process fails with the following messages:

Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under names emacs and emacs-23.0.60
72218 pure bytes used
mv -f emacs bootstrap-emacs
make[2]: Leaving directory `/data/emacs/emacs-3/src'
(cd lisp; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j bootstrap 
EMACS=../src/bootstrap-emacs)
make[2]: Entering directory `/data/emacs/emacs-3/lisp'
wd=/data/emacs/emacs-3/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 \
           /data/emacs/emacs-3/lisp/../update-subdirs $file; \
        done;
EMACSLOADPATH=/data/emacs/emacs-3/lisp LC_ALL=C ../src/bootstrap-emacs -batch 
--no-site-file --multibyte -l autoload \
           --eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" \
           --eval "(setq generated-autoload-file 
\"/data/emacs/emacs-3/lisp/calendar/cal-loaddefs.el\")" \
           --eval "(setq make-backup-files nil)" \
           -f batch-update-autoloads /data/emacs/emacs-3/lisp/calendar
Cannot open load file: autoload
make[2]: *** [/data/emacs/emacs-3/lisp/calendar/cal-loaddefs.el] Error 255
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/data/emacs/emacs-3/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/data/emacs/emacs-3'
make: *** [bootstrap] Error 2

Regards,
Guanpeng Xu
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE




reply via email to

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