Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
9223372036854775807
Description
https://review.whamcloud.com/c/fs/lustre-release/+/51915/9/lnet/autoconf/lustre-lnet.m4#311
CHECK_SYMBOLS=$(find ${INT_O2IBPATH}* -name Module.symvers)
There appear line breaks if more than one Module.symvers found and the build fails with
autoMakefile:354: *** missing separator. Stop.
Formatted find output -printf "%p " fixes the problem.