Hello, When trying to 'make check' Open MPI from the SVN sources I observe the following issue with 'basename' from 'coreutils' Cygwin package:
basename: extra operand `--test-name' Try `basename --help' for more information. --> Testing test-driver: line 95: <PID> Aborted (core dumped) "$@" > $log_file 2>&1 and upon investigating: $ /usr/share/automake-1.14/test-driver --help Usage: test-driver --test-name=NAME --log-file=PATH --trs-file=PATH [--expect-failure={yes|no}] [--color-tests={yes|no}] [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT The '--test-name', '--log-file' and '--trs-file' options are mandatory. <code> make check-TESTS make[1]: Entering directory '/usr/src/64bit/release/openmpi/openmpi-1.9.0-a1/build/test/asm' make[2]: Entering directory '/usr/src/64bit/release/openmpi/openmpi-1.9.0-a1/build/test/asm' basename: extra operand `--test-name' Try `basename --help' for more information. --> Testing basename: extra operand `--test-name' Try `basename --help' for more information. --> Testing basename: extra operand `--test-name' Try `basename --help' for more information. --> Testing basename: extra operand `--test-name' Try `basename --help' for more information. --> Testing ... /usr/src/64bit/release/openmpi/openmpi-1.9.0-a1/src/openmpi-1.9.0/config/test-driver: line 95: <PID> Segmentation fault (core dumped) "$@" > $log_file 2>&1 </code> -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple