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 73877A04FA; Wed, 8 Jan 2020 12:59:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0AA5D1D148; Wed, 8 Jan 2020 12:59:56 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 7BAFD1D127 for ; Wed, 8 Jan 2020 12:59:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578484793; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zUdKb/PtZ0apsaQERZ6ZOUpC8nAGbSE+pu3D5kU/tXk=; b=XkCLztK4XO4dAHEEXop14pmXMWLhQJKiEKuu0WbRy8GON6TMJlZHnvsiDaZ4JsfELBUyxH bhiCkf6KmCHoJ0tl3BYXMxCVoWoOnMuO2dtXsTLJ5J4BfTXWOe5KSEE1N6KKbYvG9wmUsB zAXYXIAFOpMT0fWsFUFeG32wM2i6JzQ= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-415-x-PlZq72MKS4MUG1i0Fn6g-1; Wed, 08 Jan 2020 06:59:47 -0500 Received: by mail-ua1-f72.google.com with SMTP id n23so559026uao.2 for ; Wed, 08 Jan 2020 03:59:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/LX02zUjfQTxnz4jG2rTLSGa6K/Dhv1o2r2itedNAyA=; b=OTrZ7VhmWy6jDMUZzhdfH0G3cVfZ6sOCRsDL2eBHFx1hz2NOg4HHaxcFrY/TSxBR2t wk0TV8zfUKwR4JZQ3T59djOzh20SMKDVRgE2Esd8KuFXNQK6fjY1XLNj1fB63YrZs50Q cztP42CP+xDl2A2qx5t/eYoZjPllEbquY4AXP++irzT78jHgVqSVeaPcpotxzMl/fty8 M7ne7+gkOyRotsf7B7B6SgRXahj2YQ701Tlz4cdCwhL4GqJl3TScp48/6Q/JhS7p6gA8 wcoOVtSsacz8uPUurXBoNsJ1TBpBzebyaL4JNJGC03vkfqGJe1ySvR3/BEdtEpO/DNks dASg== X-Gm-Message-State: APjAAAUGRXvUJBma6SwnePQFa9qyrQuicwELZ8h3KPOPPdDzTk/WGHkq bN20y3OHwhBVo+qql8TzNDAnafJ4iW4YH8fpgTC1l2/FjgdGQyxX47j4BbSR5Cw6mCY1vDlTsl1 XXj3tvA4GXGkpKbD4ZbM= X-Received: by 2002:a67:f1ca:: with SMTP id v10mr2257052vsm.180.1578484786548; Wed, 08 Jan 2020 03:59:46 -0800 (PST) X-Google-Smtp-Source: APXvYqwoj8KmHfG9a5twpbxKWJXe/B0EwZrKVRRI9tNLwRrbs8fj8pwOgtEUzlT7NPP2WLj/yjhH76GSf8hTgti5e4Q= X-Received: by 2002:a67:f1ca:: with SMTP id v10mr2257037vsm.180.1578484786210; Wed, 08 Jan 2020 03:59:46 -0800 (PST) MIME-Version: 1.0 References: <20200108110251.20916-1-david.marchand@redhat.com> <8a5bc72da0875617a690d6a95d310974413f46da.camel@debian.org> In-Reply-To: <8a5bc72da0875617a690d6a95d310974413f46da.camel@debian.org> From: David Marchand Date: Wed, 8 Jan 2020 12:59:35 +0100 Message-ID: To: Luca Boccassi Cc: dev , Bruce Richardson , Aaron Conole , Michael Santana X-MC-Unique: x-PlZq72MKS4MUG1i0Fn6g-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 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. --=20 David Marchand