emacs-devel
[Top][All Lists]
Advanced

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

temacs: (require cl) while preparing to dump


From: Alexander Klimov
Subject: temacs: (require cl) while preparing to dump
Date: Thu, 13 Dec 2007 10:59:24 +0200 (IST)

Hi.

I try to bootstrap current CVS version on cygwin. During bootstrap it
goes as follows

 [...]
 ./temacs --batch --load loadup bootstrap
 Loading loadup.el (source)...
 [...]
 Finding pointers to doc strings...
 Finding pointers to doc strings...done
 Dumping under the name emacs
 Static heap usage: 11745936 of 12582912 bytes
 67548 pure bytes used
 mv -f emacs.exe bootstrap-emacs.exe
 [...]
  echo Directories: $wins; \
   EMACSLOADPATH=/tmp/emacs-cvs/lisp ../src/bootstrap-emacs.exe -batch [...]

  Directories: [...]

and bootstrap-emacs is stuck consuming 50% CPU on dual core.

Trying to investigate (gdb does not allow to see where it is actually
stuck) I found that while on Linux

 $ ./temacs --batch --load loadup 2>&1 | wc -l

gives

    123

on cygwin

 $  ./temacs --batch --load loadup

gives only

 Loading loadup.el (source)...
 Using load-path (/tmp/emacs-cvs/lisp)
 Loading emacs-lisp/byte-run (source)...
 Loading emacs-lisp/backquote (source)...
 Loading subr (source)...
 Loading version.el (source)...
 Loading widget (source)...
 Loading custom (source)...
 Loading emacs-lisp/map-ynp (source)...
 Loading cus-start (source)...
 Loading international/mule (source)...
 Loading international/mule-conf.el (source)...
 Loading env (source)...
 (require cl) while preparing to dump

Any idea?

-- 
Regards,
ASK




reply via email to

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