From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel 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 Message-ID: <47A4C54D.5000602@alice.it> References: <47A381C7.3000003@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201980832 12672 80.91.229.12 (2 Feb 2008 19:33:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 19:33:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 20:34:13 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JLO7v-000656-LS for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 20:34:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLO7T-0005nl-Pi for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 14:33:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLO70-0005Iy-7o for emacs-devel@gnu.org; Sat, 02 Feb 2008 14:33:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLO6x-0005FY-0F for emacs-devel@gnu.org; Sat, 02 Feb 2008 14:33:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLO6w-0005FO-O6 for emacs-devel@gnu.org; Sat, 02 Feb 2008 14:33:10 -0500 Original-Received: from smtp-out113.alice.it ([85.37.17.113]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLO6q-0007DH-G0; Sat, 02 Feb 2008 14:33:04 -0500 Original-Received: from FBCMMO02.fbc.local ([192.168.68.196]) by smtp-out113.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Sat, 2 Feb 2008 20:32:58 +0100 Original-Received: from FBCMCL01B06.fbc.local ([192.168.69.87]) by FBCMMO02.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Sat, 2 Feb 2008 20:32:56 +0100 Original-Received: from [87.3.35.84] ([87.3.35.84]) by FBCMCL01B06.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Sat, 2 Feb 2008 20:32:55 +0100 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-OriginalArrivalTime: 02 Feb 2008 19:32:55.0408 (UTC) FILETIME=[68B1CF00:01C865D2] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88047 Archived-At: Eli Zaretskii ha scritto: >> Date: Fri, 01 Feb 2008 21:32:07 +0100 >> From: Angelo Graziosi >> >> 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