From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD still broken for OSX Date: Sat, 27 Sep 2008 16:52:09 +0000 (UTC) Message-ID: References: <86wsgya51q.fsf@blue.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222534745 2117 80.91.229.12 (27 Sep 2008 16:59:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Sep 2008 16:59:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 27 19:00:03 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kjd9G-0000uj-RG for ged-emacs-devel@m.gmane.org; Sat, 27 Sep 2008 19:00:03 +0200 Original-Received: from localhost ([127.0.0.1]:42319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kjd8E-00014T-IM for ged-emacs-devel@m.gmane.org; Sat, 27 Sep 2008 12:58:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kjd1y-00054k-Gu for emacs-devel@gnu.org; Sat, 27 Sep 2008 12:52:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kjd1w-000536-Cm for emacs-devel@gnu.org; Sat, 27 Sep 2008 12:52:30 -0400 Original-Received: from [199.232.76.173] (port=58199 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kjd1w-000530-80 for emacs-devel@gnu.org; Sat, 27 Sep 2008 12:52:28 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:41231 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kjd1v-0007bn-Hs for emacs-devel@gnu.org; Sat, 27 Sep 2008 12:52:27 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kjd1p-0006Nb-Ss for emacs-devel@gnu.org; Sat, 27 Sep 2008 16:52:23 +0000 Original-Received: from 72.171.0.145 ([72.171.0.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Sep 2008 16:52:21 +0000 Original-Received: from Adrian.B.Robert by 72.171.0.145 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Sep 2008 16:52:21 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 72.171.0.145 (Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/523 (KHTML, like Gecko, Safari/523.10) OmniWeb/v621.0.99313) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:104193 Archived-At: Randal L. Schwartz stonehenge.com> writes: > Copying etc/DOC-23.0.60.2 to > /Users/merlyn/MIRROR/emacs- CVS/nextstep/Emacs.app/Contents/Resources/share/emacs/23.0.60/etc ... > > is broken, because there is no Resources/share in my app folder. > > Thus, I'm still forced to say "make bootstrap install" and not "make all > install". Otherwise, I get a DOC-23.0.60.2 "not found" on start up. Oops. > > Could some Smart Person please look at this and fix it (again?)? Hi, I can't replicate it here. Resources/share should be made by the install-arch-indep process and would include all the lisp and some other things besides just etc/DOC-*. Could you post full details about your configure invocation, what cleanup steps you do before (make maintainer-clean, etc.), and whether you have any env variables set that might affect emacs build or install? Also, what is the history of the error -- from what you say you got it before, then someone fixed it, now it has reappeared? thanks, Adrian