[patch-2.7.5] Building patch-2.7.5
[patch-2.7.5] make[2]: Entering directory `/gpfs/loomis/home.grace/fas/hpcprog/sw464/sage-8.3/local/var/tmp/sage/build/patch-2.7.5/src'
[patch-2.7.5] CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/bash /gpfs/loomis/home.grace/fas/hpcprog/sw464/sage-8.3/local/var/tmp/sage/build/patch-2.7.5/src/build-aux/missing aclocal-1.14 -I m4
[patch-2.7.5] /gpfs/loomis/home.grace/fas/hpcprog/sw464/sage-8.3/local/var/tmp/sage/build/patch-2.7.5/src/build-aux/missing: line 81: aclocal-1.14: command not found
[patch-2.7.5] WARNING: 'aclocal-1.14' is missing on your system.
[patch-2.7.5] You should only need it if you modified 'acinclude.m4' or
[patch-2.7.5] 'configure.ac' or m4 files included by 'configure.ac'.
[patch-2.7.5] The 'aclocal' program is part of the GNU Automake package:
[patch-2.7.5] <http://www.gnu.org/software/automake>
[patch-2.7.5] It also requires GNU Autoconf, GNU m4 and Perl in order to run:
[patch-2.7.5] <http://www.gnu.org/software/autoconf>
[patch-2.7.5] <http://www.gnu.org/software/m4/>
[patch-2.7.5] <http://www.perl.org/>
[patch-2.7.5] make[2]: *** [aclocal.m4] Error 127
[patch-2.7.5] make[2]: Leaving directory `/gpfs/loomis/home.grace/fas/hpcprog/sw464/sage-8.3/local/var/tmp/sage/build/patch-2.7.5/src'
[patch-2.7.5] ********************************************************************************
[patch-2.7.5] Error building patch-2.7.5
Here's a listing of the timestamps where the make failure occurred:
$ ls -l
total 3520
-rw-r--r-- 1 sw464 hpcprog 67297 Sep 7 18:37 aclocal.m4
-rw-r--r-- 1 sw464 hpcprog 335 Sep 7 18:37 AUTHORS
-rwxr-xr-x 1 sw464 hpcprog 29454 Sep 7 18:37 bootstrap
drwxr-xr-x 3 sw464 hpcprog 4096 Sep 7 18:37 build-aux
-rw-r--r-- 1 sw464 hpcprog 1320 Sep 7 18:37 cfg.mk
-rw-r--r-- 1 sw464 hpcprog 47117 Sep 7 18:37 ChangeLog
-rw-r--r-- 1 sw464 hpcprog 142258 Sep 7 18:37 ChangeLog-2011
-rw-rw-r-- 1 sw464 hpcprog 63448 Sep 7 18:37 config.h
-rw-r--r-- 1 sw464 hpcprog 61280 Sep 7 18:37 config.hin
-rw-rw-r-- 1 sw464 hpcprog 417883 Sep 7 18:37 config.log
-rwxrwxr-x 1 sw464 hpcprog 68741 Sep 7 18:37 config.status
-rwxr-xr-x 1 sw464 hpcprog 657356 Sep 7 18:37 configure
-rw-r--r-- 1 sw464 hpcprog 5731 Sep 7 18:37 configure.ac
[snip]
The timestamps of the files in the upstream tarball are quite different, and don't cause "make" to trigger any rebuilds that require automake.
So what's going on during the installation process that causes this problem on RHEL 7.4, and possibly Debian 7 as well? I'm using a GPFS file system. Could that cause this problem?