* bug#57007: 29.0.50; Pure space overflow warning
@ 2022-08-05 15:36 Arash Esbati
2022-08-06 3:36 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 1 reply; 4+ messages in thread
From: Arash Esbati @ 2022-08-05 15:36 UTC (permalink / raw)
To: 57007
Hi all,
I updated Emacs from master (5426f67006) and get the following in
splash:
Warning Warning!!! Pure space overflow !!!Warning Warning
(See the node Pure Storage in the Lisp manual for details.)
I'm not preloading any additional libraries or add additional features,
I build Emacs on Win10 with Mingw64 with a small script which looks like
this:
git clean -fdx --exclude=ChangeLog
./autogen.sh && \
CPPFLAGS='-DNDEBUG' \
CFLAGS='-O3 -g0 -pipe' \
LDFLAGS='-s -Wl,-s' \
./configure \
--host=x86_64-w64-mingw32 \
--target=x86_64-w64-mingw32 \
--build=x86_64-w64-mingw32 \
--prefix=/z/path \
--with-jpeg \
--with-gif \
--with-xpm \
--with-png \
--with-tiff \
--with-rsvg \
--with-webp \
--with-sqlite3 \
--with-xml2 \
--with-gnutls \
--with-lcms2 \
--with-modules \
--with-threads \
--with-native-compilation \
--with-native-image-api \
--with-xdbe \
--without-imagemagick \
--without-dbus \
--without-gconf \
--without-gsettings \
--without-compress-install \
--without-mailutils \
--without-pop && \
make && make install
Am I missing something?
Best, Arash
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#57007: 29.0.50; Pure space overflow warning
2022-08-05 15:36 bug#57007: 29.0.50; Pure space overflow warning Arash Esbati
@ 2022-08-06 3:36 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-06 6:16 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-08-06 3:36 UTC (permalink / raw)
To: Arash Esbati; +Cc: 57007
Arash Esbati <arash@gnu.org> writes:
> Hi all,
>
> I updated Emacs from master (5426f67006) and get the following in
> splash:
>
> Warning Warning!!! Pure space overflow !!!Warning Warning
> (See the node Pure Storage in the Lisp manual for details.)
>
> I'm not preloading any additional libraries or add additional features,
> I build Emacs on Win10 with Mingw64 with a small script which looks like
> this:
How much do you have to bump BASE_PURESIZE (in pursize.h) until the
warning goes away?
We should adjust it by at least that much, even though pure space will
hopefully go away soon.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#57007: 29.0.50; Pure space overflow warning
2022-08-06 3:36 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-08-06 6:16 ` Eli Zaretskii
2022-08-06 9:33 ` Arash Esbati
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2022-08-06 6:16 UTC (permalink / raw)
To: Po Lu; +Cc: 57007, arash
> Cc: 57007@debbugs.gnu.org
> Date: Sat, 06 Aug 2022 11:36:14 +0800
> From: Po Lu via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> Arash Esbati <arash@gnu.org> writes:
>
> > Hi all,
> >
> > I updated Emacs from master (5426f67006) and get the following in
> > splash:
> >
> > Warning Warning!!! Pure space overflow !!!Warning Warning
> > (See the node Pure Storage in the Lisp manual for details.)
> >
> > I'm not preloading any additional libraries or add additional features,
> > I build Emacs on Win10 with Mingw64 with a small script which looks like
> > this:
>
> How much do you have to bump BASE_PURESIZE (in pursize.h) until the
> warning goes away?
I enlarged it, please see if that's enough for the MinGW64 build.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#57007: 29.0.50; Pure space overflow warning
2022-08-06 6:16 ` Eli Zaretskii
@ 2022-08-06 9:33 ` Arash Esbati
0 siblings, 0 replies; 4+ messages in thread
From: Arash Esbati @ 2022-08-06 9:33 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Po Lu, 57007-done
Eli Zaretskii <eliz@gnu.org> writes:
>> Cc: 57007@debbugs.gnu.org
>> Date: Sat, 06 Aug 2022 11:36:14 +0800
>> From: Po Lu via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>>
>> How much do you have to bump BASE_PURESIZE (in pursize.h) until the
>> warning goes away?
>
> I enlarged it, please see if that's enough for the MinGW64 build.
Thanks for the quick fix, the warning is gone now. Closing.
Best, Arash
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-08-06 9:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-05 15:36 bug#57007: 29.0.50; Pure space overflow warning Arash Esbati
2022-08-06 3:36 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-06 6:16 ` Eli Zaretskii
2022-08-06 9:33 ` Arash Esbati
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.