Re: Emacs trunk needs to increase PURESIZE (was Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space)

2007-07-30 Thread Richard Stallman
The following change solves it, however it seems to become insufficient sooner or later. Please add 1 to the value. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Emacs trunk needs to increase PURESIZE (was Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space)

2007-07-29 Thread Katsumi Yamaoka
Hi, The value of PURESIZE needs to be increased for at least the Fedora 7 system: [...] Dumping under names emacs and emacs-22.1.50.1 emacs:0:Pure Lisp storage overflow (approx. 1120140 bytes needed) 144 pure bytes used [...] The following change solves it, however it seems to become insufficien

Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space

2007-07-27 Thread Leo
On 2007-07-26 09:26 +0100, Katsumi Yamaoka wrote: >> On 2007-07-26 01:13 +0100, Katsumi Yamaoka wrote: > >>> I got no problem in building Unicode2 of today: > >>> Dumping under names emacs and emacs-23.0.0.1 >>> 1116860 pure bytes used >>> ./emacs -q -batch -f list-load-path-shadows > >> Leo wr

Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space

2007-07-26 Thread Leo
On 2007-07-26 09:26 +0100, Katsumi Yamaoka wrote: >> I still get "overflowed pure space" after make bootstrap in Unicode2. > > IIUC, the value of PURESIZE defined in src/puresize.h needs to be > larger than the one actually used. What's that in your case? You > can find it in the log that was mad

Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space

2007-07-26 Thread Katsumi Yamaoka
> Tassilo Horn wrote: > Katsumi Yamaoka <[EMAIL PROTECTED]> writes: >> --- puresize.h~ 2007-01-14 03:24:37 + >> +++ puresize.h 2007-07-25 23:58:10 + >> @@ -46 +46 @@ >> -#define BASE_PURESIZE (112 + SYSTEM_PURESIZE_EXTRA + >> SITELOAD_PURESIZE_EXTRA) >> +#define BASE_PU

Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space

2007-07-26 Thread Tassilo Horn
Katsumi Yamaoka <[EMAIL PROTECTED]> writes: Hi Katsumi, > It has been solved by this change: > > --- puresize.h~ 2007-01-14 03:24:37 + > +++ puresize.h2007-07-25 23:58:10 + > @@ -46 +46 @@ > -#define BASE_PURESIZE (112 + SYSTEM_PURESIZE_EXTRA + > SITELOAD_PURESIZE_EXTRA

Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space

2007-07-26 Thread Katsumi Yamaoka
> On 2007-07-26 01:13 +0100, Katsumi Yamaoka wrote: >> I got no problem in building Unicode2 of today: >> Dumping under names emacs and emacs-23.0.0.1 >> 1116860 pure bytes used >> ./emacs -q -batch -f list-load-path-shadows > Leo wrote: > I still get "overflowed pure space" after make boot

Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space

2007-07-26 Thread Leo
On 2007-07-26 01:13 +0100, Katsumi Yamaoka wrote: >> It was produced in the Fedora 7 Linux that is the same as Leo >> uses. I'm going to verify it with Unicode2 too... > > I got no problem in building Unicode2 of today: > > Dumping under names emacs and emacs-23.0.0.1 > 1116860 pure bytes used > .

Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space

2007-07-25 Thread Katsumi Yamaoka
> Katsumi Yamaoka wrote: > Dumping under names emacs and emacs-22.1.50.1 > emacs:0:Pure Lisp storage overflow (approx. 1120088 bytes needed) > 88 pure bytes used > ./emacs -q -batch -f list-load-path-shadows It has been solved by this change: --- puresize.h~ 2007-01-14 03:24:37 + +++ pur

Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space

2007-07-25 Thread Katsumi Yamaoka
>>>>> Kenichi Handa wrote: >> Warning (initialization): Building Emacs overflowed pure space. (See >> the node Pure Storage in the Lisp manual for details.) > In article <[EMAIL PROTECTED]>, Leo <[EMAIL PROTECTED]> writes: > I've just done &qu

Re: [2007-07-24] Unicode2 -- Building Emacs overflowed pure space

2007-07-24 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Leo <[EMAIL PROTECTED]> writes: > Warning (initialization): Building Emacs overflowed pure space. (See > the node Pure Storage in the Lisp manual for details.) I've just done "cvs update" and "make" but, the pure spac

[2007-07-24] Unicode2 -- Building Emacs overflowed pure space

2007-07-24 Thread Leo
Warning (initialization): Building Emacs overflowed pure space. (See the node Pure Storage in the Lisp manual for details.) HTH, -- Leo (GPG Key: 9283AA3F) ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http

Re: Building Emacs overflowed pure space

2006-07-15 Thread Sebastian Schubert
Leon, Fri, 07 Jul 2006 15:07:11 -0700: > With [ GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.19) of > 2006-07-07 ], I get this warning: > > , > | Warning (initialization): Building Emacs overflowed pure space. (See > | the node Pure Storage in the Lisp

Building Emacs overflowed pure space

2006-07-07 Thread Leon
Hi there, With [ GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.19) of 2006-07-07 ], I get this warning: , | Warning (initialization): Building Emacs overflowed pure space. (See | the node Pure Storage in the Lisp manual for details.) ` Hope to see a fix soon! Thanks