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: Wed, 18 Jan 2006 11:38:54 +0800 Message-ID: <873bjmryr5.fsf@emfox.3322.org> References: <87bqyasvv6.fsf@emfox.3322.org> <877j8yse2a.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 1137555672 6384 80.91.229.2 (18 Jan 2006 03:41:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Jan 2006 03:41:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 18 04:41:10 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 1Ez4Bz-0001kn-2x for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2006 04:41:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ez4EK-0008LL-JW for ged-emacs-devel@m.gmane.org; Tue, 17 Jan 2006 22:43:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ez4EA-0008L7-8o for emacs-devel@gnu.org; Tue, 17 Jan 2006 22:43:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ez4E8-0008Kk-J7 for emacs-devel@gnu.org; Tue, 17 Jan 2006 22:43:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ez4E8-0008Kg-Fr for emacs-devel@gnu.org; Tue, 17 Jan 2006 22:43:16 -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 1Ez4Hv-0002ff-DT for emacs-devel@gnu.org; Tue, 17 Jan 2006 22:47:11 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ez4Ba-0001eu-RX for emacs-devel@gnu.org; Wed, 18 Jan 2006 04:40:38 +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 ; Wed, 18 Jan 2006 04:40:38 +0100 Original-Received: from EmfoxZhou by 218.108.29.104 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jan 2006 04:40:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 35 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:yHQE4XOKQv8ndHzmtoiajOPpn4E= 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:49229 Archived-At: Kenichi Handa writes: > In article <877j8yse2a.fsf@emfox.3322.org>, Emfox Zhou writes: > >> ar, but when I used a tarball from make-dist, it built >> error with some reference to admin/unidata, while it seems >> everything was ok by build emacs unicode branch directly >> in cvs checkouted directory. > > Then, it means that I made some mistake in emacs-unicode-2 > branch. Could you show me the exact error message? I tried to make a debian package of emacs-unicode-2 branch, but it built error every time, so I started to build it from scratch, without debian/ files. (If that's right) I did a 'make bootstrap' after './configure', and here's the last several lines of the error msg: RUNEMACS="`/bin/pwd`/temacs"; cd /home/emfox/file/debian/packages/emacs/emacs-23.0.0/src/../admin/unidata; make -w RUNEMACS="${RUNEMACS}" DSTDIR=/home/emfox/file/debian/packages/emacs/emacs-23.0.0/src/../lisp/international /bin/sh: line 0: cd: /home/emfox/file/debian/packages/emacs/emacs-23.0.0/src/../admin/unidata: No such file or directory make[3]: Entering directory `/home/emfox/file/debian/packages/emacs/emacs-23.0.0/src' cd ../lwlib/; make -w CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' MAKE='make' "C_SWITCH_X_SITE=-I/usr/X11R6/include" "C_SWITCH_X_MACHINE=" "C_SWITCH_X_SYSTEM=" "C_SWITCH_SITE=" "C_SWITCH_MACHINE=" "C_SWITCH_SYSTEM=-D_BSD_SOURCE" make[4]: Entering directory `/home/emfox/file/debian/packages/emacs/emacs-23.0.0/lwlib' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/emfox/file/debian/packages/emacs/emacs-23.0.0/lwlib' cd ../lib-src/; make -w make-docfile make[4]: Entering directory `/home/emfox/file/debian/packages/emacs/emacs-23.0.0/lib-src' gcc -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/home/emfox/file/debian/packages/emacs/emacs-23.0.0/lib-src -I/home/emfox/file/debian/packages/emacs/emacs-23.0.0/lib-src/../src -g -O2 -Wno-pointer-sign /home/emfox/file/debian/packages/emacs/emacs-23.0.0/lib-src/make-docfile.c -lc -o make-docfile make[4]: Leaving directory `/home/emfox/file/debian/packages/emacs/emacs-23.0.0/lib-src' make[3]: *** No rule to make target `/home/emfox/file/debian/packages/emacs/emacs-23.0.0/src/../lisp/abbrev.elc', needed by `../etc/DOC'. Stop. make[3]: Leaving directory `/home/emfox/file/debian/packages/emacs/emacs-23.0.0/src' make[2]: *** [/home/emfox/file/debian/packages/emacs/emacs-23.0.0/src/../lisp/international/charprop.el] Error 2make[2]: Leaving directory `/home/emfox/file/debian/packages/emacs/emacs-23.0.0/src' make[1]: *** [bootstrap-build] Error 2 make[1]: Leaving directory `/home/emfox/file/debian/packages/emacs/emacs-23.0.0' make: *** [bootstrap] Error 2