[dpdk-test-report] |WARNING| pw96194 [PATCH] [v2] ifpga/base/meson: fix looking for librt
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Jul 22 10:37:37 CEST 2021
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/96194
_apply patch failure_
Submitter: None <mohamad.noor.alim.hussin at intel.com>
Date: Thursday, July 22 2021 08:16:03
Applied on: CommitID:2508c18cff9ffb217ac40e44071dc2762d257f31
Apply patch set 96194 failed:
Checking patch drivers/raw/ifpga/base/meson.build...
error: while searching for:
rtdep = dependency('librt', required: false)
if not rtdep.found()
rtdep = cc.find_library('librt', required: false)
endif
if not rtdep.found()
build = false
error: patch failed: drivers/raw/ifpga/base/meson.build:25
Applying patch drivers/raw/ifpga/base/meson.build with 1 reject...
Rejected hunk #1.
diff a/drivers/raw/ifpga/base/meson.build b/drivers/raw/ifpga/base/meson.build (rejected hunks)
@@ -25,7 +25,7 @@ sources = [
rtdep = dependency('librt', required: false)
if not rtdep.found()
- rtdep = cc.find_library('librt', required: false)
+ rtdep = cc.find_library('rt', required: false)
endif
if not rtdep.found()
build = false
https://lab.dpdk.org/results/dashboard/patchsets/17940/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list