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 D2E94A0471 for ; Mon, 15 Jul 2019 10:51:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AB1B71DBE; Mon, 15 Jul 2019 10:51:30 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E501BDE3 for ; Mon, 15 Jul 2019 10:51:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jul 2019 01:51:28 -0700 X-IronPort-AV: E=Sophos;i="5.63,493,1557212400"; d="scan'208";a="157758571" Received: from dhunt5-mobl4.ger.corp.intel.com (HELO [10.237.221.141]) ([10.237.221.141]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/AES256-SHA; 15 Jul 2019 01:51:26 -0700 To: Stephen Hemminger Cc: dev@dpdk.org, bruce.richardson@intel.com, ferruh.yigit@intel.com References: <20190712090651.11824-1-david.hunt@intel.com> <20190712162319.454ce2db@hermes.lan> From: "Hunt, David" Message-ID: Date: Mon, 15 Jul 2019 09:51:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190712162319.454ce2db@hermes.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v1] examples/power: fix FreeBSD meson lib dependency 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" On 13/07/2019 00:23, Stephen Hemminger wrote: > On Fri, 12 Jul 2019 10:06:51 +0100 > David Hunt wrote: > >> Samples apps that depend on the power library should not build if >> the power library is not present. So now the following apps will >> check to see if it's built, else skip building. >> * l3fwd-pwer >> * vm_power_manager >> * guest_cli >> >> Fixes: e0130788576f ("examples/power: support meson/ninja build") >> Fixes: 89f0711f9ddf ("examples: build some samples with meson") >> Signed-off-by: David Hunt > Still seeing failures in build today. > > My patches (not related) today failed intel-compilation... Hi Stephen, Are you still seeing the errors today? The emails I'm receiving from the Intel build since the patch was applied are all showing success. Rgds, Dave.