From patchwork Mon Sep 12 17:07:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 116221 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E6AADA0032; Mon, 12 Sep 2022 19:07:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8CDAB400D4; Mon, 12 Sep 2022 19:07:58 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id D88294003C; Mon, 12 Sep 2022 19:07:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663002477; x=1694538477; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Om830SleUjzNsq976fByQu8IZgQMtIw+n7vx5Q0zZnM=; b=V30l8WD61r1WOSqYLeWEhccdq4kpvvKTI21h14kYdgQRDDYLRZpLC4RE NnGi7Lp2Uv/7VKSxsm68y/GDvRERQSRz0hJcLlFt0XHPlTJf/vCP7CqGq XvEF0CffkWxkJqCDB18H3lronfoTkSoY6lOEqJtDTAKbiAYtoE1uEe4Aw oyU0V9w+eD914V0GttXB3jKqKu+c8mtnuIEMctpFh9QJrokJ+GFvx7RJm 1iNXGyC1FrT4+roYIOuJehg9Ny0ZgAm9gvn0MondPkCuwlyfejp7nYCLX nsGEARAE32lbGWrTFjfCJOfU1FymDHGuMxPs00mdCDc+K2wZv9ld9NgGd Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10468"; a="280939563" X-IronPort-AV: E=Sophos;i="5.93,310,1654585200"; d="scan'208";a="280939563" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Sep 2022 10:07:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,310,1654585200"; d="scan'208";a="758465479" Received: from silpixa00401385.ir.intel.com ([10.237.214.161]) by fmsmga001.fm.intel.com with ESMTP; 12 Sep 2022 10:07:54 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Lincoln Lavoie , techboard@dpdk.org, Bruce Richardson Subject: [PATCH 0/1] Update minimum required meson version Date: Mon, 12 Sep 2022 18:07:46 +0100 Message-Id: <20220912170747.3128065-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 Following some brief discussion on the dev list[1], here is a patch to update the minimum meson version for DPDK to 0.53. The update itself is fairly smooth, but, at least in my testing, it exposes some issues with objdump not recognising the debug symbols from some clang binaries. When building, one may see warnings like: objdump: Warning: Unrecognized form: 0x22 These warnings were not previously visible with the 0.49 meson version as the symbol checks were only run in "developer_mode" and auto- detection of developer mode was limited to version 0.53 or later, due to use of the "fs" meson module. [1] http://inbox.dpdk.org/dev/CAOE1vsNoDP0oOLkj2J4LRttXxTL7F4w1sd=KHGOWSvu+onZGFw@mail.gmail.com/ Bruce Richardson (1): build: increase minimum meson version to 0.53 .ci/linux-setup.sh | 2 +- doc/guides/linux_gsg/sys_reqs.rst | 2 +- doc/guides/prog_guide/build-sdk-meson.rst | 2 +- drivers/common/mlx5/linux/meson.build | 2 +- meson.build | 8 +++----- 5 files changed, 7 insertions(+), 9 deletions(-) --- 2.34.1