From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Brad Miller Newsgroups: gmane.emacs.devel Subject: Re: Mac OS X 10.2.2 - Need to Recompile Date: Tue, 12 Nov 2002 08:39:04 -0600 Sender: emacs-devel-admin@gnu.org Message-ID: <7E3E3540-F64C-11D6-8E61-0003938697CA@cs.umn.edu> References: <20021112092211.24610.36860.Mailman@monty-python.gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v548) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037201527 23617 80.91.224.249 (13 Nov 2002 15:32:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 15:32:07 +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 18BzCU-00046b-00 for ; Wed, 13 Nov 2002 16:13:06 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18BzOQ-00066k-01 for ; Wed, 13 Nov 2002 16:25:26 +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 18Bcex-0001ME-00; Tue, 12 Nov 2002 10:08:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18BcCC-0003VI-00 for emacs-devel@gnu.org; Tue, 12 Nov 2002 09:39:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18BcC5-0003R5-00 for emacs-devel@gnu.org; Tue, 12 Nov 2002 09:39:15 -0500 Original-Received: from sccrmhc02.attbi.com ([204.127.202.62]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BcC5-0003Pr-00 for emacs-devel@gnu.org; Tue, 12 Nov 2002 09:39:09 -0500 Original-Received: from cs.umn.edu ([66.41.92.31]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021112143906.PMLN21905.sccrmhc02.attbi.com@cs.umn.edu> for ; Tue, 12 Nov 2002 14:39:06 +0000 Original-To: emacs-devel@gnu.org In-Reply-To: <20021112092211.24610.36860.Mailman@monty-python.gnu.org> X-Mailer: Apple Mail (2.548) 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:9375 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9375 I had the same problem this morning after updating to 10.2.2 last night. My first attempt, was to do something simple: make clean make That didn't solve it... Emacs still died right after launch. make distclean make Same result. For some reason this never works like I would expect it to for the mac build. Is there a better/different clean target that I should use? So, I removed the emacs directory and checked out a clean copy from CVS. ./configure --without-x make bootstrap Now I get a bunch of warnings like this one, chosen at random: keyboard.c:62: warning: could not use precompiled header '/usr/include/unistd-gcc3.p', because: keyboard.c:62: warning: macro 'select' defined by ./s/darwin.h conflicts with precomp Finally the compile dies a horrible death at: Compiling /Users/bmiller/src/emacs/lisp/progmodes/cc-mode.el >>Error occurred processing /Users/bmiller/src/emacs/lisp/progmodes/cc-mode.el: Symbol's function definition is void ((char-table-p)) make[1]: *** [compile] Error 1 make: *** [bootstrap] Error 2 Uggh! Now I'm really stuck. Any thoughts on what I can do? Thanks, Brad On Tuesday, November 12, 2002, at 03:22 AM, emacs-devel-request@gnu.org wrote: > > --__--__-- > > Message: 7 > Date: Mon, 11 Nov 2002 19:34:24 -0800 > Subject: Mac OS X 10.2.2 - Need to Recompile > From: Steven Tamm > To: emacs-devel@gnu.org > > I just updated to Mac OS X 10.2.2 and the emacs I was using (compiled > in 10.2.1) stopped working (similar to the update between 10.1 and > 10.2). Recompiling fixed everything, so it's not a huge problem. > Seems that there is a new version of libSystem.B included in 10.2.2, > which is incompatible. > > The error I got was here: > > #0 0x90004248 in szone_size () > #1 0x000b0b0c in xrealloc (block=0x0, size=321) at alloc.c:542 > #2 0x00006240 in adjust_frame_message_buffer (f=0x63aec0) at > dispnew.c:2435 > #3 0x00005c20 in adjust_frame_glyphs (f=0x63aec0) at dispnew.c:2133 > #4 0x00005bcc in adjust_frame_glyphs_initially () at dispnew.c:2115 > #5 0x0000c6e4 in init_display () at dispnew.c:6537 > > It occurs on the first call to realloc with a non-empty block. The > darwin source is hard to follow at this point as malloc blocks are > controlled in objc code. > > Does anyone else see this problem? > -Steven > > Brad Miller PhD Candidate University of Minnesota (612) 384-8351 http://www-users.cs.umn.edu/~bmiller