From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mikael Krantz Newsgroups: gmane.emacs.devel Subject: Re: Mac OS X 10.2.2 - Need to Recompile Date: Fri, 15 Nov 2002 13:51:12 +0100 (CET) Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1037365899 18169 80.91.224.249 (15 Nov 2002 13:11:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2002 13:11:39 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18CgG1-0004is-00 for ; Fri, 15 Nov 2002 14:11:37 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18CgSt-0006pB-00 for ; Fri, 15 Nov 2002 14:24:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CgHC-0005zY-00; Fri, 15 Nov 2002 08:12:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Cg4E-00082t-00 for emacs-devel@gnu.org; Fri, 15 Nov 2002 07:59:26 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Cg4B-00082F-00 for emacs-devel@gnu.org; Fri, 15 Nov 2002 07:59:25 -0500 Original-Received: from webedge2.chello.se ([193.150.195.25]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Cg4A-000827-00 for emacs-devel@gnu.org; Fri, 15 Nov 2002 07:59:22 -0500 Original-Received: from lorie.dominion (c213-200-149-8.cm-upc.chello.se [213.200.149.8]) by webedge2.chello.se (Postfix) with ESMTP id F1115264DB for ; Fri, 15 Nov 2002 13:53:15 +0100 (MET) Original-Received: from localhost (mk@localhost) by lorie.dominion (8.11.6/8.11.0) with ESMTP id gAFCpCn02527 for ; Fri, 15 Nov 2002 13:51:12 +0100 Original-To: emacs-devel@gnu.org In-Reply-To: Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9450 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9450 On Fri, 15 Nov 2002, Mikael Krantz wrote: > On Thu, 14 Nov 2002, Steven Tamm wrote: > > For those who still have a bad binary, could you check to see if > > setting the environment variable DYLD_FORCE_FLAT_NAMESPACE fixes > > anything? I have a sneaky suspicion it might; but it could also fail > > due to redefinition of some terminfo variables BC, PC, and UP. > > Well, it fixes something... at least now it breaks in another way (due to > redefinition of BC it seems). > > More info: > > I've tried to bootstrap from CVS (latest, 2002-11-01 and 2002-09-27) with > similar results: > ... > closer examination (gdb) yields that bootstrap-emacs segfaults when > initializing dyld: It seems that there was a problem with MacOS X rather than emacs itself. Doing a "Repair permissions" in Discutil followed by a reboot made it go away. DYLD_FORCE_FLAT_NAMESPACE still fails, though the binary runs fine without it :) Sorry for any confusion I may have caused. /Mikael Krantz