From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 392F5A034F; Mon, 22 Mar 2021 14:57:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A995840040; Mon, 22 Mar 2021 14:57:43 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 703EC4003D for ; Mon, 22 Mar 2021 14:57:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616421461; 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: in-reply-to:in-reply-to:references:references; bh=vih6T/85WmGQm0o7CmBySiCcoZeBZupbS1wCvhdr7iU=; b=HGFJGJCKFvaXGulzGRZ5xWQmQTXC97e/HogG0qq5hooOX/A0YB1rTBlZQuuDYCW4pSqcGi yth9VKLR+7rN1EBjLmAfRH5CujVXBYaXb97hUcSGdqCKnXG6kPpOfEL7pwXOdlL5dD07iL /tI0JY+BdivOgufCu7kSjPZD0fyPr5I= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-14-92zIg01eO2ip9u1HdpdvEA-1; Mon, 22 Mar 2021 09:57:38 -0400 X-MC-Unique: 92zIg01eO2ip9u1HdpdvEA-1 Received: by mail-vs1-f69.google.com with SMTP id v66so12577570vsb.7 for ; Mon, 22 Mar 2021 06:57:38 -0700 (PDT) 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=vih6T/85WmGQm0o7CmBySiCcoZeBZupbS1wCvhdr7iU=; b=ZqB4e+UV7YkQHjUkVL6xotTDc3XdJaXbCc4YLIOVLFWPtw4SCZnlym9mCiZfUTFmdC Y7ST6zjTez0OR+bjFNhuztaY3lqIecLTOpvptVXCISUUMMrHFCAZGFGzLlajpjN0a2hP UD8sQgQeEcor904zFel1xRQsVn3wI5ZihBUSY1/NOgqdI7zuxsWIAzNZfxqVvso82hiy 0Y4xLDnfV3c/O/tudbJDyWelBzX6TBpYhiuwWrDGCwQRM7sy669XyH+lugSbgmYMjr2+ oN7QTVy0uqiB3e0StP5CWYdexuTvBFLd/PGsoLkLjEbxtysk8oYDlnuL0rqXpL9MWe6f oYqA== X-Gm-Message-State: AOAM530eBnLrXfX2Xi9pmohBfG9Z2gqVm+DoGciAlL4WKHs6eqhxmHIT iSYYvBFD89rZEukmo4QbwD2XwDUVzf2B2+8meS4m0iXf4GprT++MiL4V/qpuwibZwAUbOPo0mzQ iuTP1Rgo3eYEfwJ7Q8x8= X-Received: by 2002:ab0:3a97:: with SMTP id r23mr4403326uaw.87.1616421457596; Mon, 22 Mar 2021 06:57:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy0pz1jVRmSb5R6NFDG9M0YxqjXwZqr+gSzrktbZ4vKK2kwQPLiPkL//k7uQr2oH97kHUm9mEgA0NWmyvyGqn0= X-Received: by 2002:ab0:3a97:: with SMTP id r23mr4403314uaw.87.1616421457224; Mon, 22 Mar 2021 06:57:37 -0700 (PDT) MIME-Version: 1.0 References: <20210322083901.22493-1-gabriel.ganne@6wind.com> In-Reply-To: <20210322083901.22493-1-gabriel.ganne@6wind.com> From: David Marchand Date: Mon, 22 Mar 2021 14:57:25 +0100 Message-ID: To: Gabriel Ganne Cc: Bruce Richardson , dev , Olivier Matz , Thierry Herbelot Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 1/3] meson: fix minimum required meson version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Mon, Mar 22, 2021 at 9:39 AM Gabriel Ganne wrote: > > WARNING: Project targetting '>= 0.47.1' but tried to use feature introduced > in '0.48.0': console arg in custom_target > > console argument is used within kernel/linux/kni/meson.build > > Signed-off-by: Gabriel Ganne > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build b/meson.build > index 7778e18200a9..65c46f051365 100644 > --- a/meson.build > +++ b/meson.build > @@ -8,7 +8,7 @@ project('DPDK', 'C', > files('VERSION')).stdout().strip(), > license: 'BSD', > default_options: ['buildtype=release', 'default_library=static'], > - meson_version: '>= 0.47.1' > + meson_version: '>= 0.48.0' > ) > > # set up some global vars for compiler, platform, configuration, etc. > -- > 2.29.2 > There are references in the docs and the CI is blocked at 0.47.1 explicitly: .ci/linux-setup.sh:sudo python3 -m pip install --upgrade 'meson==0.47.1' doc/guides/linux_gsg/sys_reqs.rst:* Meson (version 0.47.1+) and ninja doc/guides/prog_guide/build-sdk-meson.rst:3 ``pip`` tool, e.g. ``pip3 install meson``. Version 0.47.1 of meson is doc/guides/windows_gsg/build_dpdk.rst:Recommended version is either Meson 0.47.1 (baseline) or the latest release. -- David Marchand