Centos7 Ar71/openwrt/build_dir/hostpkg/json-c-0.13.1/missing: line 81: aclocal-1.14: command not found

CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/env bash /home/openwrt/master/ar71/openwrt/build_dir/hostpkg/json-c-0.13.1/missing aclocal-1.14
/home/openwrt/master/ar71/openwrt/build_dir/hostpkg/json-c-0.13.1/missing: line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' 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/
make[4]: *** [aclocal.m4] Error 127
make[4]: Leaving directory /home/openwrt/master/ar71/openwrt/build_dir/hostpkg/json-c-0.13.1' make[3]: *** [/home/openwrt/master/ar71/openwrt/build_dir/hostpkg/json-c-0.13.1/.built] Error 2 make[3]: Leaving directory/home/openwrt/master/ar71/openwrt/package/libs/libjson-c'
time: package/libs/libjson-c/host-compile#0.26#0.29#0.49
make[2]: *** [package/libs/libjson-c/host/compile] Error 2
make[2]: Leaving directory /home/openwrt/master/ar71/openwrt' make[1]: *** [/home/openwrt/master/qcar71/openwrt/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2 make[1]: Leaving directory/home/openwrt/master/ar71/openwrt'
make: *** [world] Error 2

apt install build-essentials perhaps?

Centos7 only yum
but,
fixed (ln -s /usr/bin/aclocal-1.13 /usr/local/bin/aclocal-1.14)

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.