automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: [dpdk-test-report] |WARNING| pw96194 [PATCH] [v2] ifpga/base/meson: fix looking for librt
Date: Thu, 22 Jul 2021 04:37:37 -0400 (EDT)	[thread overview]
Message-ID: <20210722083737.6D409AEE7@noxus.dpdklab.iol.unh.edu> (raw)

[-- 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

             reply	other threads:[~2021-07-22  8:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22  8:37 dpdklab [this message]
     [not found] <20210722081603.42711-1-mohamad.noor.alim.hussin@intel.com>
2021-07-22  8:17 ` [dpdk-test-report] |WARNING| pw96194 [PATCH v2] " checkpatch

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=20210722083737.6D409AEE7@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).