From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Chris Waterson Newsgroups: gmane.emacs.help Subject: Re: Emacs 21.3.50 on OS X 10.2.2 Date: Tue, 12 Nov 2002 18:45:40 -0800 Organization: Netscape Communications Corp. Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037157295 29775 80.91.224.249 (13 Nov 2002 03:14:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 03:14:55 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18BnzP-0007jq-00 for ; Wed, 13 Nov 2002 04:14:51 +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 18Bnxv-00078H-00; Tue, 12 Nov 2002 22:13:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!newsfeed.netscape.com!pixie.netscape.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 74 Original-NNTP-Posting-Host: h-10-169-108-80.nscp.aoltw.net Original-X-Trace: pixie.nscp.aoltw.net 1037155790 8768 10.169.108.80 (13 Nov 2002 02:49:50 GMT) Original-X-Complaints-To: news@netscape.com Original-NNTP-Posting-Date: Wed, 13 Nov 2002 02:49:50 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:106983 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3537 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3537 Hugo Wolf wrote: > In article , Gavin > White wrote: > > >I updated Jaguar to 10.2.2 today, and now Emacs won't load. > > > Yep, looks like you'll have to rebuild. I just went through that - > see posts on comp.sys.mac.system. I wasn't expecting this in a minor > os upgrade (10.2.1->10.2.2). Works fine after rebuilding though. Hmm. I'm not able to rebuild, either. The build "bootstrap-emacs" that I have segfaults, so I can't compile any of the elisp files. Unfortunately, the crash is somewhere in dyld: /usr/local/src/emacs/2002-11-01/emacs$ gdb src/bootstrap-emacs [...] (gdb) run [...] Program received signal EXC_BAD_ACCESS, Could not access memory. 0x8fe0d53c in __dyld_lookup_symbol () (gdb) bt #0 0x8fe0d53c in __dyld_lookup_symbol () #1 0x8fe0baac in __dyld_resolve_undefineds () #2 0x8fe10614 in __dyld_link_in_need_modules () #3 0x8fe014e4 in __dyld__dyld_init () (gdb) This is making me believe that "dump-emacs" in loadup.el is just generating a garbage binary. I'm getting some duplicate symbol errors when linking temacs (which will itself run fine): ld: warning multiple definitions of symbol _PC terminfo.o definition of _PC in section (__DATA,__common) /usr/lib/libncurses.dylib(lib_tputs.o) definition of _PC ld: warning multiple definitions of symbol _BC terminfo.o definition of _BC in section (__DATA,__common) /usr/lib/libncurses.dylib(lib_termcap.o) definition of _BC ld: warning multiple definitions of symbol _UP terminfo.o definition of _UP in section (__DATA,__common) /usr/lib/libncurses.dylib(lib_termcap.o) definition of _UP #ifdef'ing these MAC_OSX in terminfo.c has no effect, sadly. The emacs-os/x FAQ mentions bad ju-ju related to fink, so I guess my next trick will be uninstalling that... :-( Help! thanks, chris