gmarocena / gasv

Automatically exported from code.google.com/p/gasv
0 stars 0 forks source link

build pinned to automake-1.10 #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./install.sh

What is the expected output? What do you see instead?
Expect successful build.

Get build failure with:
<snip>
config.status: executing depfiles commands
cd . && /bin/sh /home/.../gasv/src/cpp/LminLmaxProcessor_Source/missing --run 
aclocal-1.10 
/home/.../gasv/src/cpp/LminLmaxProcessor_Source/missing: line 54: aclocal-1.10: 
command not found
WARNING: `aclocal-1.10' is missing on your system.  You should only need it if
         you modified `acinclude.m4' or `configure.in'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
 cd . && /bin/sh /home/.../gasv/src/cpp/LminLmaxProcessor_Source/missing --run automake-1.10 --foreign 
/home/.../gasv/src/cpp/LminLmaxProcessor_Source/missing: line 54: 
automake-1.10: command not found
WARNING: `automake-1.10' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && /bin/sh /home/.../gasv/src/cpp/LminLmaxProcessor_Source/missing --run 
autoconf
configure.in:6: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make: *** [configure] Error 1
mv: cannot stat `LminLmaxProcessor': No such file or directory

What version of the product are you using? On what operating system?
GASV_RELEASE_1.5.1 or svn checkout

Please provide any additional information below.
Name        : automake
Arch        : noarch
Version     : 1.11.1
Release     : 1.2.el6

Original issue reported on code.google.com by dan.kort...@adelaide.edu.au on 12 Apr 2012 at 12:33

GoogleCodeExporter commented 8 years ago
Thank you for reporting this issue with GASV.

We have posted a revised install.sh and Makefile that should fix this problem. 
These new fixes are available in the svn repository but have also been posted 
as GASV_RELEASE_1.5.2.tgz.

Please let us know if this fixes your problem, and thank you for your interest 
in GASV.

Original comment by sora...@gmail.com on 12 Apr 2012 at 7:13

GoogleCodeExporter commented 8 years ago

Original comment by sora...@gmail.com on 30 Apr 2012 at 4:24