Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/122071 _apply patch failure_ Submitter: Thomas Monjalon Date: Sunday, January 15 2023 16:53:15 Applied on: CommitID:83397b9f073904438965e1fda2efe76f7850fe01 Apply patch set 122071 failed: Checking patch config/meson.build... error: while searching for: dpdk_extra_ldflags += '-lfdt' endif libexecinfo = cc.find_library('libexecinfo', required: false) if libexecinfo.found() add_project_link_arguments('-lexecinfo', language: 'c') dpdk_extra_ldflags += '-lexecinfo' error: patch failed: config/meson.build:199 Checking patch drivers/baseband/turbo_sw/meson.build... Checking patch drivers/regex/cn9k/meson.build... Applying patch config/meson.build with 1 reject... Hunk #1 applied cleanly. Rejected hunk #2. Applied patch drivers/baseband/turbo_sw/meson.build cleanly. Applied patch drivers/regex/cn9k/meson.build cleanly. diff a/config/meson.build b/config/meson.build (rejected hunks) @@ -199,7 +199,7 @@ if fdt_dep.found() and cc.has_header('fdt.h') dpdk_extra_ldflags += '-lfdt' endif -libexecinfo = cc.find_library('libexecinfo', required: false) +libexecinfo = cc.find_library('execinfo', required: false) if libexecinfo.found() add_project_link_arguments('-lexecinfo', language: 'c') dpdk_extra_ldflags += '-lexecinfo' https://lab.dpdk.org/results/dashboard/patchsets/24986/ UNH-IOL DPDK Community Lab