From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: ./make-dist for unicode branch Date: Fri, 20 Jan 2006 13:50:52 +0900 Message-ID: References: <87bqyasvv6.fsf@emfox.3322.org> <877j8yse2a.fsf@emfox.3322.org> <873bjmryr5.fsf@emfox.3322.org> <87vewgca2p.fsf@emfox.3322.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1137732675 3337 80.91.229.2 (20 Jan 2006 04:51:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jan 2006 04:51:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 20 05:51:12 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 1EzoEx-00020t-Qz for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 05:51:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzoHQ-0003DD-W1 for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 23:53:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EzoHH-0003D6-Lp for emacs-devel@gnu.org; Thu, 19 Jan 2006 23:53:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EzoHF-0003Cd-NI for emacs-devel@gnu.org; Thu, 19 Jan 2006 23:53:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzoHF-0003Ca-Kr for emacs-devel@gnu.org; Thu, 19 Jan 2006 23:53:33 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EzoLO-0001Cg-LM for emacs-devel@gnu.org; Thu, 19 Jan 2006 23:57:51 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k0K4orlT029362; Fri, 20 Jan 2006 13:50:53 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k0K4orYc018105; Fri, 20 Jan 2006 13:50:53 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1EzoEe-0008LM-00; Fri, 20 Jan 2006 13:50:52 +0900 Original-To: Emfox Zhou In-reply-to: <87vewgca2p.fsf@emfox.3322.org> (message from Emfox Zhou on Fri, 20 Jan 2006 03:05:34 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:49303 Archived-At: In article <87vewgca2p.fsf@emfox.3322.org>, Emfox Zhou writes: > I'm sorry to tell that the same error as my last letter occurred. > Here the command what EXACTLY I used: > ======= > cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/emacs \ > co -r emacs-unicode-2 -P emacs > cd emacs > ./make-dist --snapshot > tar xzf emacs-23.0.0.tar.gz > cd emacs-23.0.0/ > ./configure > make bootstrap > ======= Ah! I found what is wrong. The files lisp/international/charprop.el and lisp/international/uni-*.el are generated by "make bootstrap" if there exists "admin" subdir. But, as they don't exist in CVS, your tarball doesn't contain them (nor 'admin' subdir). I vaguely remember that I have committed all those files once. I don't know why they don't exist in CVS now. I may have deleted them by myself for some reason (I don't remember well). :-( Anyway, I've just committed them. Could you please try again? By the way, is it the right thing to run 'make-dist --snapshot' without building Emacs once in that directory? The resulting tarball may not contain *.elc. --- Kenichi Handa handa@m17n.org