From: Arash Esbati <arash@gnu.org>
To: 57007@debbugs.gnu.org
Subject: bug#57007: 29.0.50; Pure space overflow warning
Date: Fri, 05 Aug 2022 17:36:29 +0200 [thread overview]
Message-ID: <86a68iya6a.fsf@gnu.org> (raw)
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
next reply other threads:[~2022-08-05 15:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-05 15:36 Arash Esbati [this message]
2022-08-06 3:36 ` bug#57007: 29.0.50; Pure space overflow warning 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86a68iya6a.fsf@gnu.org \
--to=arash@gnu.org \
--cc=57007@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.