Source: openmpi
Version: 4.1.3-1
Severity: normal

The debian test check_shared_objs is currently failing on debci. But
because it's defined as

  ompi_info --all 2>&1 | grep -q "cannot open shared object file"

using -q, the grep output is silent.  Hence we get no feedback on
which file is giving the problem (based on #1008966 I presume it's
libmca_common_ompio.so or libmca_common_ompio.so.41.29.3)

I suggest removing -q from grep in debian/tests/check_shared_objs so
we can see what the error was. That shouldn't clutter the output when
it passes since grep will then just echo nothing, but will make the
error case more informative. The error code subsequently tested by $?
should be the same.

Reply via email to