GNU bug report logs -
#73415
30.0.91; Emacs 30 build fails on Ubuntu 24.04
Previous Next
Reported by: Mark Grosen <mark <at> grosen.org>
Date: Sat, 21 Sep 2024 21:54:02 UTC
Severity: normal
Found in version 30.0.91
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 73415 <at> debbugs.gnu.org (full text, mbox):
> From: Mark Grosen <mark <at> grosen.org>
> Date: Tue, 24 Sep 2024 15:53:23 -0700
> Cc: Andrea Corallo <acorallo <at> gnu.org>, 73415 <at> debbugs.gnu.org
>
> > Thanks, but 400KB of pure space is too much to just increase the size
> > without understanding why this is needed. Did you really need 400KB,
> > or would a smaller number do? If the latter, what is the smallest
> > addition that avoids the overflow in your case?
>
> 290000 is the smallest that works, with or without --with-pgtk
>
> > . what was the absolute file name of the top-level directory where
> > you unpacked the pretest tarball (assuming that this happens with
> > building the pretest, not a Git checkout)?
>
> This is built from git checkout of emacs-30 or emacs-30.0.91 in
> /home/mark/Stuff/emacs
>
> I did some more experiments and found that my original build commands
> fail but the first suggested one
> in INSTALL.repo works.
>
> > . what were the commands you used to build?
>
> Fails:
> git clean -fdx
> make bootstrap -j12
> ./configure --with-webp
> make -j12
>
> Works:
> git clean -fdx
> make -j12 configure="--with-webp"
>
> However, the first way does work if there are no 'configure' options.
> Any option to configure causes a failure.
Thanks, in that case I think this is a known issue, and we decided not
to fix it on the emacs-30 release branch because building the pretest
tarball (which doesn't require to go via bootstrap) works with the
original pure-size.
Andrea, what did we decide regarding the long-term solution for this?
Did we mean to somehow solve the issue with dynamic doc strings?
This bug report was last modified 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.