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 E598DA04FA; Wed, 8 Jan 2020 13:10:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8A1AA1D593; Wed, 8 Jan 2020 13:10:18 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 06C021D592 for ; Wed, 8 Jan 2020 13:10:16 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2020 04:10:15 -0800 X-IronPort-AV: E=Sophos;i="5.69,409,1571727600"; d="scan'208";a="222916741" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.26]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 08 Jan 2020 04:10:14 -0800 Date: Wed, 8 Jan 2020 12:10:11 +0000 From: Bruce Richardson To: David Marchand Cc: Luca Boccassi , dev , Aaron Conole , Michael Santana Message-ID: <20200108121011.GA235@bricha3-MOBL.ger.corp.intel.com> References: <20200108110251.20916-1-david.marchand@redhat.com> <8a5bc72da0875617a690d6a95d310974413f46da.camel@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Subject: Re: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0 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 Wed, Jan 08, 2020 at 12:59:35PM +0100, David Marchand wrote: > On Wed, Jan 8, 2020 at 12:29 PM Luca Boccassi wrote: > > > > On Wed, 2020-01-08 at 12:02 +0100, David Marchand wrote: > > > meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that > > > comes > > > in Ubuntu 16.04. > > > Let's pin meson to 0.52.0 while the fix is being prepared in meson. > > > > > > 1: > > > https://github.com/mesonbuild/meson/issues/6427 > > > > > > > > > Signed-off-by: David Marchand < > > > david.marchand@redhat.com > > > > > > > --- > > > .ci/linux-setup.sh | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Acked-by: Luca Boccassi > > There is a 0.52.1 version available, so I suppose we can blacklist > meson < 0.53 instead. > Thought? > > If noone objects, I will apply a fix by the end of the day. > Wondering if there is value in using 0.47.1, the minimum version we support, to catch potential issues with someone using features from newer versions? I suspect there are more people using the latest releases of meson than the baseline supported version? /Bruce