digging into this a little further, it looks like

from lustre-release/lnet/autoconf/lustre-lnet.m4

O2IBPATHS=$(eval $OFED_INFO | egrep -w
'mlnx-ofed-kernel-dkms|mlnx-ofa_kernel-devel|compat-rdma-devel|kernel-ib-devel|ofa_kernel-devel'
| xargs $LSPKG | grep '\(/openib\|/ofa_kernel/default\|/ofa_kernel\)$'
| head -n1)

this is the line that's failing for me.  the first egrep returns
mlnx-ofa_kernel-devel, which is piped to rpm -ql, but the second grep
does not return anything

On Mon, Mar 7, 2022 at 11:07 AM Michael DiDomenico
<[email protected]> wrote:
>
> has anyone compiled 2.14 against the latest mofed 5.5.1.0.3.2?  i just
> tried, but it kicked out with unable to find the ofed sources.
> previous build was 2.14 against mofed 5.4-1.0.3.0 which worked fine
_______________________________________________
lustre-discuss mailing list
[email protected]
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org

Reply via email to