From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [PATCH v3] eal: remove exec-env directory Date: Tue, 2 Apr 2019 22:04:46 +0200 Message-ID: References: <20190401230712.31864-1-thomas@monjalon.net> <20190402193048.27410-1-thomas@monjalon.net> <5ff1fa8a-25d1-7676-1ee7-cf9b4c3973c6@intel.com> <6c52aa71-5dcb-1dfe-27f3-57d11dcb5a2f@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Thomas Monjalon , Bruce Richardson , dev , Anand Rawat To: Ferruh Yigit Return-path: Received: from mail-vs1-f66.google.com (mail-vs1-f66.google.com [209.85.217.66]) by dpdk.org (Postfix) with ESMTP id 77D926CC1 for ; Tue, 2 Apr 2019 22:04:57 +0200 (CEST) Received: by mail-vs1-f66.google.com with SMTP id g187so8559088vsc.8 for ; Tue, 02 Apr 2019 13:04:57 -0700 (PDT) In-Reply-To: <6c52aa71-5dcb-1dfe-27f3-57d11dcb5a2f@intel.com> 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 Tue, Apr 2, 2019 at 9:58 PM Ferruh Yigit wrote: > On 4/2/2019 8:55 PM, David Marchand wrote: > > On Tue, Apr 2, 2019 at 9:52 PM Ferruh Yigit > wrote: > >> On 4/2/2019 8:46 PM, David Marchand wrote: > >>> Bruce, while testing with meson, I noticed this: > >>> kernel/linux/kni/meson.build:16: WARNING: Passed invalid keyword > argument > >>> "console". > >>> WARNING: This will become a hard error in the future. > >>> WARNING: Unknown keyword arguments in target rte_kni: console > >> > >> I am not seeing this... > >> > > > > Ok, might be my setup: > > [dmarchan@dmarchan dpdk]$ meson --version > > 0.47.2 > > > > What should I check ? > > I have '0.50.0', but no idea what to check, wait Bruce :) ? > Looking at the doc.. 3 ``pip`` tool, e.g. ``pip3 install meson``. Version 0.42 of meson is recommended - if the version packaged is too old, the latest version is generally available from "pip". Later: NOTE: for --static builds, DPDK needs to be built with Meson >= 0.46 in order to fully generate the list of private dependencies. If DPDK is built with an older version of Meson, it might be necessary to manually specify dependencies of DPDK PMDs/libraries, for example -lmlx5 -lmnl for librte-pmd-mlx5, or the static link step might fail. And I found this: meson.build: meson_version: '>= 0.47.1' So I suppose I have a working environment and I will just ignore the warnings :-) -- David Marchand