From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs overflowed pure space Date: Wed, 19 Jul 2006 09:44:43 +0900 Organization: Emacsen advocacy group Message-ID: References: <7dbe73ed0607180138x35e9d9bft3e42f20cb369795c@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1153269917 23311 80.91.229.2 (19 Jul 2006 00:45:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Jul 2006 00:45:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 19 02:45:15 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G30BV-0005HB-Sm for ged-emacs-devel@m.gmane.org; Wed, 19 Jul 2006 02:45:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G30BV-00076t-A5 for ged-emacs-devel@m.gmane.org; Tue, 18 Jul 2006 20:45:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G30BJ-00076C-AU for emacs-devel@gnu.org; Tue, 18 Jul 2006 20:44:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G30BI-00075o-6a for emacs-devel@gnu.org; Tue, 18 Jul 2006 20:44:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G30BI-00075l-2C for emacs-devel@gnu.org; Tue, 18 Jul 2006 20:44:52 -0400 Original-Received: from [66.225.201.13] (helo=washington.hostforweb.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G30EI-0002LK-53 for emacs-devel@gnu.org; Tue, 18 Jul 2006 20:47:58 -0400 Original-Received: from [205.234.185.198] (port=43821 helo=mail.jpl.org) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1G30BP-0002XY-RR for emacs-devel@gnu.org; Tue, 18 Jul 2006 19:45:00 -0500 Original-To: emacs-devel@gnu.org X-Hashcash: 1:20:060719:emacs-devel@gnu.org::dFDj3EqVd2Lad72e:0000000000000000000000000000000000000000000Oa/ X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:2i6/gCauW0EmgjWetJfX19SmsHA= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: 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:57301 Archived-At: Hi, Also building Emacs failed with `make bootstrap' in the Fedora Core 5 system. Today I got: Dumping under names emacs and emacs-22.0.50.1 emacs:0:Pure Lisp storage overflow (approx. 1211144 bytes needed) 144 pure bytes used Despite that it didn't happen with the Solaris 2.6 system: Dumping under names emacs and emacs-22.0.50.1 1210896 pure bytes used I don't use GTK. The value of `system-configuration-options' is: "'--verbose' '--without-xim'" Regards,