18 Aug 21:26
ubuntu 8.04 needs larger puresize?
From: Bill White <minutiae <at> mchsi.com>
Subject: ubuntu 8.04 needs larger puresize?
Newsgroups: gmane.emacs.devel
Date: 2008-08-18 19:28:55 GMT
Subject: ubuntu 8.04 needs larger puresize?
Newsgroups: gmane.emacs.devel
Date: 2008-08-18 19:28:55 GMT
This morning I checked out and built cvs emacs on my ubuntu 8.04 desktop: 'cat /proc/version': Linux version 2.6.24-19-generic (buildd <at> terranova) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Fri Jul 11 23:41:49 UTC 2008 GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-08-18 on billw-desktop and upon starting emacs I received a warning that "building emacs overflowed pure space". Following rms in this thread: http://thread.gmane.org/gmane.emacs.pretest.bugs/19406/focus=19446, I bumped up puresize by 10000 and rebuilt, and all is well now. Here's a diff: Index: puresize.h =================================================================== RCS file: /sources/emacs/emacs/src/puresize.h,v retrieving revision 1.111 diff -u -r1.111 puresize.h --- puresize.h 24 Jul 2008 20:26:48 -0000 1.111 +++ puresize.h 18 Aug 2008 19:22:23 -0000 @@ -41,7 +41,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif(Continue reading)
RSS Feed