From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evil Boris Newsgroups: gmane.emacs.devel Subject: Re: overflow pure space Date: Thu, 06 Jul 2006 07:40:47 -0400 Message-ID: References: <87wtas6otw.fsf@stupidchicken.com> <87sllfj3hb.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1152186098 5869 80.91.229.2 (6 Jul 2006 11:41:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Jul 2006 11:41:38 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 06 13:41:35 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 1FySEW-0007CG-22 for ged-emacs-devel@m.gmane.org; Thu, 06 Jul 2006 13:41:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FySEV-0006B5-Fl for ged-emacs-devel@m.gmane.org; Thu, 06 Jul 2006 07:41:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FySEK-0006AE-C4 for emacs-devel@gnu.org; Thu, 06 Jul 2006 07:41:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FySEG-00067E-K8 for emacs-devel@gnu.org; Thu, 06 Jul 2006 07:41:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FySEG-000679-Fw for emacs-devel@gnu.org; Thu, 06 Jul 2006 07:41:08 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FySER-0008HY-C9 for emacs-devel@gnu.org; Thu, 06 Jul 2006 07:41:19 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FySE6-00079E-Fe for emacs-devel@gnu.org; Thu, 06 Jul 2006 13:40:58 +0200 Original-Received: from 207-38-193-43.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com ([207.38.193.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jul 2006 13:40:58 +0200 Original-Received: from evilborisnet by 207-38-193-43.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jul 2006 13:40:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207-38-193-43.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:oxVdsPt4RABMvFYyjLvvrf0IEG0= 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:56624 Archived-At: For what it's worth, I have been using the following recipe (taken from INSTALL.CVS, is it still valid advice?) for updating Emacs. After cvs update I do: % gmake % cd lisp % gmake recompile EMACS=../src/emacs % cd .. % gmake I have noticed that the amount of pure storage needed in the initial call to gmake is different from the one needed after recompile. (sparc-sun-solaris2.7, X toolkit). Is this to be expected? Specifically, the last build I tried (Jul 4) required 1210824 pure bytes in second iteration and 1208688 in the first (so the latest increase does not suffice). Cheers, --Boris