From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs overflowed pure space Date: Tue, 18 Jul 2006 15:37:50 +0200 Organization: disorganized Message-ID: <87psg3ghjl.fsf@robotron.kosmorama> References: <7dbe73ed0607180138x35e9d9bft3e42f20cb369795c@mail.gmail.com> <7dbe73ed0607180506n70ea0d9ctddcc8d06ec66027a@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 1153229960 20177 80.91.229.2 (18 Jul 2006 13:39:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Jul 2006 13:39:20 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 18 15:39:18 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 1G2pnA-0005s0-9F for ged-emacs-devel@m.gmane.org; Tue, 18 Jul 2006 15:39:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2pn9-0000Ob-O1 for ged-emacs-devel@m.gmane.org; Tue, 18 Jul 2006 09:39:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2pmr-0000G7-5U for emacs-devel@gnu.org; Tue, 18 Jul 2006 09:38:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2pmo-0000EH-VB for emacs-devel@gnu.org; Tue, 18 Jul 2006 09:38:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2pmo-0000DY-H0 for emacs-devel@gnu.org; Tue, 18 Jul 2006 09:38:54 -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 1G2pph-0003Le-Uq for emacs-devel@gnu.org; Tue, 18 Jul 2006 09:41:54 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G2pmM-0005en-FE for emacs-devel@gnu.org; Tue, 18 Jul 2006 15:38:29 +0200 Original-Received: from e178026204.adsl.alicedsl.de ([85.178.26.204]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Jul 2006 15:38:26 +0200 Original-Received: from david.hansen by e178026204.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Jul 2006 15:38:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178026204.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:rYtKV7W6QV+PqjLdfBs7pLvvP6Y= 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:57260 Archived-At: On Tue, 18 Jul 2006 14:06:00 +0200 Mathias Dahl wrote: >> After a `cvs update' on Sunday morning, I got the same thing. I increased >> the amount of memory (by 605500 bytes) allocated in `src/puresize.h' and >> did `make clean; make bootstrap' and everything was fine. > > Thanks, I will try that. > > Is this something I need to do each time I compile Emacs or will it be > taken care of centrally? I am quite lost when it comes to compiling > programs besides the normal "./configure; make; make install". As long as a cvs up doesn't indicate any conflicts (afaik via a 'C' at the beginning of the updating message) your change to puresize.h is successfully merged. If there is a conflict it's very likely someone changed exactly the line you changed. Either resolve it manually or simply delete puresize.h and check it out again (and hope this change fixed your problem). David