unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* 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

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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).