1
1

don't print minimum version numbers when a tool fails to run. We already check

for version numbers before getting to this point and in the last year there
has not been a single case of this error being emitted and that being the
cause.  In fact, there's a bug about this error message being confusing.  So
just say an error occurred and point them for where to look (which is the
output of the tool that just failed).

Fixes trac:743

This commit was SVN r13128.

The following Trac tickets were found above:
  Ticket 743 --> https://svn.open-mpi.org/trac/ompi/ticket/743
Этот коммит содержится в:
Brian Barrett 2007-01-16 19:42:33 +00:00
родитель 5d698dc55b
Коммит d6366ca476

Просмотреть файл

@ -238,14 +238,6 @@ run_and_check() {
------------------------------------------------------------------------- -------------------------------------------------------------------------
It seems that the execution of "$rac_progs" has failed. See above for It seems that the execution of "$rac_progs" has failed. See above for
the specific error message that caused it to abort. the specific error message that caused it to abort.
This *MAY* be caused by an older version of one of the required
packages. Please make sure you are using at least the following
versions:
GNU Autoconf $ompi_autoconf_version
GNU Automake $ompi_automake_version
GNU Libtool $ompi_libtool_version
------------------------------------------------------------------------- -------------------------------------------------------------------------
EOF EOF