I have the following part defined in my snap:
bcm2835:
plugin: autotools
source: lib/bcm2835-1.60
build-packages:
- gcc
- libc6-dev
It was building correctly a few months ago (June '24)
Now I get the following error (same source library)
config.status: executing depfiles commands
make -j2
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/ubuntu/GITHUB/RC83/epi-edge/parts/bcm2835/build/missing aclocal-1.16 -I m4
/home/ubuntu/GITHUB/RC83/epi-edge/parts/bcm2835/build/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:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
Makefile:340: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127
Failed to run 'make -j2' for 'bcm2835': Exited with code 2.
Verify that the part is using the correct parameters and try again.
Any suggestions? What could have changed that would affect the build?