From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw122071 [PATCH] build: fix dependencies lookup
Date: Sun, 15 Jan 2023 12:07:55 -0500 (EST) [thread overview]
Message-ID: <20230115170755.AA5DAB370@noxus.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 1437 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/122071
_apply patch failure_
Submitter: Thomas Monjalon <thomas@monjalon.net>
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
next reply other threads:[~2023-01-15 17:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-15 17:07 dpdklab [this message]
[not found] <20230115165315.1709877-1-thomas@monjalon.net>
2023-01-15 16:45 ` qemudev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230115170755.AA5DAB370@noxus.dpdklab.iol.unh.edu \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).