There is a new pull request by paper42 against master on the void-packages repository https://github.com/paper42/void-packages gettext-fix-noncross https://github.com/void-linux/void-packages/pull/36843 gettext: fix non-cross builds #### Testing the changes - I tested the changes in this PR: **YES** fixes this error when building: ``` make[2]: Entering directory '/builddir/gettext-0.21/libtextstyle' CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /builddir/gettext-0.21/libtextstyle/build-aux/missing aclocal-1.16 -I m4 -I gnulib-m4 /builddir/gettext-0.21/libtextstyle/build-aux/missing: line 81: aclocal-1.16: command not found WARNING: 'aclocal-1.16' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: It also requires GNU Autoconf, GNU m4 and Perl in order to run: make[2]: *** [Makefile:1748: aclocal.m4] Error 127 make[2]: Leaving directory '/builddir/gettext-0.21/libtextstyle' make[1]: *** [Makefile:403: all-recursive] Error 1 make[1]: Leaving directory '/builddir/gettext-0.21' make: *** [Makefile:359: all] Error 2 => ERROR: gettext-0.21_4: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2 => ERROR: in do_build() at common/build-style/gnu-configure.sh:15 ``` A patch file from https://github.com/void-linux/void-packages/pull/36843.patch is attached