You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to make a test built of the VM today. With the current code, the built fails when calling make and make install from install_baltrad_bbufr.sh with what seems an issue with aclocal-1.9:
==> default: cd . && /bin/bash /home/vagrant/tmp/bbufr/missing --run aclocal-1.9
==> default: /home/vagrant/tmp/bbufr/missing: line 81: aclocal-1.9: command not found
==> default: WARNING: 'aclocal-1.9' is missing on your system.
==> default: You should only need it if you modified 'acinclude.m4' or
==> default: 'configure.ac' or m4 files included by 'configure.ac'.
==> default: The 'aclocal' program is part of the GNU Automake package:
==> default: <http://www.gnu.org/software/automake>
==> default: It also requires GNU Autoconf, GNU m4 and Perl in order to run:
==> default: <http://www.gnu.org/software/autoconf>
==> default: <http://www.gnu.org/software/m4/>
==> default: <http://www.perl.org/>
==> default: Makefile:176: recipe for target 'aclocal.m4' failed
==> default: make: *** [aclocal.m4] Error 127
==> default: + make install
==> default: cd . && /bin/bash /home/vagrant/tmp/bbufr/missing --run aclocal-1.9
==> default: /home/vagrant/tmp/bbufr/missing: line 81: aclocal-1.9: command not found
==> default: WARNING: 'aclocal-1.9' is missing on your system.
==> default: You should only need it if you modified 'acinclude.m4' or
==> default: 'configure.ac' or m4 files included by 'configure.ac'.
==> default: The 'aclocal' program is part of the GNU Automake package:
==> default: <http://www.gnu.org/software/automake>
==> default: It also requires GNU Autoconf, GNU m4 and Perl in order to run:
==> default: <http://www.gnu.org/software/autoconf>
==> default: <http://www.gnu.org/software/m4/>
==> default: <http://www.perl.org/>
==> default: Makefile:176: recipe for target 'aclocal.m4' failed
==> default: make: *** [aclocal.m4] Error 127
The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.
The text was updated successfully, but these errors were encountered:
Tried to make a test built of the VM today. With the current code, the built fails when calling
make
andmake install
frominstall_baltrad_bbufr.sh
with what seems an issue withaclocal-1.9
:The text was updated successfully, but these errors were encountered: