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 856A245A6D; Mon, 30 Sep 2024 22:54:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6FFAF40608; Mon, 30 Sep 2024 22:54:27 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 70D964014F; Mon, 30 Sep 2024 22:54:26 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 90DAA20C8C81; Mon, 30 Sep 2024 13:54:25 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 90DAA20C8C81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1727729665; bh=gPZJCJeKGe9rG6pOazbmiNExPegYn+XUpUgz8cVQ99c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WOQ1ecc8eaVciucnC7xeMkxvzB+vRTGKKOVT2ZWoG4Cbw+3NO87ZVNfwDS9twVXQf UQcLbTIG+8YiZFjlWC4PjkUgDRQgVdkZyB68gM/KRhmYRKDNXn2BaAi4ibnDAaJ38P atg6Jrf9i56AdHKHdImfcCrBDHTzJSWb9l12oc5I= Date: Mon, 30 Sep 2024 13:54:25 -0700 From: Tyler Retzlaff To: Morten =?iso-8859-1?Q?Br=F8rup?= Cc: Bruce Richardson , dev@dpdk.org, techboard@dpdk.org Subject: Re: Meson get_cross_property deprecated Message-ID: <20240930205425.GC5750@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <98CBD80474FA8B44BF855DF32C47DC35E9F706@smartserver.smartshare.dk> <98CBD80474FA8B44BF855DF32C47DC35E9F707@smartserver.smartshare.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <98CBD80474FA8B44BF855DF32C47DC35E9F707@smartserver.smartshare.dk> User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Fri, Sep 20, 2024 at 11:20:12AM +0200, Morten Brørup wrote: > > From: Bruce Richardson [mailto:bruce.richardson@intel.com] > > Sent: Friday, 20 September 2024 11.08 > > > > On Fri, Sep 20, 2024 at 10:22:59AM +0200, Morten Brørup wrote: > > > Hi Bruce, > > > > > > > > > Meson version 1.3.2 emits a notice that meson.get_cross_property is > > > deprecated: > > > > > > > > > NOTICE: Future-deprecated features used: > > > > > > * 0.58.0: {'meson.get_cross_property'} > > > > > > > > > It seems to have been replaced by meson.get_external_property: > > > > > > [1]https://mesonbuild.com/Reference-manual_builtin_meson.html#mesonget_ > > > cross_property > > > > > > > > Unfortunately, according to the docs, get_external_property is only > > supported from 0.54 onwards, so we can't update to use it until we do a > > meson minimum-version bump. > > > > Cc: techboard > > Question for community & techboard: is it better to bump minimum version > > now in 24.11, or to wait till after the LTS release? Thoughts? keep in mind windows build requires.. meson 0.57.0 due to bugs in newer versions of meson. > > > > /Bruce > > I think we should bump the minimum Meson version now, or we will be stuck with it for the lifetime of the LTS release. > > Also applies to minimum Python version, discussed in another thread: > https://inbox.dpdk.org/dev/ZuwfsT6iRqcjnxRe@bricha3-mobl1.ger.corp.intel.com/ > > -Morten