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: Angelo Graziosi
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:29 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Eli Zaretskii ha scritto:
Date: Fri, 01 Feb 2008 21:32:07 +0100
From: Angelo Graziosi <address@hidden>

RUNEMACS="`/bin/pwd`/temacs"; cd /tmp/emacs/src/../admin/unidata; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 - --jobserver-fds=3,4 - --jobserver-fds=3,4 -j RUNEMACS="${RUNEMACS}"

You are running "make -j" here, right?  If so, please try without -j;
it's possible that parallel bootstrap is broken in Emacs 23.0.60.  If
it works without -j, we can come back to -j later.

Obviously I tried (and forgot to write!) also without -j. I have tried in the simplest way, from command line:

mkdir -p /tmp/build
cd /tmp/build
/tmp/emacs/configure --with-x-toolkit=lucid
make bootstrap

Same result:
...
Loading cus-start (source)...
Note, built-in variable `selection-coding-system' not bound
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' < UnicodeData.txt > unidata.txt
ELC=`/bin/pwd`/unidata-gen.elc; \
        DATA=`/bin/pwd`/unidata.txt; \
        cd /tmp/emacs/src/../lisp/international; \
        /tmp/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)...
mv -f emacs.exe bootstrap-emacs.exe
mv: cannot fare stat `emacs.exe': No such file or directory
make[2]: *** [bootstrap-emacs.exe] Error 1
make[2]: Leaving directory `/tmp/build/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/tmp/build'
make: *** [bootstrap] Error 2


  Angelo




reply via email to

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