From baralachala@gmail.com Thu Mar 19 07:06:23 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 19 Mar 2009 14:06:23 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2JE6J9T032533 for ; Thu, 19 Mar 2009 07:06:20 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkIt0-0005Jt-Se for bug-gnu-emacs@gnu.org; Thu, 19 Mar 2009 10:06:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkIsw-0005Gx-8w for bug-gnu-emacs@gnu.org; Thu, 19 Mar 2009 10:06:18 -0400 Received: from [199.232.76.173] (port=48141 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkIsw-0005Gr-50 for bug-gnu-emacs@gnu.org; Thu, 19 Mar 2009 10:06:14 -0400 Received: from an-out-0708.google.com ([209.85.132.244]:12580) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LkIsv-0005O6-Ml for bug-gnu-emacs@gnu.org; Thu, 19 Mar 2009 10:06:14 -0400 Received: by an-out-0708.google.com with SMTP id c38so365946ana.21 for ; Thu, 19 Mar 2009 07:06:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=GV3/morsJs/tViBAAsAXsoByVf9YxfpRKgSi4BWN/74=; b=PWcAxkvTONFZkVW/TJIuWevJhD4KWdhLnzUxDeeQsZM1z+9FS+koCkoHXOMn2Yw1ey oakKGBhkUf4JD+BLOZK71ih3VbTW7ROM9seJpwUry9V0KELO9Gz0oZdt5LJpF4vpXgZM OTj24jnkXalN08Q6/YKevwXdw1hkwUiXtX2nk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=rkgmJURZNAGFf6A1FCPrjOCzHLqiaDZaIOgcaC0CPgfuxNPMM/MlomB7tVcIfdxmnw Z//jf7BmozLchlkZq1HCSOIGIP1RTRC+sD+E6wEhISpxs9n7d51GizSC3nlZO5PWYP09 VAH3lBJesg1ExJpoBXzhx06npYfgL7f3D4rzk= Received: by 10.142.107.5 with SMTP id f5mr957616wfc.130.1237471569729; Thu, 19 Mar 2009 07:06:09 -0700 (PDT) Received: from ?192.168.0.100? ([76.246.36.235]) by mx.google.com with ESMTPS id 22sm1666399wfg.43.2009.03.19.07.06.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Mar 2009 07:06:08 -0700 (PDT) Message-Id: <4CE1DAAB-4E6B-42FC-9861-F62C472862E1@gmail.com> From: Ritesh Sood To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: error in build cvs version on Mac OS X Date: Thu, 19 Mar 2009 07:06:07 -0700 X-Mailer: Apple Mail (2.930.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Hi all, It's now actually been a couple of *years* that I've been unsuccessful in building Emacs from cvs source on Mac OS X: first on my Powerpc Powerbook G4, and now on my Intel Mac. The build process always balks at the bootstrap stage with the following message: ---------------- Loading loadup.el (source)... Using load-path (/home/ritesh/pkg/emacs/lisp /home/ritesh/pkg/emacs/ lisp/emacs-lisp \ /home/ritesh/pkg/emacs/lisp/language /home/ritesh/pkg/emacs/lisp/ international \ /home/ritesh/pkg/emacs/lisp/textmodes) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Invalid coding system: emacs-mule make[1]: *** [bootstrap-emacs] Error 255 make: *** [src] Error 2 --------------------- My build environment is quite pristine, no libraries from fink, etc., interfering with those installed by Xcode. Here's how I run configure --------------------- CFLAGS="$CFLAGS -Wno-pointer-sign" ./configure \ --enable-locallisppath=$HOME/elisp \ --without-pop \ --without-kerberos \ --without-kerberos5 \ --without-sound \ --without-x \ -without-toolkit-scroll-bars \ --without-dbus \ --without-gpm \ --with-ns \ --enable-cocoa-experimental-ctrl-g -------------------------- Although I don't understand the last option, the build fails with or without it. It might not be a bug after all, but I have seen update after update to the cvs repository but the build failure refuses to go away. It's in sheer frustration that I'm resorting to sending a mail to the bugs list. Hopefully someone can figure out the problem, or has seen this issue elsewhere. Help much appreciated, Ritesh. From rgm@gnu.org Thu Mar 19 09:44:33 2009 Received: (at control) by emacsbugs.donarmstrong.com; 19 Mar 2009 16:44:34 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2JGiUNx010723 for ; Thu, 19 Mar 2009 09:44:32 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LkLM6-0003rA-6a; Thu, 19 Mar 2009 12:44:30 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18882.30318.59416.847832@fencepost.gnu.org> Date: Thu, 19 Mar 2009 12:44:30 -0400 From: Glenn Morris To: control Subject: control message X-Debbugs-No-Ack: yes merge 2717 2639 reassign 2718 spam reassign 2719 spam reassign 2720 emacs,ns reassign 2721 spam From harald@maierh.de Thu Mar 19 13:28:46 2009 Received: (at 2720) by emacsbugs.donarmstrong.com; 19 Mar 2009 20:28:46 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.9 required=4.0 tests=FOURLA,GMAIL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2JKSgBl008371 for <2720@emacsbugs.donarmstrong.com>; Thu, 19 Mar 2009 13:28:43 -0700 Received: from ate.maierh (p5498633D.dip.t-dialin.net [84.152.99.61]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1LkOqv3ERv-0007sq; Thu, 19 Mar 2009 21:28:34 +0100 Received: by ate.maierh (Postfix, from userid 501) id 10F0268A138; Thu, 19 Mar 2009 21:28:32 +0100 (CET) From: Harald Maier To: Ritesh Sood Cc: 2720@debbugs.gnu.org Subject: Re: bug#2720: error in build cvs version on Mac OS X References: <4CE1DAAB-4E6B-42FC-9861-F62C472862E1@gmail.com> Date: Thu, 19 Mar 2009 21:28:32 +0100 In-Reply-To: <4CE1DAAB-4E6B-42FC-9861-F62C472862E1@gmail.com> (Ritesh Sood's message of "Thu, 19 Mar 2009 07:06:07 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Provags-ID: V01U2FsdGVkX1+qbLpZqX/oem6qj3ARpiHEbrOoY0yC5+frWFr 7GuZATd1TKejrSgWZ+ciLQ7wMTWsr5zv37bw9J4GmAe7TGgHa6 +fP5EhOVqdgPUt3MwE+xQ== Hello Ritesh, have you tried ./configure --enable-carbon-app I am using both Carbon and X11 so I have to specify ./configure --enable-carbon-app --without-x ,----[ Carbon App ] | GNU Emacs 23.0.91.6 (i386-apple-darwin9.6.0, NS apple-appkit-949.43) | of 2009-03-17 on ate.maierh `---- ,----[ X11 ] | GNU Emacs 23.0.91.10 (i386-apple-darwin9.6.0, X toolkit) | of 2009-03-19 on ate.maierh `---- Harald Ritesh Sood writes: > Hi all, > > It's now actually been a couple of *years* that I've been unsuccessful > in building Emacs from cvs source on Mac OS X: first on my Powerpc > Powerbook G4, and now on my Intel Mac. The build process always balks > at the bootstrap stage with the following message: > ---------------- > Loading loadup.el (source)... > Using load-path (/home/ritesh/pkg/emacs/lisp /home/ritesh/pkg/emacs/ > lisp/emacs-lisp \ > /home/ritesh/pkg/emacs/lisp/language > /home/ritesh/pkg/emacs/lisp/ > international \ > /home/ritesh/pkg/emacs/lisp/textmodes) > Loading emacs-lisp/byte-run (compiled; note, source file is newer)... > Invalid coding system: emacs-mule > make[1]: *** [bootstrap-emacs] Error 255 > make: *** [src] Error 2 > --------------------- > My build environment is quite pristine, no libraries from fink, etc., > interfering with those installed by Xcode. > Here's how I run configure > --------------------- > CFLAGS="$CFLAGS -Wno-pointer-sign" > ./configure \ > --enable-locallisppath=$HOME/elisp \ > --without-pop \ > --without-kerberos \ > --without-kerberos5 \ > --without-sound \ > --without-x \ > -without-toolkit-scroll-bars \ > --without-dbus \ > --without-gpm \ > --with-ns \ > --enable-cocoa-experimental-ctrl-g > -------------------------- > Although I don't understand the last option, the build fails with or > without it. > It might not be a bug after all, but I have seen update after update > to the cvs repository but the build failure refuses to go away. It's > in sheer frustration that I'm resorting to sending a mail to the bugs > list. Hopefully someone can figure out the problem, or has seen this > issue elsewhere. > Help much appreciated, > Ritesh. > > From rgm@gnu.org Thu Mar 19 14:53:42 2009 Received: (at 2720) by emacsbugs.donarmstrong.com; 19 Mar 2009 21:53:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2JLrdmq030971 for <2720@emacsbugs.donarmstrong.com>; Thu, 19 Mar 2009 14:53:41 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LkQBG-0000jO-V2; Thu, 19 Mar 2009 17:53:38 -0400 From: Glenn Morris To: Harald Maier Cc: 2720@debbugs.gnu.org, Ritesh Sood Subject: Re: bug#2720: error in build cvs version on Mac OS X References: <4CE1DAAB-4E6B-42FC-9861-F62C472862E1@gmail.com> X-Spook: Watergate David John Oates cypherpunk ANZUS bullion X-Ran: ]F>kv__!x:A:~6O43NpeqYpX4flm[D{82_!jkD}Gpf0KXuFcrZhfj2*zgY7bsEerMMsk?I X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 19 Mar 2009 17:53:38 -0400 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Harald Maier wrote: > have you tried > > ./configure --enable-carbon-app That option was removed last year (together with the entire Carbon port). From rgm@gnu.org Thu Mar 19 14:57:08 2009 Received: (at 2720) by emacsbugs.donarmstrong.com; 19 Mar 2009 21:57:08 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2JLv5rj032143 for <2720@emacsbugs.donarmstrong.com>; Thu, 19 Mar 2009 14:57:06 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LkQEa-0000qd-Kx; Thu, 19 Mar 2009 17:57:04 -0400 From: Glenn Morris To: Ritesh Sood Cc: 2720@debbugs.gnu.org Subject: Re: bug#2720: error in build cvs version on Mac OS X References: <4CE1DAAB-4E6B-42FC-9861-F62C472862E1@gmail.com> X-Spook: AVN emc JPL UNSCOM Saudi Arabia eavesdropping AGT. AMME X-Ran: enADv/+:J]aeWI:UC}lz%(9u\P\wZpVsj]6 (Ritesh Sood's message of "Thu, 19 Mar 2009 07:06:07 -0700") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Ritesh Sood wrote: > Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Looks like your build is a bit messed up. Can you try a totally fresh checkout following the instructions at: http://savannah.gnu.org/cvs/?group=emacs Basically just cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs ./configure --with-ns make bootstrap make install From baralachala@gmail.com Fri Mar 20 05:35:08 2009 Received: (at 2720) by emacsbugs.donarmstrong.com; 20 Mar 2009 12:35:08 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2KCZ4ZF029568 for <2720@emacsbugs.donarmstrong.com>; Fri, 20 Mar 2009 05:35:05 -0700 Received: by rv-out-0506.google.com with SMTP id f9so1058009rvb.1 for <2720@emacsbugs.donarmstrong.com>; Fri, 20 Mar 2009 05:35:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=c4VNXHIvJSkaL2YXTeNP923YUdUe7BbNF7VqZco8ANk=; b=bXpxJiU44tP7i+c8EhXuVoJ+8wMz1cWgbkVDsOXPJIq9LSbeP68PEJNPPBZik32yO0 HnrKpUcMom9zjebaN4ib4gDpWzFgQ0h60p0xEf2HESk9VKjDfCqKBidZOrKRUUTf9Bo9 ZExH2ccI/25JZ8XlUeuGLz6CFYgVdfGF7Giqc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=dH9Uv4HlQdLQ86W8xlCaoRRkPDG0L7gVesKPEku05wMFM8McRE7JUG8q5PmdjgMoB1 q1F4Uce/bovUhr7uGFUcOU3N5atLa4bGbN1VucBemBHOZpcpSIG5p1zFzbiSwzupRMB5 h2KygwLN9pBX7wPBWpPPMw/jTNLZzp1ZPuUbk= Received: by 10.141.68.21 with SMTP id v21mr1194936rvk.273.1237552504102; Fri, 20 Mar 2009 05:35:04 -0700 (PDT) Received: from ?192.168.0.100? ([76.246.36.235]) by mx.google.com with ESMTPS id f42sm4505728rvb.1.2009.03.20.05.35.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Mar 2009 05:35:03 -0700 (PDT) Cc: 2720@debbugs.gnu.org Message-Id: From: Ritesh Sood To: Glenn Morris In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: bug#2720: error in build cvs version on Mac OS X Date: Fri, 20 Mar 2009 05:35:02 -0700 References: <4CE1DAAB-4E6B-42FC-9861-F62C472862E1@gmail.com> X-Mailer: Apple Mail (2.930.3) On Mar 19, 2009, at 2:57 PM, Glenn Morris wrote: > Ritesh Sood wrote: > >> Loading emacs-lisp/byte-run (compiled; note, source file is newer)... > > Looks like your build is a bit messed up. > > Can you try a totally fresh checkout following the instructions at: > > http://savannah.gnu.org/cvs/?group=emacs > > Basically just > > cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co > emacs > ./configure --with-ns > make bootstrap > make install Thanks Glenn, that really was the problem, and Emacs.app builds fine. It's not usable though, all characters are not displayed even in plain english, and it crashed while I was looking at customize basic faces. But then it's the cvs version, the crash I guess isn't totally unexpected. At least it builds now... Ritesh. From monnier@iro.umontreal.ca Fri Mar 20 06:22:05 2009 Received: (at 2720) by emacsbugs.donarmstrong.com; 20 Mar 2009 13:22:05 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.5 required=4.0 tests=HAS_BUG_NUMBER,XIRONPORT autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.teksavvy.com (ironport2-out.pppoe.ca [206.248.154.182]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2KDM255010561 for <2720@emacsbugs.donarmstrong.com>; Fri, 20 Mar 2009 06:22:03 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgMFANA1w0lFxIZP/2dsb2JhbACBT9J+g30GhGY X-IronPort-AV: E=Sophos;i="4.38,395,1233550800"; d="scan'208";a="35439485" Received: from 69-196-134-79.dsl.teksavvy.com (HELO pastel.home) ([69.196.134.79]) by ironport2-out.teksavvy.com with ESMTP; 20 Mar 2009 09:21:57 -0400 Received: by pastel.home (Postfix, from userid 20848) id B78FE7F74; Fri, 20 Mar 2009 09:22:07 -0400 (EDT) From: Stefan Monnier To: Ritesh Sood Cc: 2720@debbugs.gnu.org, Glenn Morris Subject: Re: bug#2720: error in build cvs version on Mac OS X Message-ID: References: <4CE1DAAB-4E6B-42FC-9861-F62C472862E1@gmail.com> Date: Fri, 20 Mar 2009 09:22:07 -0400 In-Reply-To: (Ritesh Sood's message of "Fri, 20 Mar 2009 05:35:02 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > Thanks Glenn, that really was the problem, and Emacs.app builds fine. It's > not usable though, all characters are not displayed even in plain english, > and it crashed while I was looking at customize basic faces. But then it's > the cvs version, the crash I guess isn't totally unexpected. At least it > builds now... Please report each problem separately. We're in pretest, and this code is expected to work (and known to work for many people). Stefan From baralachala@gmail.com Fri Mar 20 08:16:38 2009 Received: (at 2720) by emacsbugs.donarmstrong.com; 20 Mar 2009 15:16:38 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.8 required=4.0 tests=FVGT_m_MULTI_ODD, HAS_BUG_NUMBER,IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_WRONG_WORD1, MURPHY_WRONG_WORD2,PHONENUMBER autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2KFGVNC009278 for <2720@emacsbugs.donarmstrong.com>; Fri, 20 Mar 2009 08:16:32 -0700 Received: by wa-out-1112.google.com with SMTP id m28so1276671wag.1 for <2720@emacsbugs.donarmstrong.com>; Fri, 20 Mar 2009 08:16:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=i3c5699eKVRLolAk7kKQhOHHOeh9RFWbzwkhJisi4g4=; b=TXIQxZqjlk1dmY0I/JloXDryp1IWa7pbt4DzlwVWAtSXRQm1JUT2Oh+QWrRRx9GTja jz6VDvhd+EaKG1n3sNS66+LOKXnwYVZ+2zbnZtn6io1a3eyb+b9kRRxr5FCYbcaEHym+ LRjUbfL6g5oeQQ+VrrQxFShjQWn/KI7f04o2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=iGAO4dtHXPjjDKs9pmbWwsIQsZbcPiwf2+xo+1QKLl+rj/OrNwT32IbkOGlulPDtgO F6kN+Mz7Jn4Qphy5qTnPC1OX1O80+e8mN3CDYXZzqvEQ5qDToTHdx0OGF9apdei1dFq+ nCdB4C9sLCvMlGgqq4s48D+vbhb/qYB5XavXk= Received: by 10.115.54.7 with SMTP id g7mr2525971wak.69.1237562191103; Fri, 20 Mar 2009 08:16:31 -0700 (PDT) Received: from ?192.168.0.100? ([76.246.36.235]) by mx.google.com with ESMTPS id j34sm2373219waf.27.2009.03.20.08.16.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Mar 2009 08:16:30 -0700 (PDT) Cc: 2720@debbugs.gnu.org, Glenn Morris Message-Id: From: Ritesh Sood To: Stefan Monnier In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: bug#2720: error in build cvs version on Mac OS X Date: Fri, 20 Mar 2009 08:16:29 -0700 References: <4CE1DAAB-4E6B-42FC-9861-F62C472862E1@gmail.com> X-Mailer: Apple Mail (2.930.3) On Mar 20, 2009, at 6:22 AM, Stefan Monnier wrote: >> Thanks Glenn, that really was the problem, and Emacs.app builds >> fine. It's >> not usable though, all characters are not displayed even in plain >> english, >> and it crashed while I was looking at customize basic faces. But >> then it's >> the cvs version, the crash I guess isn't totally unexpected. At >> least it >> builds now... > > Please report each problem separately. We're in pretest, and this > code > is expected to work (and known to work for many people). > > > Stefan Here's the crash report that mac OS X automatically generates when an application crashes: --------------------------------------------------------------------------------------- Process: Emacs [42664] Path: /home/ritesh/pkg/Emacs/emacs/nextstep/Emacs.app/ Contents/MacOS/Emacs Identifier: org.gnu.Emacs Version: Version 23.0.91 (9.0) Code Type: X86 (Native) Parent Process: launchd [316] Date/Time: 2009-03-20 08:12:12.116 -0700 OS Version: Mac OS X 10.5.6 (9G55) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000090e58890 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0x91124e42 __kill + 10 1 org.gnu.Emacs 0x000b589a fatal_error_signal + 314 2 libSystem.B.dylib 0x911232bb _sigtramp + 43 3 ??? 0xffffffff 0 + 4294967295 4 libSystem.B.dylib 0x9119723a raise + 26 5 libSystem.B.dylib 0x911a3679 abort + 73 6 org.gnu.Emacs 0x001a7dd5 ns_term_shutdown + 117 7 org.gnu.Emacs 0x000b58ef fatal_error_signal + 399 8 libSystem.B.dylib 0x911232bb _sigtramp + 43 9 ??? 0xffffffff 0 + 4294967295 10 com.apple.Foundation 0x9057c0c0 _NSAddAltHandler2 + 32 11 com.apple.AppKit 0x945f8d76 -[NSFocusStack focusView:inWindow:] + 236 12 com.apple.AppKit 0x945f6d53 -[NSView lockFocusIfCanDraw] + 825 13 com.apple.AppKit 0x945f6921 -[NSView lockFocus] + 42 14 org.gnu.Emacs 0x001a3e7a ns_focus + 138 15 org.gnu.Emacs 0x001b0d08 ns_clear_frame_area + 312 16 org.gnu.Emacs 0x001b1b7d ns_set_vertical_scroll_bar + 1773 17 org.gnu.Emacs 0x00042af5 redisplay_window + 1157 18 org.gnu.Emacs 0x000456bd redisplay_window_0 + 45 19 org.gnu.Emacs 0x0013b7a3 internal_condition_case_1 + 259 20 org.gnu.Emacs 0x000485d1 redisplay_internal + 6145 21 org.gnu.Emacs 0x000cc444 command_loop_1 + 4676 22 org.gnu.Emacs 0x0013bb3d internal_condition_case + 253 23 org.gnu.Emacs 0x000b7808 command_loop_2 + 72 24 org.gnu.Emacs 0x0013ba1c internal_catch + 172 25 org.gnu.Emacs 0x000be3eb recursive_edit_1 + 363 26 org.gnu.Emacs 0x000be5a4 Frecursive_edit + 324 27 org.gnu.Emacs 0x000b696b main + 4059 28 org.gnu.Emacs 0x00002ef6 start + 54 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x000b576e ecx: 0xbfffdabc edx: 0x91124e42 edi: 0x00000006 esi: 0x00000006 ebp: 0xbfffdad8 esp: 0xbfffdabc ss: 0x0000001f efl: 0x00000286 eip: 0x91124e42 cs: 0x00000007 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x19a00000 Binary Images: 0x1000 - 0x1ecffb +org.gnu.Emacs Version 23.0.91 (9.0) /home/ritesh/pkg/Emacs/emacs/ nextstep/Emacs.app/Contents/MacOS/Emacs 0x4de000 - 0x4deffc +com.growl.GrowlSafariLoader 1.0 (1.1) / Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/ MacOS/GrowlSafariLoader 0x4e3000 - 0x4e3ffe +org.xlife.InquisitorLoader 3.2 (58) /Library/InputManagers/Inquisitor/ Inquisitor.bundle/Contents/MacOS/Inquisitor 0x4e8000 - 0x4e8ff2 +com.google.GearsEnabler ??? (1.0) <9de254500f2d2abfe0dda78d8a738f01> /Library/InputManagers/GearsEnabler/ GearsEnabler.bundle/Contents/MacOS/GearsEnabler 0x4ed000 - 0x4eeffd +com.1passwd.InputManager 2.9.5 (7325) <8b4fc4d349a34592f825b1b6ebac46c8> /Library/InputManagers/1PasswdIM/ 1PasswdIM.bundle/Contents/MacOS/1PasswdIM 0x4f3000 - 0x4f5fff +net.culater.SIMBL 0.8.2 (8) /Library/ InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL 0x16cc1000 - 0x16e93fe7 com.apple.RawCamera.bundle 2.0.10 (2.0.10) /System/Library/CoreServices/ RawCamera.bundle/Contents/MacOS/RawCamera 0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld 0x90004000 - 0x90014ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x90245000 - 0x90249fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x9024a000 - 0x902fafff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/ Kerberos.framework/Versions/A/Kerberos 0x902fb000 - 0x902fdff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x902fe000 - 0x9037bfeb com.apple.audio.CoreAudio 3.1.1 (3.1.1) /System/Library/Frameworks/ CoreAudio.framework/Versions/A/CoreAudio 0x9037c000 - 0x90406fe3 com.apple.DesktopServices 1.4.7 (1.4.7) /System/Library/PrivateFrameworks/ DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9042c000 - 0x904deffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib 0x904e7000 - 0x904eefe9 libgcc_s.1.dylib ??? (???) /usr/lib/libgcc_s.1.dylib 0x90514000 - 0x90529ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ ImageCapture.framework/Versions/A/ImageCapture 0x9052a000 - 0x907a5fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/ Foundation.framework/Versions/C/Foundation 0x907a6000 - 0x907d3feb libvDSP.dylib ??? (???) /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvDSP.dylib 0x907d4000 - 0x907dffe7 libCSync.A.dylib ??? (???) /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x908c2000 - 0x908ceff9 com.apple.helpdata 1.0.1 (14.2) /System/ Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x908cf000 - 0x908d9feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/ A/CarbonSound 0x908da000 - 0x90914fe7 com.apple.coreui 1.2 (62) /System/Library/ PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x90915000 - 0x90de6f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x90de7000 - 0x90deffff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/ DiskArbitration.framework/Versions/A/DiskArbitration 0x90df6000 - 0x90e73fef libvMisc.dylib ??? (???) /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ Versions/A/libvMisc.dylib 0x90e74000 - 0x90e80ffe libGL.dylib ??? (???) /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x90e81000 - 0x90f66ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/ CoreData.framework/Versions/A/CoreData 0x910a0000 - 0x910a0ffb com.apple.installserver.framework 1.0 (8) / System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/ InstallServer 0x910b6000 - 0x9121dff3 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib 0x91251000 - 0x912dcfff com.apple.framework.IOKit 1.5.1 (???) /System/Library/Frameworks/ IOKit.framework/Versions/A/IOKit 0x912dd000 - 0x91314fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/ SystemConfiguration.framework/Versions/A/SystemConfiguration 0x91315000 - 0x913b2fe4 com.apple.CFNetwork 422.15.2 (422.15.2) <80851410a5592b7c3b149b2ff849bcc1> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/ Versions/A/CFNetwork 0x91405000 - 0x91420ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91421000 - 0x91437fff com.apple.DictionaryServices 1.0.0 (1.0.0) /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/ DictionaryServices.framework/Versions/A/DictionaryServices 0x91448000 - 0x91448ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91449000 - 0x91488fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x9149b000 - 0x91562ff2 com.apple.vImage 3.0 (3.0) /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/ Versions/A/vImage 0x91563000 - 0x9158bfff libcups.2.dylib ??? (???) <16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib 0x91593000 - 0x916c6fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/ CoreFoundation.framework/Versions/A/CoreFoundation 0x916cc000 - 0x91729ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib 0x9172a000 - 0x9172afff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/ Carbon.framework/Versions/A/Carbon 0x92707000 - 0x92a0ffff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/ HIToolbox 0x92a10000 - 0x92a8aff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore 0x92b8f000 - 0x92ce1ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/ AudioToolbox 0x92ce2000 - 0x92ce2ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/ Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x92ce3000 - 0x92ce9fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x92d91000 - 0x92db5fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib 0x92db6000 - 0x92dd4fff libresolv.9.dylib ??? (???) /usr/lib/libresolv.9.dylib 0x931dd000 - 0x9357afef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/ QuartzCore.framework/Versions/A/QuartzCore 0x9357b000 - 0x9360eff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9360f000 - 0x93612fff com.apple.help 1.1 (36) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x93613000 - 0x93613ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/ApplicationServices 0x93614000 - 0x93665ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices 0x93666000 - 0x93720fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/OSServices.framework/ Versions/A/OSServices 0x93721000 - 0x937c8feb com.apple.QD 3.11.54 (???) /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/QD.framework/ Versions/A/QD 0x937d6000 - 0x93869fff com.apple.ink.framework 101.3 (86) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x9386a000 - 0x93c28fea libLAPACK.dylib ??? (???) /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ Versions/A/libLAPACK.dylib 0x93c29000 - 0x94039fef libBLAS.dylib ??? (???) /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ Versions/A/libBLAS.dylib 0x941ba000 - 0x941fcfef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/ Versions/A/NavigationServices 0x944bf000 - 0x944bfffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/ CoreServices.framework/Versions/A/CoreServices 0x944f3000 - 0x94cf1fef com.apple.AppKit 6.5.6 (949.43) /System/Library/Frameworks/ AppKit.framework/Versions/C/AppKit 0x94e73000 - 0x94fb9ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/ImageIO 0x94fba000 - 0x95046ff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/ Versions/A/LaunchServices 0x95047000 - 0x95127fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib 0x951ae000 - 0x951b7fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/ Versions/A/SpeechRecognition 0x951bb000 - 0x951e3ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/ Shortcut.framework/Versions/A/Shortcut 0x95201000 - 0x95219ff7 com.apple.CoreVideo 1.6.0 (20.0) /System/Library/Frameworks/ CoreVideo.framework/Versions/A/CoreVideo 0x9521a000 - 0x9521affc com.apple.audio.units.AudioUnit 1.5 (1.5) / System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x9521b000 - 0x9521bffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Accelerate 0x95311000 - 0x9534fff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x9541f000 - 0x9543effa libJPEG.dylib ??? (???) /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x9543f000 - 0x95440ffc libffi.dylib ??? (???) /usr/lib/libffi.dylib 0x95444000 - 0x9546ffe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib 0x95470000 - 0x954efff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/ Versions/A/SearchKit 0x954f0000 - 0x955bbfff com.apple.ColorSync 4.5.1 (4.5.1) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x955bc000 - 0x955bcff8 com.apple.Cocoa 6.5 (???) /System/Library/Frameworks/ Cocoa.framework/Versions/A/Cocoa 0x955bd000 - 0x955c4ffe libbsm.dylib ??? (???) /usr/lib/libbsm.dylib 0x955c5000 - 0x955ccff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x95697000 - 0x9569bfff libmathCommon.A.dylib ??? (???) /usr/lib/ system/libmathCommon.A.dylib 0x956ce000 - 0x956dcffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x957df000 - 0x957f7fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/ Versions/A/OpenScripting 0x957f8000 - 0x95930ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib 0x959a2000 - 0x959ebfef com.apple.Metadata 10.5.2 (398.25) /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/Metadata.framework/ Versions/A/Metadata 0x959ec000 - 0x959eefff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/ SecurityHI 0x95a2c000 - 0x95a3cfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x95c3a000 - 0x962dafff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics 0x962db000 - 0x96334ff7 libGLU.dylib ??? (???) /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x96987000 - 0x96994fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/ OpenGL.framework/Versions/A/OpenGL 0x96995000 - 0x96a1cff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib 0x96a1d000 - 0x96cf7ff3 com.apple.CoreServices.CarbonCore 786.11 (786.11) /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/ Versions/A/CarbonCore 0x96dbc000 - 0x96dfdfe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x96dfe000 - 0x96e58ff7 com.apple.CoreText 2.0.4 (???) /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/ Versions/A/CoreText 0x96e59000 - 0x96f3aff7 libxml2.2.dylib ??? (???) /usr/lib/libxml2.2.dylib 0x96f3b000 - 0x96f6afe3 com.apple.AE 402.3 (402.3) <4cb9ef65cf116d6dd424f0ce98c2d015> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x96f6b000 - 0x96fc7ff7 com.apple.htmlrendering 68 (1.1.3) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/ Versions/A/HTMLRendering 0x96fff000 - 0x971cdff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/ Security.framework/Versions/A/Security 0x97203000 - 0x97208fff com.apple.CommonPanels 1.2.4 (85) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/ A/CommonPanels 0x97267000 - 0x97296ff7 libncurses.5.4.dylib ??? (???) <3b2ac2ca8190942b6b81d2a7012ea859> /usr/lib/libncurses.5.4.dylib 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/ libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/ libSystem.B.dylib --------------------------------------------------------------------------------------- From rgm@gnu.org Wed Jun 17 13:56:12 2009 Received: (at control) by emacsbugs.donarmstrong.com; 17 Jun 2009 20:56:12 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.5 required=4.0 tests=AWL,ONEWORD,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5HKu8ND004595 for ; Wed, 17 Jun 2009 13:56:09 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MH2Ax-00019A-Sc; Wed, 17 Jun 2009 16:56:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19001.22631.801953.175957@fencepost.gnu.org> Date: Wed, 17 Jun 2009 16:56:07 -0400 From: Glenn Morris To: control Subject: control X-Debbugs-No-Ack: yes Sender: Glenn Morris close 2753 forcemerge 2754 2753 reassign 2504 emacs severity 2504 wishlist retitle 2504 ignore invalid font-backends tags 2402 moreinfo merge 2845 2891 retitle 2720 crash From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 16 22:04:03 2013 Received: (at 2720-done) by debbugs.gnu.org; 17 Feb 2013 03:04:04 +0000 Received: from localhost ([127.0.0.1]:59746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6uXr-00056r-MR for submit@debbugs.gnu.org; Sat, 16 Feb 2013 22:04:03 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:59563) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6uXq-00056a-6E for 2720-done@debbugs.gnu.org; Sat, 16 Feb 2013 22:04:02 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U6uWz-0002Ng-N3; Sat, 16 Feb 2013 22:03:10 -0500 From: Glenn Morris To: 2720-done@debbugs.gnu.org Subject: Re: bug#2720: error in build cvs version on Mac OS X References: <4CE1DAAB-4E6B-42FC-9861-F62C472862E1@gmail.com> X-Spook: target hackers oil number key Soviet Noriega DRM X-Ran: T\&WPTdDC^k4t5g~F[s#HHZ@29t/Xti\P\Mi7$~oB0T!aNi\D_xg[#/kzf;]]I8a?NiJ"" X-Hue: red X-Attribution: GM Date: Sat, 16 Feb 2013 22:03:09 -0500 In-Reply-To: (Ritesh Sood's message of "Fri, 20 Mar 2009 08:16:29 -0700") Message-ID: <6nobfjabgy.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 2720-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) Sorry no-one ever investigated your crash. After so much time, I don't think we can do anything without a recipe to produce this issue. If it happens again with the current version of Emacs (currently 24.2), please make a new report and hopefully we do better next time. From unknown Fri Jun 20 07:25:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 17 Mar 2013 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator