automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw96194 [PATCH] [v2] ifpga/base/meson: fix looking for librt
@ 2021-07-22  8:37 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-07-22  8:37 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 1095 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/96194

_apply patch failure_

Submitter: None <mohamad.noor.alim.hussin@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |WARNING| pw96194 [PATCH v2] ifpga/base/meson: fix looking for librt
       [not found] <20210722081603.42711-1-mohamad.noor.alim.hussin@intel.com>
@ 2021-07-22  8:17 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-07-22  8:17 UTC (permalink / raw)
  To: test-report; +Cc: mohamad.noor.alim.hussin

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/96194

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#56: 
Finding with "librt" keyword would give the output with full path of librt such

total: 0 errors, 1 warnings, 8 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-22  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-22  8:37 [dpdk-test-report] |WARNING| pw96194 [PATCH] [v2] ifpga/base/meson: fix looking for librt dpdklab
     [not found] <20210722081603.42711-1-mohamad.noor.alim.hussin@intel.com>
2021-07-22  8:17 ` [dpdk-test-report] |WARNING| pw96194 [PATCH v2] " checkpatch

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).