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: Thu, 19 Jan 2006 20:35:31 +0900 Message-ID: References: <87bqyasvv6.fsf@emfox.3322.org> <877j8yse2a.fsf@emfox.3322.org> <873bjmryr5.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 1137676909 23197 80.91.229.2 (19 Jan 2006 13:21:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 13:21:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 19 14:21:44 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 1EzZic-0002fJ-N7 for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 14:20:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzZkX-0002yo-0e for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 08:22:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EzYk7-0007Lt-Nj for emacs-devel@gnu.org; Thu, 19 Jan 2006 07:18:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EzYfI-0006zW-E0 for emacs-devel@gnu.org; Thu, 19 Jan 2006 07:18:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzY7H-0004UP-Tu for emacs-devel@gnu.org; Thu, 19 Jan 2006 06:38:12 -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 1EzYBI-0006TD-99 for emacs-devel@gnu.org; Thu, 19 Jan 2006 06:42:21 -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 k0JBZXFf004432; Thu, 19 Jan 2006 20:35:33 +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 k0JBZWLV004548; Thu, 19 Jan 2006 20:35:33 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1EzY4h-0000Jl-00; Thu, 19 Jan 2006 20:35:31 +0900 Original-To: Emfox Zhou In-reply-to: <873bjmryr5.fsf@emfox.3322.org> (message from Emfox Zhou on Wed, 18 Jan 2006 11:38:54 +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:49260 Archived-At: In article <873bjmryr5.fsf@emfox.3322.org>, Emfox Zhou writes: > 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 I've installed several fixes to emacs-unicode-2. I made a tarball by ./make-dist --snapshot, and from that tarball, I could build emacs simply by "configure; make" and also by "configure; make bootstrap". --- Kenichi Handa handa@m17n.org