-
Notifications
You must be signed in to change notification settings - Fork 776
Open
Description
Hi Team ,
I was able to compile OpenMPI 5.0.7 and now I am trying to build OpenMPI 5.0.3 via the .eb file on RHEL 9.5.
i see following issues while trying to use easybuild method to build openmpi 5.0.3:
make[2]: Leaving directory '/CHBS/apps/EB/buildpath/OpenMPI/5.0.3/GCC-12.3.0/openmpi-5.0.3/opal/tools/wrappers'
make[1]: Leaving directory '/CHBS/apps/EB/buildpath/OpenMPI/5.0.3/GCC-12.3.0/openmpi-5.0.3/opal'
Making all in ompi
make[1]: Entering directory '/CHBS/apps/EB/buildpath/OpenMPI/5.0.3/GCC-12.3.0/openmpi-5.0.3/ompi'
Making all in include
make[2]: Entering directory '/CHBS/apps/EB/buildpath/OpenMPI/5.0.3/GCC-12.3.0/openmpi-5.0.3/ompi/include'
cd ../.. && /bin/sh /CHBS/apps/EB/buildpath/OpenMPI/5.0.3/GCC-12.3.0/openmpi-5.0.3/config/missing automake-1.16 --foreign ompi/include/Makefile
aclocal.m4:17: warning: this file was generated for autoconf 2.71.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
sh: line 1: config/opal_get_version.sh: No such file or directory
configure.ac:106: error: version mismatch. This is Automake 1.16.2,
configure.ac:106: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:106: comes from Automake 1.16.5. You should recreate
configure.ac:106: aclocal.m4 with aclocal and run automake again.
WARNING: 'automake-1.16' is probably too old.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<https://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<https://www.gnu.org/software/autoconf>
<https://www.gnu.org/software/m4/>
<https://www.perl.org/>
make[2]: *** [Makefile:1492: Makefile.in] Error 63
make[2]: Leaving directory '/CHBS/apps/EB/buildpath/OpenMPI/5.0.3/GCC-12.3.0/openmpi-5.0.3/ompi/include'
make[1]: *** [Makefile:2799: all-recursive] Error 1
make[1]: Leaving directory '/CHBS/apps/EB/buildpath/OpenMPI/5.0.3/GCC-12.3.0/openmpi-5.0.3/ompi'
make: *** [Makefile:1533: all-recursive] Error 1
is there a way to disable automake?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels