Newer versions of readelf (e.g. from binutils v2.35) break the lines in the following manner: .... GLOBAL DEFAULT 14 restore_funcarra[...] The symbol name is shortened, however, the way how it's indicated with "[...]" may mess with any tools that look up this field with a regex pattern - just like grep in the confirm_deps() test. Currently, this test fails on clearlinux where the latest readelf is shipped on board. To avoid it, make sure readelf returns full name of the symbol with the --wide output. Change-Id: Ief1a3dccde5481f603302ee714021dcebc20fc58 Signed-off-by: Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4627 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> |
||
---|---|---|
.. | ||
check_so_deps.sh |