From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emfox Zhou Newsgroups: gmane.emacs.devel Subject: Re: ./make-dist for unicode branch Date: Fri, 20 Jan 2006 14:13:05 +0800 Message-ID: <87mzhrctqm.fsf@emfox.3322.org> 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 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137737752 13676 80.91.229.2 (20 Jan 2006 06:15:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jan 2006 06:15:52 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 20 07:15:51 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 1EzpYs-0007fA-RR for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 07:15:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzpbM-0000I1-2w for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 01:18:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ezpao-0000Ht-0s for emacs-devel@gnu.org; Fri, 20 Jan 2006 01:17:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ezpam-0000Hh-Fz for emacs-devel@gnu.org; Fri, 20 Jan 2006 01:17:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ezpam-0000He-9X for emacs-devel@gnu.org; Fri, 20 Jan 2006 01:17:48 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Ezpew-0007ef-4e for emacs-devel@gnu.org; Fri, 20 Jan 2006 01:22:06 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EzpY6-0007XF-6d for emacs-devel@gnu.org; Fri, 20 Jan 2006 07:15:02 +0100 Original-Received: from 218.108.29.104 ([218.108.29.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jan 2006 07:15:02 +0100 Original-Received: from EmfoxZhou by 218.108.29.104 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jan 2006 07:15:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 218.108.29.104 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:kwwnuxuVwY9PyITfrcLYjiVm8jU= 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:49306 Archived-At: Kenichi Handa writes: > > 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? > Yes, I works perfectly now. > 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. > It's just a 'snapshot' of cvs version, nothing serious.