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 0B793A0093 for ; Fri, 20 May 2022 22:41:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8E80D40222; Fri, 20 May 2022 22:41:27 +0200 (CEST) Received: from clt-mbsout-01.mbs.boeing.net (clt-mbsout-01.mbs.boeing.net [130.76.144.162]) by mails.dpdk.org (Postfix) with ESMTP id D6D0040156 for ; Fri, 20 May 2022 22:41:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by clt-mbsout-01.mbs.boeing.net (8.15.2/8.15.2/DOWNSTREAM_MBSOUT) with SMTP id 24KKfNXj000889; Fri, 20 May 2022 16:41:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=boeing.com; s=boeing-s1912; t=1653079284; bh=8ekBUnaNEKEi3XwL1dBl9X1r6b2WNaR9QEQ/zuN5Py4=; h=From:To:Subject:Date:From; b=DU95NwrMx1PqcJ5a6WXtOPRTEzKf/GNQQiW7+kN6cGwsZjkeVLhPVxM7Nt8EQIhfB 1vNfo9xo/CxTgLq9QGpwpKEv9bannWjLViRBFX6DaK/5vxK+K5OjuVwiTlkrsA+XKC /Xd8DfmitsAK7y6xgqJy786cC8dVyBKVnx2na/7gs8CEDaONzJLact9HAQTS/cY3WY cj4mGNvG7LLN+99lotbH0PdrLLr13Gx2EcMoB1H2dYsBTDR2CJWUelwjz2aY7HSv0q 1oEKNsP8Y0yvX8uasi7wFFaRot/1DMb1UJQ1OI3G0RC6k8atJR4DaFUDZwPCpRulZ2 p6BBBgaJWkxYQ== Received: from XCH16-07-12.nos.boeing.com (xch16-07-12.nos.boeing.com [144.115.66.114]) by clt-mbsout-01.mbs.boeing.net (8.15.2/8.15.2/8.15.2/UPSTREAM_MBSOUT) with ESMTPS id 24KKfELM000817 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 20 May 2022 16:41:14 -0400 Received: from XCH16-07-10.nos.boeing.com (144.115.66.112) by XCH16-07-12.nos.boeing.com (144.115.66.114) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2375.24; Fri, 20 May 2022 13:41:13 -0700 Received: from XCH16-07-10.nos.boeing.com ([fe80::1522:f068:5766:53b5]) by XCH16-07-10.nos.boeing.com ([fe80::1522:f068:5766:53b5%2]) with mapi id 15.01.2375.024; Fri, 20 May 2022 13:41:13 -0700 From: "Templin (US), Fred L" To: "users@dpdk.org" Subject: DPDK "ninja install" issue Thread-Topic: DPDK "ninja install" issue Thread-Index: AdhsiZpfo72aVtouR2C6gmz5NC++uw== Date: Fri, 20 May 2022 20:41:12 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [137.137.12.6] x-tm-snts-smtp: 8F9E49A44FA9DDF3888B7954426E823CC8196D92A8D02A5FFE555ED564F99AB42000:8 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Hi, I am having trouble running "ninja install" while following verbatim fr= om the documents. I am on Ubuntu 22.04 and have downloaded dpdk-21.11.1. I also installed mes= on and ninja using the appropriate "apt install" commands. When I follow the instructions in the DPDK documentation, everything works = fine up until the "ninja install". I issue the following commands: tar -xJf dpdk-21.11.1.tar.xz=20 cd dpdk-stable-21.11.1/ meson -Dexamples=3Dall build cd build ninja sudo ninja install But, when I run the "sudo ninja install" I get the following output: "[0/1] Installing files. ERROR: Build directory has been generated with Meson version 0.62.1, which = is incompatible with the current version 0.61.2. FAILED: meson-install=20 /usr/bin/meson install --no-rebuild ninja: build stopped: subcommand failed." I also tried the same commands with dpdk-22.03 and got the same problem. Any ideas how to address this? Thanks - Fred