From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: fortepianissimo Newsgroups: gmane.emacs.devel Subject: Re: problems building a Mac package Date: Tue, 14 Jan 2003 11:22:00 -0800 (PST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030114192200.82338.qmail@web16710.mail.tpe.yahoo.com> References: <249B358E-27E7-11D7-854D-00039390AB82@mac.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042572186 21395 80.91.224.249 (14 Jan 2003 19:23:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 14 Jan 2003 19:23:06 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18YWeO-0005Ys-00 for ; Tue, 14 Jan 2003 20:23:04 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18YWmT-0000mJ-00 for ; Tue, 14 Jan 2003 20:31:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18YWfK-0003Q8-01 for emacs-devel@quimby.gnus.org; Tue, 14 Jan 2003 14:24:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18YWdy-0002E3-00 for emacs-devel@gnu.org; Tue, 14 Jan 2003 14:22:38 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18YWdk-00025a-00 for emacs-devel@gnu.org; Tue, 14 Jan 2003 14:22:25 -0500 Original-Received: from web16710.mail.tpe.yahoo.com ([202.1.236.76]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18YWdN-0001sf-00 for emacs-devel@gnu.org; Tue, 14 Jan 2003 14:22:01 -0500 Original-Received: from [151.201.242.47] by web16710.mail.tpe.yahoo.com via HTTP; Tue, 14 Jan 2003 11:22:00 PST Original-To: Steven Tamm In-Reply-To: <249B358E-27E7-11D7-854D-00039390AB82@mac.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10727 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10727 Thanks Steven - I prefer building a binary package just in case I want to re-install a backup version in the future. I just updated my local copy via CVS and re-built it. The package now build fine, but when I tried to install it, the title of the installer window is something like %@installer, and all the texts/licence agreement etc. is empty. I got "the package has errors" in the end and the installer then quitted. Maybe there's still some bug in make-package? Thanks again. --- Steven Tamm wrote: > This is the right forum. The problem is a bug in > make-package that I > introduced in the last version. I'll have a fix > checked in soon. In > the meantime, you can get it to work by doing this > > ./make-package --builddir=build > > This will create a new directory, mac/build, which > will contain the > result of the build. You would have to delete this > yourself (or reuse > it later to speed up the build process). > > On the other hand, why are you using make-package? > Unless you are > making a binary distribution, doing this should > work. > > ./configure --enable-carbon-app=/Applications > make install > > -Steven > > > On Tuesday, January 14, 2003, at 08:25 AM, > fortepianissimo wrote: > > > Sorry if this is not the right forum to ask this - > I'm > > new to Emacs on Mac. Since early January I found > by > > issuing make-package in emacs/mac can no longer > build > > the package for me. Here is what I did to build > it: > > > > cd emacs > > make clean > > cd mac > > CFLAGS='-O3 -faltivec' CXXFLAGS='-O3 -faltivec' > > ./make-package > > > > and the error messages I had are: (excerpt) > > > > --- cut here --- > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/PkgInfo: > > No such file or directory > > cp: cannot create regular file > > > `/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/License.txt': > > No such file or directory > > cp: cannot create regular file > > > `/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/ReadMe.txt': > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > ./make-package: > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/English.lproj/Emacs.info: > > No such file or directory > > Creating pax file > > pax: Failed open to write on > > > /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ > > > Contents/Resources/Emacs.pax > > > > > > ATTENTION! pax archive volume change required. > > Ready for archive volume: 1 > > Input archive name or "." to quit pax. > > Archive name > > > --- cut here --- > > > > Apparently some directory inside the build > directory > > was missing. > > > > My system is 10.2.3, with Fink 10.2 installed. Any > > suggestion is welcome. Thanks. > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Mail Plus - Powerful. Affordable. Sign up > now. > > http://mailplus.yahoo.com > > > > > > _______________________________________________ > > Emacs-devel mailing list > > Emacs-devel@gnu.org > > http://mail.gnu.org/mailman/listinfo/emacs-devel > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com