Received: (at submit) by debbugs.gnu.org; 5 Aug 2022 15:36:59 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Aug 05 11:36:59 2022 Received: from localhost ([127.0.0.1]:60297 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1oJzNh-00064P-Hr for submit <at> debbugs.gnu.org; Fri, 05 Aug 2022 11:36:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:34846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <arash@HIDDEN>) id 1oJzNe-00064G-QR for submit <at> debbugs.gnu.org; Fri, 05 Aug 2022 11:36:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60858) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <arash@HIDDEN>) id 1oJzNe-0002Zl-LF for bug-gnu-emacs@HIDDEN; Fri, 05 Aug 2022 11:36:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38820) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <arash@HIDDEN>) id 1oJzNe-0002Dk-D7 for bug-gnu-emacs@HIDDEN; Fri, 05 Aug 2022 11:36:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=9uwn6UJ+I8VD0nJeZrIgLa3aNLsgN2u1I3QvL7h0OAI=; b=fgJ7OU/emHoz/S 7QMYJrTs/IQ9Ejz421AV/wuig3+kKzMK5kYSQUz/XrNqc/bgj+Cyy//JQsQNMt017UpwOgtlLOryp +IZ+D4TFX/R4ne3M8ITE4CupNl/1Unw6vAzKb6649D5AAStzoDPl8DckBU7fLJq4rJGXzoUcJVWjV VFagvbxaFwrRyX7G5LXR2X6m6uGjB7PSpRt5BkFqVqZ7G/AqL00kAUOH4jGwDPNXtjngd4R0UKSyt bXqScnJVK11NzbP2tC33ULf1OGJVOANBL11uJdQydPZK7niBUbHUE0M0joew1tgpWkP3aRcV1ahya o5x6QU9mnG7q7ZVqCCmw==; Received: from pd9fb77f7.dip0.t-ipconnect.de ([217.251.119.247]:52048 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <arash@HIDDEN>) id 1oJzNd-0002wk-WD for bug-gnu-emacs@HIDDEN; Fri, 05 Aug 2022 11:36:54 -0400 From: Arash Esbati <arash@HIDDEN> To: emacs-bugs <bug-gnu-emacs@HIDDEN> Subject: 29.0.50; Pure space overflow warning Date: Fri, 05 Aug 2022 17:36:29 +0200 Message-ID: <86a68iya6a.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) 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
Arash Esbati <arash@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#57007
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.