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 D295AA04A9; Wed, 19 Jan 2022 13:52:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8807B4114A; Wed, 19 Jan 2022 13:52:18 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 5278D41147 for ; Wed, 19 Jan 2022 13:52:17 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 2F947A04AD; Wed, 19 Jan 2022 13:52:17 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 921] meson build warnings with 0.61.1 Date: Wed, 19 Jan 2022 12:52:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: meson X-Bugzilla-Version: 21.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jerinjacobk@gmail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All 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 https://bugs.dpdk.org/show_bug.cgi?id=3D921 Bug ID: 921 Summary: meson build warnings with 0.61.1 Product: DPDK Version: 21.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: meson Assignee: dev@dpdk.org Reporter: jerinjacobk@gmail.com Target Milestone: --- Warnings: 1) WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300 2)WARNING: Python files installed by Meson might not be found by python interpreter. This warning can be avoided by setting "python.platlibdir" option. WARNING: Python files installed by Meson might not be found by python interpreter. This warning can be avoided by setting "python.purelibdir" option. 3) config/meson.build:290: WARNING: Consider using the built-in warning_lev= el option instead of using "-Wextra". Log: The Meson build system Version: 0.61.1 Source dir: /export/dpdk-next-eventdev Build dir: /export/dpdk-next-eventdev/build Build type: native build Program cat found: YES (/usr/bin/cat) WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300 Project name: DPDK Project version: 22.03.0-rc0 C compiler for the host machine: ccache cc (gcc 11.1.0 "cc (GCC) 11.1.0") C linker for the host machine: cc ld.bfd 2.36.1 Host machine cpu family: x86_64 Host machine cpu: x86_64 Message: ## Building in Developer Mode ## Program pkg-config found: YES (/usr/bin/pkg-config) Program check-symbols.sh found: YES (/export/dpdk-next-eventdev/buildtools/check-symbols.sh) Program options-ibverbs-static.sh found: YES (/export/dpdk-next-eventdev/buildtools/options-ibverbs-static.sh) Program objdump found: YES (/usr/bin/objdump) Program python3 found: YES (/usr/bin/python) WARNING: Python files installed by Meson might not be found by python interpreter. This warning can be avoided by setting "python.platlibdir" option. WARNING: Python files installed by Meson might not be found by python interpreter. This warning can be avoided by setting "python.purelibdir" option. Program cat found: YES (/usr/bin/cat) Checking for size of "void *" : 8 Checking for size of "void *" : 8 Library m found: YES Library numa found: YES Has header "numaif.h" : YES Library libfdt found: YES Has header "fdt.h" : YES Library libexecinfo found: NO Found pkg-config: /usr/bin/pkg-config (1.8.0) Run-time dependency libarchive found: YES 3.5.2 Run-time dependency libbsd found: YES 0.11.3 Run-time dependency jansson found: YES 2.14 Run-time dependency libpcap found: YES 1.10.1 Has header "pcap.h" with dependency libpcap: YES Compiler for C supports arguments -Wextra: YES config/meson.build:290: WARNING: Consider using the built-in warning_level option instead of using "-Wextra". --=20 You are receiving this mail because: You are the assignee for the bug.=