Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of bbufr fails #46

Closed
heistermann opened this issue Jun 1, 2018 · 0 comments · Fixed by #47
Closed

Installation of bbufr fails #46

heistermann opened this issue Jun 1, 2018 · 0 comments · Fixed by #47
Assignees

Comments

@heistermann
Copy link
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants