On 2022-Jun-1, at 00:35, Mark Millard <mark...@yahoo.com> wrote: > In a bulk -a -c attempt on aarch64 hardware that can execute > armv7 code, I'm using an armv7 poudriere jail to target armv7. > It got: > > . . . > Loading replace... > Hash table too large > gmake[2]: *** [Makefile:584: emacs.pdmp] Error 255 > gmake[2]: Leaving directory > '/wrkdirs/usr/ports/editors/emacs/work-full/emacs-28.1/src' > gmake[1]: *** [Makefile:449: src] Error 2 > gmake[1]: Leaving directory > '/wrkdirs/usr/ports/editors/emacs/work-full/emacs-28.1' > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer. > *** Error code 1 > . . . > > But when I tried to do the build on another such machine it > built to completion. > > (Both contexts are Cortex-A72 based but are otherwise rather > different.) >
I got a similar result for: magit-sequence.el:34:1: Error: Hash table too large gmake[2]: *** [Makefile:79: magit-sequence.elc] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/devel/magit/work-canna/magit-3.3.0/lisp' gmake[1]: *** [Makefile:75: lisp] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/magit/work-canna/magit-3.3.0' *** Error code 1 === Mark Millard marklmi at yahoo.com