From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Piet van Oostrum Newsgroups: gmane.emacs.devel Subject: Install on MacOSX fails Date: Sun, 09 Oct 2005 09:44:07 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1128843915 12563 80.91.229.2 (9 Oct 2005 07:45:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Oct 2005 07:45:15 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 09 09:45:14 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EOVrU-00011E-OQ for ged-emacs-devel@m.gmane.org; Sun, 09 Oct 2005 09:44:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOVrT-0008Ir-2R for ged-emacs-devel@m.gmane.org; Sun, 09 Oct 2005 03:44:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EOVr2-0008H6-IX for emacs-devel@gnu.org; Sun, 09 Oct 2005 03:44:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EOVqy-0008Fn-SX for emacs-devel@gnu.org; Sun, 09 Oct 2005 03:44:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOVqy-0008Fi-GV for emacs-devel@gnu.org; Sun, 09 Oct 2005 03:44:16 -0400 Original-Received: from [195.121.6.14] (helo=smtp18.wxs.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EOVqx-0000ED-Ub for emacs-devel@gnu.org; Sun, 09 Oct 2005 03:44:16 -0400 Original-Received: from ordesa.cs.uu.nl ([84.87.48.80]) by smtp18.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IO300CDK1HM01@smtp18.wxs.nl> for emacs-devel@gnu.org; Sun, 09 Oct 2005 09:44:10 +0200 (CEST) Original-Received: from ordesa.local (localhost [127.0.0.1]) by ordesa.cs.uu.nl (Postfix) with ESMTP id A53A54605DD for ; Sun, 09 Oct 2005 09:44:10 +0200 (CEST) Original-To: emacs-devel@gnu.org X-Mailer: emacs 22.0.50.3 (via feedmail 8 I) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) 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:43724 Archived-At: I used to have a source tree from the CVS archive and one every couple of months I updated my copy to the latest version and recompiled. I do this in the mac directory with make-package, so that I get an installer. Now this week it failed because the resulting emacs gives the warning: arch-dependent data dir /Volumes/Work/Users/piet/Projects/cvs/emacs/mac/make-package.tmp.2875//Applications/Emacs.app/Contents/Resources/libexec/emacs/21.3.50/powerpc-apple-darwin7.2.0 does not exist. Which is no surprise, because it should be /Applications/Emacs.app/Contents/Resources/libexec/emacs/21.3.50/powerpc-apple-darwin7.2.0 and it used to be that. It looks like something has changed so that it breaks now. I have tried all kinds of combinations of configures and make-packaqge options, but I either get the above, or it looks in /usr/local/libexec/emacs/22.0.50/powerpc-apple-darwin7.9.0/ which also doesn't exist. Finally I decided to start from scratch. I deleted all my files, and did a fres checkout yesterday. Then ./make-package --self-contained --build-in-place failed with: Compiling /Volumes/Work/Users/piet/Projects/cvs/emacs/mac/../lisp/./emacs-lisp/checkdoc.el In toplevel form: emacs-lisp/checkdoc.el:2076:30:Error: Invalid read syntax: ")" I looked in checkdoc.el, line 2076 and it looks fine. So then I tried in the main directory: ./configure --enable-carbon-app --without-x make bootstrap and it fails with the same error. So I'm stuck. Does anybody succeed in compiling the Carbon Emacs installer? -- Piet van Oostrum URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: piet@vanoostrum.org