https://bugs.dpdk.org/show_bug.cgi?id=921
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: jerinjac...@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_level 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". -- You are receiving this mail because: You are the assignee for the bug.