symbench / symbench-athens-client

Python client for Symbench's UAV workflow runs.
Apache License 2.0
0 stars 2 forks source link

Version Mismatch in Dockerfile for automake #128

Closed umesh-timalsina closed 3 years ago

umesh-timalsina commented 3 years ago
#11 2.228 config.status: creating Makefile
#11 2.268  cd . && /bin/sh /symbench-athens-client/FlightDynamics/missing automake-1.16 --foreign
#11 2.518 configure.ac:2: error: version mismatch.  This is Automake 1.16.1,
#11 2.518 configure.ac:2: but the definition used by this AM_INIT_AUTOMAKE
#11 2.518 configure.ac:2: comes from Automake 1.16.3.  You should recreate
#11 2.518 configure.ac:2: aclocal.m4 with aclocal and run automake again.
#11 2.564 WARNING: 'automake-1.16' is probably too old.
#11 2.565          You should only need it if you modified 'Makefile.am' or
#11 2.565          'configure.ac' or m4 files included by 'configure.ac'.
#11 2.565          The 'automake' program is part of the GNU Automake package:
#11 2.565          <http://www.gnu.org/software/automake>
#11 2.565          It also requires GNU Autoconf, GNU m4 and Perl in order to run:
#11 2.565          <http://www.gnu.org/software/autoconf>
#11 2.565          <http://www.gnu.org/software/m4/>
#11 2.565          <http://www.perl.org/>
#11 2.565 make: *** [Makefile:290: Makefile.in] Error 1