From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6BD40A0530; Wed, 12 Feb 2020 10:32:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 89EA2262E; Wed, 12 Feb 2020 10:32:57 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 867A62629 for ; Wed, 12 Feb 2020 10:32:56 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D8F4E213BD; Wed, 12 Feb 2020 04:32:55 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 12 Feb 2020 04:32:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=+M46OcIScYTQBTEPE4f8cz+qAVkfTVGgpPqBFq6c5W4=; b=XmExeYdwvOnx ckDm5BvHGpkGJvnSAGdkTQ2uXnnCp+f9czZTqkC89OyUnGPscisEmbOcZCtIswEj ASaqpUbZLAXnh8MPRKJfczLyjYLKGDXCtmZOjQjvZsT5c2Dgo7TL7YuFPZYvK9Pl Z/q5KHd39agAWvU2G03JXS8kPGATfa8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=+M46OcIScYTQBTEPE4f8cz+qAVkfTVGgpPqBFq6c5 W4=; b=qoNUEobkp0+a4dXwdhKPORzJg4jevhXUyWxPHvxOsG/35Bxm1oM3sSnGd kOm5xCua8QzrzzdltVgPEB7C273DQ6SUAJ1oNDm6RzrOlxGRqisobWVL9ehAFbXG dc+OIxI5EyVQsilUKVVwcv5ieAsN8TJxzRkS/45saj7/Z9SkK+kn+APhYvClENoq RHwFxXC1LYZ5e3wyMzHaKf2OtKJ6rq3+9z7gW1IPy+jnEnGmsIZEvYQGhvcrulZ5 KeeWPdwtyh3i/HY/1u2eu1rgMUxtmnUkLJktCyRvj98FUcQmfuFZi9RTV7VF3Yri VBtGQFV7l/UWY0oRkd98eudBr1LwQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrieehgddthecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucev lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrsh esmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4E8B73280059; Wed, 12 Feb 2020 04:32:54 -0500 (EST) From: Thomas Monjalon To: "Xu, Rosen" Cc: "dev@dpdk.org" , "Richardson, Bruce" , Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko , "Zhang, Tianfei" , dpdklab@iol.unh.edu Date: Wed, 12 Feb 2020 10:32:52 +0100 Message-ID: <9358948.L8ug28u51p@xps> In-Reply-To: <0E78D399C70DA940A335608C6ED296D73AD4FC66@SHSMSX104.ccr.corp.intel.com> References: <20200116071656.1663967-1-thomas@monjalon.net> <20200212015944.3037000-2-thomas@monjalon.net> <0E78D399C70DA940A335608C6ED296D73AD4FC66@SHSMSX104.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 1/6] drivers: cleanup meson build variable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/02/2020 10:26, Xu, Rosen: > I find some build error in patchwork. This is a failure in the unit tests, probably unrelated: https://lab.dpdk.org/results/dashboard/patchsets/9573/ This is the error message: buildtools/meson.build:6:0: ERROR: Program(s) ['pkg-config', 'pkgconf'] not found or not executable I think we can ignore, this is clearly an issue in the setup.