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 94299459E0; Fri, 20 Sep 2024 11:20:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5CF584067B; Fri, 20 Sep 2024 11:20:17 +0200 (CEST) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 5E6BD40275; Fri, 20 Sep 2024 11:20:15 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id 3D07921B3B; Fri, 20 Sep 2024 11:20:15 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Meson get_cross_property deprecated Date: Fri, 20 Sep 2024 11:20:12 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9F707@smartserver.smartshare.dk> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Meson get_cross_property deprecated Thread-Index: AdsLPJ1y8QAX0NpIRly/laa3VB2awQAATRdQ References: <98CBD80474FA8B44BF855DF32C47DC35E9F706@smartserver.smartshare.dk> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Bruce Richardson" Cc: , 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 > From: Bruce Richardson [mailto:bruce.richardson@intel.com] > Sent: Friday, 20 September 2024 11.08 >=20 > On Fri, Sep 20, 2024 at 10:22:59AM +0200, Morten Br=F8rup 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. >=20 > 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? >=20 > /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