From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bootstrap error Date: Wed, 25 Jan 2006 19:46:43 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1138215228 10843 80.91.229.2 (25 Jan 2006 18:53:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2006 18:53:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 25 19:53:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1pm4-0002lA-Tp for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2006 19:53:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1pld-000291-Ez for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2006 13:53:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1p0H-00064G-4c for emacs-devel@gnu.org; Wed, 25 Jan 2006 13:04:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1p0G-00062j-4H for emacs-devel@gnu.org; Wed, 25 Jan 2006 13:04:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1p0F-00061K-93 for emacs-devel@gnu.org; Wed, 25 Jan 2006 13:04:19 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F1oxf-0003wp-Ko for emacs-devel@gnu.org; Wed, 25 Jan 2006 13:01:39 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HRK12029; Wed, 25 Jan 2006 20:00:38 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-215-153.inter.net.il [83.130.215.153]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id COL09238 (AUTH halo1); Wed, 25 Jan 2006 19:46:40 +0200 (IST) Original-To: Alexander Klimov In-reply-to: (message from Alexander Klimov on Wed, 25 Jan 2006 15:17:33 +0200 (IST)) 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:49534 Archived-At: > Date: Wed, 25 Jan 2006 15:17:33 +0200 (IST) > From: Alexander Klimov > cc: emacs-devel@gnu.org > > ./temacs --batch --load loadup bootstrap > Loading loadup.el (source)... > [...] > Loading language/utf-8-lang (source)... > Loading language/georgian (source)... > Loading international/ucs-tables (source)... > mv -f emacs.exe bootstrap-emacs.exe > mv: cannot stat `emacs.exe': No such file or directory > make: *** [bootstrap-emacs.exe] Error 1 ??? Is this the exact and full fragment of what you see? Did the build indeed try to "mv -f emacs.exe" right after loading ucs-tables/el? You will see in loadup.el that quite a few more Lisp files had to be loaded, and then Emacs should have dumped itself. >>From the fragment you've posted, it looks like Emacs died in the middle of loadup--is that true? > May be it is related to the `indian.el' bug problem you are working at... If it is, then try resyncing with the CVS, because that problem is already solved there.