Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/53230 _apply issues_ Submitter: Bruce Richardson Date: 2019-05-02 16:51:52 Reply_mail: 20190502165154.21746-3-bruce.richardson@intel.com DPDK git baseline: Repo:dpdk, CommitID: 46155cb49a61423ab67095c786f83a6d57a1891b *Repo: dpdk Checking patch examples/meson.build... error: while searching for: execinfo = cc.find_library('execinfo', required: false) allow_skips = true # don't flag an error if we can't build an app if get_option('examples').to_lower() == 'all' dirs = run_command('sh', '-c', 'cd $MESON_SOURCE_ROOT/$MESON_SUBDIR && for d in * ; do if [ -d $d ] ; then echo $d ; fi ; done') examples = dirs.stdout().split() else examples = get_option('examples').split(',') allow_skips = false # error out if we can't build a requested app error: patch failed: examples/meson.build:8 error: examples/meson.build: patch does not apply DPDK STV team