GNU bug report logs - #57007
29.0.50; Pure space overflow warning

Previous Next

Package: emacs;

Reported by: Arash Esbati <arash <at> gnu.org>

Date: Fri, 5 Aug 2022 15:37:01 UTC

Severity: normal

Found in version 29.0.50

Done: Arash Esbati <arash <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Arash Esbati <arash <at> gnu.org>
To: 57007 <at> debbugs.gnu.org
Subject: bug#57007: 29.0.50; Pure space overflow warning
Date: Fri, 05 Aug 2022 17:36:29 +0200
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




This bug report was last modified 2 years and 349 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.