I cannot build it anymore, fails with same error on both Github Actions
CI and local machine.
...
Dumping under the name emacs
**************************************************
Warning: Your system has a gap between BSS and the
heap (11711640 bytes). This usually means that exec-shield
or something similar is in effect. The dump may
fail because of this. See the section about
exec-shield in etc/PROBLEMS for more information.
**************************************************
12313792 of 33554432 static heap bytes used
/bin/bash: line 1: 24675 Segmentation fault (core dumped) ./temacs --batch --load loadup bootstrap
make[1]: *** [Makefile:741: bootstrap-emacs] Error 139
make[1]: Leaving directory '/home/builder/.termux-build/emacs-x/host-build/src'
...
Try to rebuild package on Github Actions CI. I can't do this on my machine
because of error. See error context below:
...
Dumping under the name emacs
**************************************************
Warning: Your system has a gap between BSS and the
heap (11711640 bytes). This usually means that exec-shield
or something similar is in effect. The dump may
fail because of this. See the section about
exec-shield in etc/PROBLEMS for more information.
**************************************************
12313792 of 33554432 static heap bytes used
/bin/bash: line 1: 24675 Segmentation fault (core dumped) ./temacs --batch --load loadup bootstrap
make[1]: *** [Makefile:741: bootstrap-emacs] Error 139
make[1]: Leaving directory '/home/builder/.termux-build/emacs-x/host-build/src'
...
Now x11-packages repository will use original names for
packages. For example, libgtk2 now will be provided as
gtk2, libgtk3 will be available as gtk3, libsdl - as sdl.
List of changed packages:
libatk --> atk
libglu --> glu
libgtk2 --> gtk2
libgtk3 --> gtk3
libmesa --> mesa
libsdl --> sdl
libsdl2 --> sdl2
libsdl-net --> sdl-net
riscvemu-sdl --> riscvemu
xorg-xvfb --> xorg-server-xvfb
List of dependent packages (should be rebuilt with new deps):
dosbox, emacs-x, galculator, geany, libepoxy, mtpaint,
qemu-system-x86_64, the-powder-toy, tigervnc, wireshark-gtk,
xarchiver.
Note: depending on which packages are installed, it may be
necessary to upgrade with 'apt dist-upgrade'.