From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: emacs 21.3 exceeds PURESIZE Date: Mon, 19 Aug 2002 22:20:05 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200208191839.g7JId1J09350@wijiji.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029788515 4658 127.0.0.1 (19 Aug 2002 20:21:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 19 Aug 2002 20:21:55 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17gt29-0001Cz-00 for ; Mon, 19 Aug 2002 22:21:53 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17gtTj-0005MR-00 for ; Mon, 19 Aug 2002 22:50:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17gt3C-0006w5-00; Mon, 19 Aug 2002 16:22:58 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17gt0a-0006qE-00 for emacs-devel@gnu.org; Mon, 19 Aug 2002 16:20:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17gt0Y-0006pt-00 for emacs-devel@gnu.org; Mon, 19 Aug 2002 16:20:15 -0400 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17gt0S-0006oa-00; Mon, 19 Aug 2002 16:20:08 -0400 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.5/8.12.5) with ESMTP id g7JKK5i2026252; Mon, 19 Aug 2002 22:20:06 +0200 Original-To: rms@gnu.org Mail-Copies-To: nobody X-Hashcash: 0:020819:rms@gnu.org:a9bbc5228e3a99ce X-Hashcash: 0:020819:emacs-devel@gnu.org:58e8d8034698aa32 In-Reply-To: <200208191839.g7JId1J09350@wijiji.santafe.edu> (Richard Stallman's message of "Mon, 19 Aug 2002 12:39:01 -0600 (MDT)") Original-Lines: 12 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) 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:6655 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6655 Richard Stallman writes: > Please try increasing PURESIZE and see how much you need. I checked out the tree again, and it now works. I wonder what was wrong, make distclean and cvs upd -C did not help, and doubling PURESIZE to 10000000 didn't help either. Btw, the text in etc/PROBLEMS seems wrong -- to change PURESIZE you modify Makefile.in and run ./config.status, puresize.h need not be modified. Shouldn't Makefile's be regenerated when Makefile.in change also?