open-mpi / ompi

Open MPI main development repository
https://www.open-mpi.org
Other
2.12k stars 856 forks source link

A few minor configure errors #9860

Open gpaulsen opened 2 years ago

gpaulsen commented 2 years ago

I noticed today when I was configuring master branch that there are a few unexpected messages to stderr. I'm recording them here, and will attempt to PR some fixes this week:

rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
./configure: line 14941: syntax error near unexpected token `else'
./configure: line 14941: `else $as_nop'
configure: error: MPL configure failed
configure: WARNING: ROMIO distribution did not configure successfully
opoplawski commented 2 years ago

I'm seeing this as well with 5.0.0rc7. Have you been able to generate a fix? Thanks.