emacs-devel
[Top][All Lists]
Advanced

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

Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch


From: Eli Zaretskii
Subject: Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk]
Date: Sat, 02 Feb 2008 20:32:37 +0200

> From: Dan Nicolaescu <address@hidden>
> Date: Sat, 02 Feb 2008 10:03:54 -0800
> Cc: address@hidden
> 
> Are you using make -j? Can you try not to use parallel make? Make
> there's still a bug in the makefiles...

I asked the same, but in the meanwhile I cannot find any problem in
the Makefiles with -j.

>   > DSTDIR=/tmp/emacs/src/../lisp/international
>   > make[3]: Entering directory `/tmp/emacs/admin/unidata'
>   > /tmp/emacs/build/src/temacs -batch -f batch-byte-compile unidata-gen.el
>   > Loading loadup.el (source)...
>   > Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp
>   > /tmp/emacs/lisp/language /tmp/emacs/lisp/international
>   > /tmp/emacs/lisp/textmodes)
>   > 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)...
>   > Note, built-in variable `selection-coding-system' not bound
>   > Loading international/mule (source)...
>   > Loading international/mule-conf.el (source)...
>   > ELC=`/bin/pwd`/unidata-gen.elc; \
>   >   DATA=`/bin/pwd`/unidata.txt; \
>   >   cd /tmp/emacs/src/../lisp/international; \
>   >   /tmp/emacs/build/src/temacs -batch --load ${ELC} -f
>   > unidata-gen-files ${DATA}
>   > Loading loadup.el (source)...
>   > Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp
>   > /tmp/emacs/lisp/language /tmp/emacs/lisp/international
>   > /tmp/emacs/lisp/textmodes)
>   > 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)...
>   > Note, built-in variable `selection-coding-system' not bound
>   > Loading international/mule (source)...
>   > Loading international/mule-conf.el (source)...
>   > make[3]: Leaving directory `/tmp/emacs/admin/unidata'
>   > `/bin/pwd`/temacs --batch --load loadup bootstrap
>   > Loading loadup.el (source)...
>   > Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp
>   > /tmp/emacs/lisp/language /tmp/emacs/lisp/international
>   > /tmp/emacs/lisp/textmodes)
>   > 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)...
>   > Note, built-in variable `selection-coding-system' not bound
>   > Loading international/mule (source)...
>   > Loading international/mule-conf.el (source)...
> The next line here should be:
> Loading env...
> 
> So somehow this exited early, that's probably why things fail later.

I'm beginning to suspect that it crashed, because all 3 invocations of
temacs end at the same point, which cannot be explained by parallel
invocation.




reply via email to

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