automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw131822-131826 [RFC PATCH 5/5] app/io-proxy: add startup commands
       [not found] <20230922081912.7090-6-bruce.richardson@intel.com>
@ 2023-09-22  8:02 ` qemudev
  2023-09-22  8:20 ` |SUCCESS| pw131826 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-09-22  8:02 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/131826

_meson build failure_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Fri, 22 Sep 2023 09:19:08 +0100
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 9a65df6fbfb698a0b6beadb227f8b7c597302b53

131822-131826 --> meson build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Meson build logs:
-------------------------------BEGIN LOGS----------------------------
--- stderr ---


Project name: DPDK
Project version: 23.11.0-rc0
None of 'CC' are defined in the environment, not changing global flags.
None of 'CFLAGS' are defined in the environment, not changing global flags.
None of 'LDFLAGS' are defined in the environment, not changing global flags.
None of 'CPPFLAGS' are defined in the environment, not changing global flags.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity testing C compiler: cc
Is cross compiler: False.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity check compiler command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/sanitycheckc.c -o /home/zhoumin/dpdk-next-net/build/meson-private/sanitycheckc.exe -pipe -D_FILE_OFFSET_BITS=64
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command: /home/zhoumin/dpdk-next-net/build/meson-private/sanitycheckc.exe
C compiler for the host machine: cc (gcc 8.3.0 "cc (GCC) 8.3.0 20190222 (Loongson 8.3.0-31 vec)")
C linker for the host machine: cc ld.bfd 2.31.1.20190122
None of 'AR' are defined in the environment, not changing global flags.
WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
None of 'CC' are defined in the environment, not changing global flags.
None of 'CFLAGS' are defined in the environment, not changing global flags.
None of 'LDFLAGS' are defined in the environment, not changing global flags.
None of 'CPPFLAGS' are defined in the environment, not changing global flags.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity testing C compiler: cc
Is cross compiler: False.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity check compiler command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/sanitycheckc.c -o /home/zhoumin/dpdk-next-net/build/meson-private/sanitycheckc.exe -pipe -D_FILE_OFFSET_BITS=64
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command: /home/zhoumin/dpdk-next-net/build/meson-private/sanitycheckc.exe
C compiler for the build machine: cc (gcc 8.3.0 "cc (GCC) 8.3.0 20190222 (Loongson 8.3.0-31 vec)")
C linker for the build machine: cc ld.bfd 2.31.1.20190122
None of 'AR' are defined in the environment, not changing global flags.
WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
Build machine cpu family: loongarch64
Build machine cpu: loongarch64
Host machine cpu family: loongarch64
Host machine cpu: loongarch64
Target machine cpu family: loongarch64
Target machine cpu: loongarch64
Message: ## Building in Developer Mode ##
[Errno 21] Is a directory: '/home/zhoumin/dpdk-next-net/buildtools/pkg-config'
Unusable script '/home/zhoumin/dpdk-next-net/buildtools/pkg-config'
Program pkg-config found: YES (/usr/bin/pkg-config)
Program check-symbols.sh found: YES (/home/zhoumin/dpdk-next-net/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/home/zhoumin/dpdk-next-net/buildtools/options-ibverbs-static.sh)
Program python3 found: YES (/usr/libexec/platform-python)
Running command: /usr/libexec/platform-python -c import importlib.util; import sys; exit(importlib.util.find_spec("elftools") is None)
--- stdout ---

--- stderr ---


Program cat found: YES (/usr/bin/cat)
Running command: /usr/bin/cat /home/zhoumin/dpdk-next-net/ABI_VERSION
--- stdout ---
24.0

--- stderr ---


Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /home/zhoumin/dpdk-next-net/config/../buildtools/symlink-drivers-solibs.sh)
WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmplv_9zdw2
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmplv_9zdw2/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmplv_9zdw2/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:
#include<stdio.h>

int main(void) {
printf("%ldn", (long)(sizeof(void *)));
return 0;
};
Compiler stdout:

Compiler stderr:

Program stdout:

8

Program stderr:


Checking for size of "void *" : 8
WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmprqcqhsa7
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmprqcqhsa7/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmprqcqhsa7/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:
#include<stdio.h>

int main(void) {
printf("%ldn", (long)(sizeof(void *)));
return 0;
};
Compiler stdout:

Compiler stderr:

Program stdout:

8

Program stderr:


Checking for size of "void *" : 8
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp53feqptl
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp53feqptl/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp53feqptl/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lm -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:

Library m found: YES
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpsg0t_sxa
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpsg0t_sxa/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpsg0t_sxa/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lnuma -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:

Library numa found: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpoky0g9t3
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpoky0g9t3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("numaif.h")
#error "Header 'numaif.h' could not be found"
#endif
#else
#include <numaif.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "numaif.h" : YES
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp1m3o941c
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp1m3o941c/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp1m3o941c/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lfdt -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:

Library fdt found: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp8oximnnf
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp8oximnnf/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("fdt.h")
#error "Header 'fdt.h' could not be found"
#endif
#else
#include <fdt.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "fdt.h" : YES
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp9ixl4zsp
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp9ixl4zsp/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp9ixl4zsp/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lexecinfo -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:
/usr/bin/ld: cannot find -lexecinfo
collect2: error: ld returned 1 exit status

WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpsqsegpxp
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpsqsegpxp/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpsqsegpxp/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0

Code:
#include<stdio.h>

int main(void) {
printf("%ldn", (long)(sizeof(void *)));
return 0;
};
Compiler stdout:

Compiler stderr:

Program stdout:

8

Program stderr:


Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp5z7yqon7
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp5z7yqon7/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp5z7yqon7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs

Code:

Compiler stdout:
install: /usr/lib/gcc/loongarch64-loongson-linux-gnu/8/
programs: =/usr/libexec/gcc/loongarch64-loongson-linux-gnu/8/:/usr/libexec/gcc/loongarch64-loongson-linux-gnu/8/:/usr/libexec/gcc/loongarch64-loongson-linux-gnu/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/bin/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/bin/
libraries: =/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/lib/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/lib/../lib64/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../lib64/:/lib64/loongarch64-loongson-linux-gnu/8/:/lib64/../lib64/:/usr/lib64/loongarch64-loongson-linux-gnu/8/:/usr/lib64/../lib64/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/lib/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../:/lib64/:/usr/lib64/

Compiler stderr:

Library execinfo found: NO
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpn9sz2m8s
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpn9sz2m8s/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("execinfo.h")
#error "Header 'execinfo.h' could not be found"
#endif
#else
#include <execinfo.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "execinfo.h" : YES
Pkg-config binary for MachineChoice.HOST is not cached.
None of 'PKG_CONFIG' are defined in the environment, not changing global flags.
Pkg-config binary missing from cross or native file, or env var undefined.
Trying a default Pkg-config fallback at pkg-config
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Determining dependency 'libarchive' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libarchive` -> 1

Run-time dependency libarchive found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libbsd' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libbsd` -> 1

Run-time dependency libbsd found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'jansson' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion jansson` -> 1

Run-time dependency jansson found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'openssl' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion openssl` -> 0
1.1.1g
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags openssl` -> 0

PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config openssl --libs` -> 0
-L/usr/lib64 -lssl -lcrypto
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config openssl --libs` -> 0
-lssl -lcrypto
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency openssl found: YES 1.1.1g
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libpcap' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libpcap` -> 0
1.9.1
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags libpcap` -> 0

PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config libpcap --libs` -> 0
-L/usr/lib64 -lpcap
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config libpcap --libs` -> 0
-lpcap
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency libpcap found: YES 1.9.1
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp7v0jdbti
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp7v0jdbti/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("pcap.h")
#error "Header 'pcap.h' could not be found"
#endif
#else
#include <pcap.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "pcap.h" with dependency libpcap: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpxjvnkq5o
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpxjvnkq5o/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpxjvnkq5o/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-qual

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wcast-qual: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp1v2yv7mc
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp1v2yv7mc/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp1v2yv7mc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeprecated

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wdeprecated: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpio9hp3yb
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpio9hp3yb/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpio9hp3yb/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wformat: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp29r3orer
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp29r3orer/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp29r3orer/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]

Compiler for C supports arguments -Wformat-nonliteral: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmphxluceh3
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmphxluceh3/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmphxluceh3/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]

Compiler for C supports arguments -Wformat-security: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpi8o4jlrt
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpi8o4jlrt/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpi8o4jlrt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wmissing-declarations: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpc5__jpqq
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpc5__jpqq/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpc5__jpqq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wmissing-prototypes: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpg8q72kuc
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpg8q72kuc/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpg8q72kuc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wnested-externs

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wnested-externs: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp2wp9i728
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp2wp9i728/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp2wp9i728/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wold-style-definition: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp_fv93564
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp_fv93564/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp_fv93564/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wpointer-arith: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpp3kd9zst
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpp3kd9zst/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpp3kd9zst/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wsign-compare: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpkb1q46lx
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpkb1q46lx/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpkb1q46lx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wstrict-prototypes: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpkbd7ufz7
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpkbd7ufz7/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpkbd7ufz7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wundef: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpckrvd44r
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpckrvd44r/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpckrvd44r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wwrite-strings: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpmxaptx4h
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpmxaptx4h/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpmxaptx4h/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress-of-packed-member -Wno-address-of-packed-member

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc: error: unrecognized command line option '-Waddress-of-packed-member'

Compiler for C supports arguments -Wno-address-of-packed-member: NO
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp_tjn8gr4
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp_tjn8gr4/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp_tjn8gr4/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpacked-not-aligned -Wno-packed-not-aligned

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-packed-not-aligned: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpnlfglyzr
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpnlfglyzr/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpnlfglyzr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-field-initializers -Wno-missing-field-initializers

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-missing-field-initializers: YES
Message: Implementer : Generic loongarch
Message: ['-march=loongarch64']
Running command: /usr/libexec/platform-python /home/zhoumin/dpdk-next-net/buildtools/list-dir-globs.py
--- stdout ---

--- stderr ---


Running command: /usr/libexec/platform-python /home/zhoumin/dpdk-next-net/buildtools/list-dir-globs.py
--- stdout ---

--- stderr ---


Running command: /usr/libexec/platform-python /home/zhoumin/dpdk-next-net/buildtools/list-dir-globs.py
--- stdout ---

--- stderr ---


Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp1hg2ylci
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp1hg2ylci/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp1hg2ylci/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-truncation -Wno-format-truncation

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-format-truncation: YES
Message: lib/log: Defining dependency "log"
Message: lib/kvargs: Defining dependency "kvargs"
Message: lib/telemetry: Defining dependency "telemetry"
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpyo3cxvqe
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpyo3cxvqe/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpyo3cxvqe/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:
#include <unistd.h>
#include <limits.h>

#if defined __stub_getentropy || defined __stub___getentropy
fail fail fail this function is not going to work
#endif

int main(void) {
void *a = (void*) &getentropy;
long long b = (long long) a;
return (int) b;
}
Compiler stdout:

Compiler stderr:
/home/zhoumin/dpdk-next-net/build/meson-private/tmpyo3cxvqe/testfile.c: In function 'main':
/home/zhoumin/dpdk-next-net/build/meson-private/tmpyo3cxvqe/testfile.c:9:32: error: 'getentropy' undeclared (first use in this function); did you mean 'getgroups'?
void *a = (void*) &getentropy;
^~~~~~~~~~
getgroups
/home/zhoumin/dpdk-next-net/build/meson-private/tmpyo3cxvqe/testfile.c:9:32: note: each undeclared identifier is reported only once for each function it appears in

None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpedr1d3gr
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpedr1d3gr/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpedr1d3gr/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:
#include <unistd.h>
int main(void) {

/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var With some toolchains (MSYS2/mingw for example) the compiler
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION provides various builtins which are not really implemented and
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION fall back to the stdlib where they aren't provided and fail at
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION build/link time. In case the user provides a header, including
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION the header didn't lead to the function being defined, and the
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION function we are checking isn't a builtin itself we assume the
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION builtin is not functional and we just error out. app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#if !0 && !defined(getentropy) && !0
#error "No definition for __builtin_getentropy found in the prefix"
#endif

#ifdef __has_builtin
#if !__has_builtin(__builtin_getentropy)
#error "__builtin_getentropy not found"
#endif
#elif ! defined(getentropy)
__builtin_getentropy;
#endif
return 0;
}
Compiler stdout:

Compiler stderr:
/home/zhoumin/dpdk-next-net/build/meson-private/tmpedr1d3gr/testfile.c: In function 'main':
/home/zhoumin/dpdk-next-net/build/meson-private/tmpedr1d3gr/testfile.c:12:14: error: #error "No definition for __builtin_getentropy found in the prefix"
#error "No definition for __builtin_getentropy found in the prefix"
^~~~~
/home/zhoumin/dpdk-next-net/build/meson-private/tmpedr1d3gr/testfile.c:20:13: error: '__builtin_getentropy' undeclared (first use in this function); did you mean '__builtin_fegetround'?
__builtin_getentropy;
^~~~~~~~~~~~~~~~~~~~
__builtin_fegetround
/home/zhoumin/dpdk-next-net/build/meson-private/tmpedr1d3gr/testfile.c:20:13: note: each undeclared identifier is reported only once for each function it appears in

Checking for function "getentropy" : NO
Message: lib/eal: Defining dependency "eal"
Message: lib/ring: Defining dependency "ring"
Message: lib/rcu: Defining dependency "rcu"
Message: lib/mempool: Defining dependency "mempool"
Message: lib/mbuf: Defining dependency "mbuf"
Message: lib/net: Defining dependency "net"
Message: lib/meter: Defining dependency "meter"
Message: lib/ethdev: Defining dependency "ethdev"
Message: lib/pci: Defining dependency "pci"
Message: lib/cmdline: Defining dependency "cmdline"
Message: lib/metrics: Defining dependency "metrics"
Message: lib/hash: Defining dependency "hash"
Message: lib/timer: Defining dependency "timer"
Message: lib/acl: Defining dependency "acl"
Message: lib/bbdev: Defining dependency "bbdev"
Message: lib/bitratestats: Defining dependency "bitratestats"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libelf' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libelf` -> 0
0.180
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags libelf` -> 0

PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config libelf --libs` -> 0
-L/usr/lib64 -lelf
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config libelf --libs` -> 0
-lelf
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency libelf found: YES 0.180
Message: lib/bpf: Defining dependency "bpf"
Message: lib/cfgfile: Defining dependency "cfgfile"
Message: lib/compressdev: Defining dependency "compressdev"
Message: lib/cryptodev: Defining dependency "cryptodev"
Message: lib/distributor: Defining dependency "distributor"
Message: lib/efd: Defining dependency "efd"
Message: lib/eventdev: Defining dependency "eventdev"
Message: lib/gpudev: Defining dependency "gpudev"
Message: lib/gro: Defining dependency "gro"
Message: lib/gso: Defining dependency "gso"
Message: lib/ip_frag: Defining dependency "ip_frag"
Message: lib/jobstats: Defining dependency "jobstats"
Message: lib/latencystats: Defining dependency "latencystats"
Message: lib/lpm: Defining dependency "lpm"
Message: lib/member: Defining dependency "member"
Message: lib/pcapng: Defining dependency "pcapng"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp9dyexbbg
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp9dyexbbg/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp9dyexbbg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-qual -Wno-cast-qual

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-cast-qual: YES
Message: lib/power: Defining dependency "power"
Message: lib/rawdev: Defining dependency "rawdev"
Message: lib/regexdev: Defining dependency "regexdev"
Message: lib/mldev: Defining dependency "mldev"
Message: lib/dmadev: Defining dependency "dmadev"
Message: lib/rib: Defining dependency "rib"
Message: lib/reorder: Defining dependency "reorder"
Message: lib/sched: Defining dependency "sched"
Message: lib/security: Defining dependency "security"
Message: lib/stack: Defining dependency "stack"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpzolevpei
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpzolevpei/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("linux/userfaultfd.h")
#error "Header 'linux/userfaultfd.h' could not be found"
#endif
#else
#include <linux/userfaultfd.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "linux/userfaultfd.h" : YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp_ma4eiy6
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp_ma4eiy6/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("linux/vduse.h")
#error "Header 'linux/vduse.h' could not be found"
#endif
#else
#include <linux/vduse.h>
#endif
Compiler stdout:

Compiler stderr:
/home/zhoumin/dpdk-next-net/build/meson-private/tmp_ma4eiy6/testfile.c:4:12: error: #error "Header 'linux/vduse.h' could not be found"
#error "Header 'linux/vduse.h' could not be found"
^~~~~

Has header "linux/vduse.h" : NO
Message: lib/vhost: Defining dependency "vhost"
Message: lib/ipsec: Defining dependency "ipsec"
Message: lib/pdcp: Defining dependency "pdcp"
Message: lib/fib: Defining dependency "fib"
Message: lib/port: Defining dependency "port"
Message: lib/pdump: Defining dependency "pdump"
Message: lib/table: Defining dependency "table"
Message: lib/pipeline: Defining dependency "pipeline"
Message: lib/graph: Defining dependency "graph"
Message: lib/node: Defining dependency "node"
Running command: /usr/libexec/platform-python /home/zhoumin/dpdk-next-net/buildtools/list-dir-globs.py ,
--- stdout ---

--- stderr ---


Running command: /usr/libexec/platform-python /home/zhoumin/dpdk-next-net/buildtools/list-dir-globs.py ,
--- stdout ---

--- stderr ---


Running command: /usr/libexec/platform-python /home/zhoumin/dpdk-next-net/buildtools/list-dir-globs.py app/dumpcap app/io-proxy app/meson.build app/pdump app/proc-info app/test app/test-acl app/test-bbdev app/test-cmdline app/test-compress-perf app/test-crypto-perf app/test-dma-perf app/test-eventdev app/test-fib app/test-flow-perf app/test-gpudev app/test-mldev app/test-pipeline app/test-pmd app/test-regex app/test-sad app/test-security-perf build/app build/buildtools build/config build/drivers build/lib build/meson-info build/meson-logs build/meson-private buildtools/call-sphinx-build.py buildtools/check-symbols.sh buildtools/chkincs buildtools/coff.py buildtools/gen-pmdinfo-cfile.py buildtools/get-cpu-count.py buildtools/get-numa-count.py buildtools/get-test-suites.py buildtools/has-hugepages.py buildtools/list-dir-globs.py buildtools/map-list-symbol.sh buildtools/map_to_win.py buildtools/meson.build buildtools/options-ibverbs-static.sh buildtools/pkg-config buildtools/pmdinfogen.
 py buildtools/__pycache__ buildtools/subproject buildtools/symlink-drivers-solibs.py buildtools/symlink-drivers-solibs.sh build/usertools config/arm config/loongarch config/meson.build config/ppc config/riscv config/rte_config.h config/x86 devtools/build-dict.sh devtools/build-tags.sh devtools/check-abi.sh devtools/check-abi-version.sh devtools/check-doc-vs-code.sh devtools/check-dup-includes.sh devtools/check-forbidden-tokens.awk devtools/check-git-log.sh devtools/check-maintainers.sh devtools/check-meson.py devtools/checkpatches.sh devtools/check-spdx-tag.sh devtools/check-symbol-change.sh devtools/check-symbol-maps.sh devtools/cocci devtools/cocci.sh devtools/dts-check-format.sh devtools/get-maintainer.sh devtools/git-log-fixes.sh devtools/libabigail.abignore devtools/load-devel-config devtools/parse-flow-support.sh devtools/process-iwyu.py devtools/test-meson-builds.sh devtools/test-null.sh devtools/update-abi.sh devtools/update-patches.py devtools/update_version_map_abi.py devt
 ools/words-case.txt doc/api doc/guides doc/l!
 ogo doc/meson.build drivers/baseband drivers/bus drivers/common drivers/compress drivers/crypto drivers/dma drivers/event drivers/gpu drivers/mempool drivers/meson.build drivers/ml drivers/net drivers/raw drivers/regex drivers/vdpa drivers/version.map dts/conf.yaml dts/framework dts/main.py dts/poetry.lock dts/pyproject.toml dts/tests examples/bbdev_app examples/bond examples/bpf examples/cmdline examples/common examples/distributor examples/dma examples/ethtool examples/eventdev_pipeline examples/fips_validation examples/flow_filtering examples/helloworld examples/ip_fragmentation examples/ip_pipeline examples/ip_reassembly examples/ipsec-secgw examples/ipv4_multicast examples/l2fwd examples/l2fwd-cat examples/l2fwd-crypto examples/l2fwd-event examples/l2fwd-jobstats examples/l2fwd-keepalive examples/l3fwd examples/l3fwd-graph examples/l3fwd-power examples/link_status_interrupt examples/meson.build examples/multi_process examples/ntb examples/packet_ordering examples/pipeline examp
 les/ptpclient examples/qos_meter examples/qos_sched examples/rxtx_callbacks examples/server_node_efd examples/service_cores examples/skeleton examples/timer examples/vdpa examples/vhost examples/vhost_blk examples/vhost_crypto examples/vmdq examples/vmdq_dcb examples/vm_power_manager kernel/freebsd kernel/linux kernel/meson.build lib/acl lib/bbdev lib/bitratestats lib/bpf lib/cfgfile lib/cmdline lib/compressdev lib/cryptodev lib/distributor lib/dmadev lib/eal lib/efd lib/ethdev lib/eventdev lib/fib lib/gpudev lib/graph lib/gro lib/gso lib/hash lib/ip_frag lib/ipsec lib/jobstats lib/kvargs lib/latencystats lib/log lib/lpm lib/mbuf lib/member lib/mempool lib/meson.build lib/meter lib/metrics lib/mldev lib/net lib/node lib/pcapng lib/pci lib/pdcp lib/pdump lib/pipeline lib/port lib/power lib/rawdev lib/rcu lib/regexdev lib/reorder lib/rib lib/ring lib/sched lib/security lib/stack lib/table lib/telemetry lib/timer lib/vhost license/bsd-2-clause.txt license/bsd-3-clause.txt license/excep
 tions.txt license/gpl-2.0.txt license/isc.tx!
 t license!
 /lgpl-2.1.txt license/mit.txt license/README usertools/cpu_layout.py usertools/dpdk-devbind.py usertools/dpdk-hugepages.py usertools/dpdk-pmdinfo.py usertools/dpdk-rss-flows.py usertools/dpdk-telemetry-client.py usertools/dpdk-telemetry.py usertools/meson.build
--- stdout ---
raw/dpaa2_cmdif
raw/cnxk_bphy
raw/ntb
raw/skeleton
raw/cnxk_gpio
raw/ifpga
gpu/cuda
baseband/la12xx
baseband/acc
baseband/turbo_sw
baseband/fpga_lte_fec
baseband/fpga_5gnr_fec
baseband/null
vdpa/ifc
vdpa/sfc
vdpa/mlx5
mempool/ring
mempool/stack
mempool/cnxk
mempool/shared_mem
mempool/dpaa2
mempool/dpaa
mempool/octeontx
mempool/bucket
regex/cn9k
regex/mlx5
bus/vdev
bus/vmbus
bus/cdx
bus/auxiliary
bus/shared_mem
bus/dpaa
bus/fslmc
bus/ifpga
bus/platform
bus/pci
dma/idxd
dma/cnxk
dma/skeleton
dma/dpaa2
dma/dpaa
dma/ioat
dma/hisilicon
net/enetc
net/idpf
net/tap
net/failsafe
net/gve
net/ring
net/netvsc
net/ixgbe
net/sfc
net/mlx4
net/enetfec
net/vdev_netvsc
net/hns3
net/cnxk
net/qede
net/bnx2x
net/virtio
net/atlantic
net/nfp
net/octeon_ep
net/cxgbe
net/af_packet
net/mvneta
net/cpfl
net/shared_mem
net/txgbe
net/dpaa2
net/thunderx
net/ionic
net/ipn3ke
net/af_xdp
net/ark
net/pfe
net/ngbe
net/vhost
net/mana
net/avp
net/ice
net/mvpp2
net/hinic
net/dpaa
net/iavf
net/i40e
net/memif
net/axgbe
net/ena
net/pcap
net/null
net/octeontx
net/vmxnet3
net/nfb
net/e1000
net/bnxt
net/fm10k
net/softnic
net/mlx5
net/igc
net/bonding
net/enic
common/idpf
common/qat
common/sfc_efx
common/dpaax
common/cnxk
common/mvep
common/iavf
common/octeontx
common/mlx5
common/cpt
event/sw
event/cnxk
event/dlb2
event/dsw
event/skeleton
event/dpaa2
event/opdl
event/dpaa
event/octeontx
compress/qat
compress/zlib
compress/isal
compress/octeontx
compress/mlx5
crypto/qat
crypto/armv8
crypto/uadk
crypto/dpaa_sec
crypto/cnxk
crypto/nitrox
crypto/virtio
crypto/ipsec_mb
crypto/bcmfs
crypto/ccp
crypto/mvsam
crypto/openssl
crypto/caam_jr
crypto/null
crypto/octeontx
crypto/scheduler
crypto/dpaa2_sec
crypto/mlx5
ml/cnxk

--- stderr ---


Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Message: drivers/common/cpt: Defining dependency "common_cpt"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp0l7qrj0t
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp0l7qrj0t/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp0l7qrj0t/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith -Wno-pointer-arith

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES
Message: drivers/common/dpaax: Defining dependency "common_dpaax"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmptnb4klp1
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmptnb4klp1/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmptnb4klp1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-to-int-cast -Wno-pointer-to-int-cast

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-pointer-to-int-cast: YES
Message: drivers/common/iavf: Defining dependency "common_iavf"
Message: drivers/common/idpf: Defining dependency "common_idpf"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmusdk' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libmusdk` -> 1

Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/bus/auxiliary: Defining dependency "bus_auxiliary"
Message: drivers/bus/cdx: Defining dependency "bus_cdx"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/bus/dpaa: Defining dependency "bus_dpaa"
Message: drivers/bus/fslmc: Defining dependency "bus_fslmc"
Message: drivers/bus/ifpga: Defining dependency "bus_ifpga"
Message: drivers/bus/pci: Defining dependency "bus_pci"
Message: drivers/bus/platform: Defining dependency "bus_platform"
Message: drivers/bus/shared_mem: Defining dependency "bus_shared_mem"
Message: drivers/bus/vdev: Defining dependency "bus_vdev"
Message: drivers/bus/vmbus: Defining dependency "bus_vmbus"
Message: drivers/common/cnxk: Defining dependency "common_cnxk"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpr7z8mti1
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpr7z8mti1/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpr7z8mti1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -std=c11: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpyl5d03r0
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpyl5d03r0/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpyl5d03r0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes -Wno-strict-prototypes

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-strict-prototypes: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp3j9lip91
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp3j9lip91/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp3j9lip91/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_BSD_SOURCE

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -D_BSD_SOURCE: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpb7_2b2cl
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpb7_2b2cl/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpb7_2b2cl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_DEFAULT_SOURCE

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -D_DEFAULT_SOURCE: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpqbz_ll16
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpqbz_ll16/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpqbz_ll16/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_XOPEN_SOURCE=600

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmlx5' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libmlx5` -> 1

Run-time dependency libmlx5 found: NO (tried pkgconfig)
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp0xwozvyp
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp0xwozvyp/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp0xwozvyp/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmlx5 -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:
/usr/bin/ld: cannot find -lmlx5
collect2: error: ld returned 1 exit status

Library mlx5 found: NO
Configuring mlx5_autoconf.h using configuration
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libcrypto' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libcrypto` -> 0
1.1.1g
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags libcrypto` -> 0

PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config libcrypto --libs` -> 0
-L/usr/lib64 -lcrypto
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config libcrypto --libs` -> 0
-lcrypto
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency libcrypto found: YES 1.1.1g
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpqz6enrkt
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpqz6enrkt/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpqz6enrkt/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lIPSec_MB -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:
/usr/bin/ld: cannot find -lIPSec_MB
collect2: error: ld returned 1 exit status

Library IPSec_MB found: NO
Message: drivers/common/qat: Defining dependency "common_qat"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpf81i9hfu
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpf81i9hfu/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpf81i9hfu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdisabled-optimization

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wdisabled-optimization: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp784wxn3e
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp784wxn3e/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp784wxn3e/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Waggregate-return: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp5r302j20
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp5r302j20/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp5r302j20/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wbad-function-cast

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wbad-function-cast: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpj7oebqxk
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpj7oebqxk/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpj7oebqxk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare -Wno-sign-compare

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-sign-compare: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpridjbzpi
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpridjbzpi/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpridjbzpi/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-parameter -Wno-unused-parameter

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpxqx_ecp0
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpxqx_ecp0/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpxqx_ecp0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-variable -Wno-unused-variable

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-unused-variable: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpeg15wwsd
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpeg15wwsd/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpeg15wwsd/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wempty-body -Wno-empty-body

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-empty-body: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpm4gka955
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpm4gka955/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpm4gka955/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-but-set-variable -Wno-unused-but-set-variable

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-unused-but-set-variable: YES
Message: drivers/mempool/bucket: Defining dependency "mempool_bucket"
Message: drivers/mempool/cnxk: Defining dependency "mempool_cnxk"
Message: drivers/mempool/dpaa: Defining dependency "mempool_dpaa"
Message: drivers/mempool/dpaa2: Defining dependency "mempool_dpaa2"
Message: drivers/mempool/octeontx: Defining dependency "mempool_octeontx"
Message: drivers/mempool/ring: Defining dependency "mempool_ring"
Message: drivers/mempool/shared_mem: Defining dependency "mempool_shared_mem"
Message: drivers/mempool/stack: Defining dependency "mempool_stack"
Message: drivers/dma/cnxk: Defining dependency "dma_cnxk"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/dma/dpaa: Defining dependency "dma_dpaa"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/dma/dpaa2: Defining dependency "dma_dpaa2"
Message: drivers/dma/skeleton: Defining dependency "dma_skeleton"
Message: drivers/net/af_packet: Defining dependency "net_af_packet"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libxdp' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libxdp` -> 1

Run-time dependency libxdp found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libbpf' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libbpf` -> 1

Run-time dependency libbpf found: NO (tried pkgconfig)
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp8kqeumnt
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp8kqeumnt/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp8kqeumnt/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lbpf -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:
/usr/bin/ld: cannot find -lbpf
collect2: error: ld returned 1 exit status

Library bpf found: NO
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpqb6ves3g
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpqb6ves3g/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("linux/if_xdp.h")
#error "Header 'linux/if_xdp.h' could not be found"
#endif
#else
#include <linux/if_xdp.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "linux/if_xdp.h" : YES
Message: drivers/net/ark: Defining dependency "net_ark"
Message: drivers/net/atlantic: Defining dependency "net_atlantic"
Message: drivers/net/avp: Defining dependency "net_avp"
Message: drivers/net/axgbe: Defining dependency "net_axgbe"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'zlib' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion zlib` -> 0
1.2.11
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags zlib` -> 0

PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config zlib --libs` -> 0
-L/usr/lib64 -lz
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config zlib --libs` -> 0
-lz
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency zlib found: YES 1.2.11
Message: drivers/net/bnx2x: Defining dependency "net_bnx2x"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp9cxx58pi
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp9cxx58pi/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp9cxx58pi/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -DSUPPORT_CFA_HW_ALL=1

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -DSUPPORT_CFA_HW_ALL=1: YES
Message: drivers/net/bnxt: Defining dependency "net_bnxt"
Message: drivers/net/bonding: Defining dependency "net_bond"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpb5i94c6l
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpb5i94c6l/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpb5i94c6l/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -flax-vector-conversions

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -flax-vector-conversions: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmprgsww1dg
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmprgsww1dg/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmprgsww1dg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-aliasing -Wno-strict-aliasing

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-strict-aliasing: YES
Message: drivers/net/cnxk: Defining dependency "net_cnxk"
Message: drivers/net/cpfl: Defining dependency "net_cpfl"
Message: drivers/net/cxgbe: Defining dependency "net_cxgbe"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/net/dpaa: Defining dependency "net_dpaa"
Message: drivers/net/dpaa2: Defining dependency "net_dpaa2"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmps51_p_qt
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmps51_p_qt/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmps51_p_qt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wuninitialized -Wno-uninitialized

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-uninitialized: YES
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp5r51bb1_
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp5r51bb1_/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp5r51bb1_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmisleading-indentation -Wno-misleading-indentation

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-misleading-indentation: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpsfqwc_78
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpsfqwc_78/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpsfqwc_78/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-fallthrough -Wno-implicit-fallthrough

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-implicit-fallthrough: YES
Message: drivers/net/e1000: Defining dependency "net_e1000"
Message: drivers/net/ena: Defining dependency "net_ena"
Message: drivers/net/enetc: Defining dependency "net_enetc"
Message: drivers/net/enetfec: Defining dependency "net_enetfec"
Running compile:
Working directory: /tmp/tmp204_zpkp
Command line: cc /tmp/tmp204_zpkp/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11 -march=loongarch64

Code:


#ifndef __AVX2__
# define __AVX2__
#endif
"MESON_GET_DEFINE_DELIMITER"
__AVX2__
Compiler stdout:
"MESON_GET_DEFINE_DELIMITER"


Compiler stderr:

Fetching value of define "__AVX2__" :
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpo22gnjek
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpo22gnjek/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpo22gnjek/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx2

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc: error: unrecognized command line option '-mavx2'

Compiler for C supports arguments -mavx2: NO
Message: drivers/net/enic: Defining dependency "net_enic"
Message: drivers/net/failsafe: Defining dependency "net_failsafe"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmprlafck24
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmprlafck24/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmprlafck24/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-value -Wno-unused-value

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-unused-value: YES
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp8dsv44si
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp8dsv44si/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp8dsv44si/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-extra-args -Wno-format-extra-args

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-format-extra-args: YES
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
Message: drivers/net/fm10k: Defining dependency "net_fm10k"
Message: drivers/net/gve: Defining dependency "net_gve"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/iavf: Defining dependency "net_iavf"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-value: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Message: drivers/net/ipn3ke: Defining dependency "net_ipn3ke"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-value: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: drivers/net/ixgbe: Defining dependency "net_ixgbe"
Message: drivers/net/memif: Defining dependency "net_memif"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmlx4' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libmlx4` -> 1

Run-time dependency libmlx4 found: NO (tried pkgconfig)
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpb7k5q5se
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpb7k5q5se/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpb7k5q5se/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmlx4 -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:
/usr/bin/ld: cannot find -lmlx4
collect2: error: ld returned 1 exit status

Library mlx4 found: NO
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmusdk' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Run-time dependency libmusdk found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmusdk' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/net/netvsc: Defining dependency "net_netvsc"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'netcope-common' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion netcope-common` -> 1

Run-time dependency netcope-common found: NO (tried pkgconfig)
Message: drivers/net/nfp: Defining dependency "net_nfp"
Message: drivers/net/ngbe: Defining dependency "net_ngbe"
Message: drivers/net/null: Defining dependency "net_null"
Message: drivers/net/octeontx: Defining dependency "net_octeontx"
Message: drivers/net/octeon_ep: Defining dependency "net_octeon_ep"
Message: drivers/net/pcap: Defining dependency "net_pcap"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/net/pfe: Defining dependency "net_pfe"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp16mqj4ml
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp16mqj4ml/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp16mqj4ml/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes -Wno-missing-prototypes

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-missing-prototypes: YES
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpwm237b3r
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpwm237b3r/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpwm237b3r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-function -Wno-unused-function

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-unused-function: YES
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-missing-prototypes: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-value: YES (cached)
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp5edbaqxa
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp5edbaqxa/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp5edbaqxa/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral -Wno-format-nonliteral

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-format-nonliteral: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpw_550kbg
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpw_550kbg/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpw_550kbg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wshift-negative-value -Wno-shift-negative-value

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-shift-negative-value: YES
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpgbr_h6_v
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpgbr_h6_v/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpgbr_h6_v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations -Wno-missing-declarations

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-missing-declarations: YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp6_gxg7ln
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp6_gxg7ln/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp6_gxg7ln/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmaybe-uninitialized -Wno-maybe-uninitialized

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-maybe-uninitialized: YES
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-strict-prototypes: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-shift-negative-value: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-format-extra-args: YES (cached)
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp42ooifw8
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp42ooifw8/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp42ooifw8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvisibility -Wno-visibility

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc: error: unrecognized command line option '-Wvisibility'

Compiler for C supports arguments -Wno-visibility: NO
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-empty-body: YES (cached)
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp8rxbslw5
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp8rxbslw5/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp8rxbslw5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winvalid-source-encoding -Wno-invalid-source-encoding

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc: error: unrecognized command line option '-Winvalid-source-encoding'; did you mean '-Winvalid-memory-model'?

Compiler for C supports arguments -Wno-invalid-source-encoding: NO
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpvq8dmtk9
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpvq8dmtk9/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpvq8dmtk9/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsometimes-uninitialized -Wno-sometimes-uninitialized

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc: error: unrecognized command line option '-Wsometimes-uninitialized'; did you mean '-Wmaybe-uninitialized'?

Compiler for C supports arguments -Wno-sometimes-uninitialized: NO
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpzsz7u_7x
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpzsz7u_7x/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpzsz7u_7x/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-bool-conversion -Wno-pointer-bool-conversion

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc: error: unrecognized command line option '-Wpointer-bool-conversion'; did you mean '-Wint-conversion'?

Compiler for C supports arguments -Wno-pointer-bool-conversion: NO
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Message: drivers/net/qede: Defining dependency "net_qede"
Message: drivers/net/ring: Defining dependency "net_ring"
Message: drivers/net/shared_mem: Defining dependency "net_shared_mem"
Message: drivers/net/softnic: Defining dependency "net_softnic"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpsamdn9q9
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpsamdn9q9/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpsamdn9q9/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:

#include <linux/pkt_cls.h>
int main(void) {
/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var If it's not defined as a macro, try to use as a symbol app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#ifndef TCA_FLOWER_UNSPEC
TCA_FLOWER_UNSPEC;
#endif
return 0;
}
Compiler stdout:

Compiler stderr:

Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_UNSPEC" : YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp1_goqlmj
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp1_goqlmj/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp1_goqlmj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:

#include <linux/pkt_cls.h>
int main(void) {
/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var If it's not defined as a macro, try to use as a symbol app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#ifndef TCA_FLOWER_KEY_VLAN_PRIO
TCA_FLOWER_KEY_VLAN_PRIO;
#endif
return 0;
}
Compiler stdout:

Compiler stderr:

Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_KEY_VLAN_PRIO" : YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpljmvvi7y
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpljmvvi7y/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpljmvvi7y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:

#include <linux/pkt_cls.h>
int main(void) {
/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var If it's not defined as a macro, try to use as a symbol app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#ifndef TCA_BPF_UNSPEC
TCA_BPF_UNSPEC;
#endif
return 0;
}
Compiler stdout:

Compiler stderr:

Header <linux/pkt_cls.h> has symbol "TCA_BPF_UNSPEC" : YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp7zlh0b1t
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp7zlh0b1t/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp7zlh0b1t/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:

#include <linux/pkt_cls.h>
int main(void) {
/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var If it's not defined as a macro, try to use as a symbol app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#ifndef TCA_BPF_FD
TCA_BPF_FD;
#endif
return 0;
}
Compiler stdout:

Compiler stderr:

Header <linux/pkt_cls.h> has symbol "TCA_BPF_FD" : YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpnmv_psku
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpnmv_psku/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpnmv_psku/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:

#include <linux/tc_act/tc_bpf.h>
int main(void) {
/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var If it's not defined as a macro, try to use as a symbol app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#ifndef TCA_ACT_BPF_UNSPEC
TCA_ACT_BPF_UNSPEC;
#endif
return 0;
}
Compiler stdout:

Compiler stderr:

Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_UNSPEC" : YES
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp1sllzh1v
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp1sllzh1v/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp1sllzh1v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:

#include <linux/tc_act/tc_bpf.h>
int main(void) {
/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var If it's not defined as a macro, try to use as a symbol app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#ifndef TCA_ACT_BPF_FD
TCA_ACT_BPF_FD;
#endif
return 0;
}
Compiler stdout:

Compiler stderr:

Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_FD" : YES
Configuring tap_autoconf.h using configuration
Message: drivers/net/tap: Defining dependency "net_tap"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpet6rvddj
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpet6rvddj/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmpet6rvddj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-prefetch-loop-arrays

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -fno-prefetch-loop-arrays: YES
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-maybe-uninitialized: YES (cached)
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
Message: drivers/net/txgbe: Defining dependency "net_txgbe"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Message: drivers/net/virtio: Defining dependency "net_virtio"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-value: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-format-extra-args: YES (cached)
Message: drivers/net/vmxnet3: Defining dependency "net_vmxnet3"
Message: drivers/raw/cnxk_bphy: Defining dependency "raw_cnxk_bphy"
Message: drivers/raw/cnxk_gpio: Defining dependency "raw_cnxk_gpio"
Message: drivers/raw/dpaa2_cmdif: Defining dependency "raw_dpaa2_cmdif"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'librt' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion librt` -> 1

CMake binary for MachineChoice.HOST is not cached
None of 'CMAKE' are defined in the environment, not changing global flags.
CMake binary missing from cross or native file, or env var undefined.
Trying a default CMake fallback at cmake
Found CMake: /usr/bin/cmake (3.11.4)
None of 'CMAKE_PREFIX_PATH' are defined in the environment, not changing global flags.
Extracting basic cmake information
Try CMake generator: auto
Calling CMake (['/usr/bin/cmake']) in /home/zhoumin/dpdk-next-net/build/meson-private/cmake_librt with:
- "--trace"
- "--trace-expand"
- "--no-warn-unused-cli"
- "-DCMAKE_TOOLCHAIN_FILE=/home/zhoumin/dpdk-next-net/build/meson-private/cmake_librt/CMakeMesonToolchainFile.cmake"
- "."
-- Module search paths: ['/', '/opt', '/usr', '/usr/local']
-- CMake root: /usr/share/cmake
-- CMake architectures: []
-- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share']
Preliminary CMake check failed. Aborting.
Run-time dependency librt found: NO (tried pkgconfig and cmake)
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmp0hjn8h3o
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmp0hjn8h3o/testfile.c -o /home/zhoumin/dpdk-next-net/build/meson-private/tmp0hjn8h3o/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lrt -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:

Library rt found: YES
Message: Disabling ifpga [drivers/raw/ifpga]: missing internal dependency "net_i40e"
Message: drivers/raw/ntb: Defining dependency "raw_ntb"
Message: drivers/raw/skeleton: Defining dependency "raw_skeleton"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libAArch64crypto' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libAArch64crypto` -> 1

Run-time dependency libaarch64crypto found: NO (tried pkgconfig)
Message: drivers/crypto/bcmfs: Defining dependency "crypto_bcmfs"
Message: drivers/crypto/caam_jr: Defining dependency "crypto_caam_jr"
Dependency libcrypto found: YES 1.1.1g (cached)
Message: drivers/crypto/ccp: Defining dependency "crypto_ccp"
Message: drivers/crypto/cnxk: Defining dependency "crypto_cnxk"
Message: drivers/crypto/dpaa_sec: Defining dependency "crypto_dpaa_sec"
Message: drivers/crypto/dpaa2_sec: Defining dependency "crypto_dpaa2_sec"
Library IPSec_MB found: NO
Message: Disabling mlx5 [drivers/crypto/mlx5]: missing internal dependency "common_mlx5"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmusdk' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/crypto/nitrox: Defining dependency "crypto_nitrox"
Message: drivers/crypto/null: Defining dependency "crypto_null"
Message: drivers/crypto/octeontx: Defining dependency "crypto_octeontx"
Dependency libcrypto found: YES 1.1.1g (cached)
Message: drivers/crypto/openssl: Defining dependency "crypto_openssl"
Message: drivers/crypto/scheduler: Defining dependency "crypto_scheduler"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libwd_crypto' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libwd_crypto` -> 1

Run-time dependency libwd_crypto found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libwd' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libwd` -> 1

Run-time dependency libwd found: NO (tried pkgconfig)
Message: drivers/crypto/virtio: Defining dependency "crypto_virtio"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libisal' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libisal` -> 1

Run-time dependency libisal found: NO (tried pkgconfig)
Message: Disabling mlx5 [drivers/compress/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/compress/octeontx: Defining dependency "compress_octeontx"
Dependency zlib found: YES 1.2.11 (cached)
Message: drivers/compress/zlib: Defining dependency "compress_zlib"
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/regex/cn9k: Defining dependency "regex_cn9k"
Message: drivers/ml/cnxk: Defining dependency "ml_cnxk"
Message: drivers/vdpa/ifc: Defining dependency "vdpa_ifc"
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -flax-vector-conversions: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Message: drivers/event/cnxk: Defining dependency "event_cnxk"
Message: drivers/event/dpaa: Defining dependency "event_dpaa"
Message: drivers/event/dpaa2: Defining dependency "event_dpaa2"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Message: drivers/event/dsw: Defining dependency "event_dsw"
Message: drivers/event/opdl: Defining dependency "event_opdl"
Message: drivers/event/skeleton: Defining dependency "event_skeleton"
Message: drivers/event/sw: Defining dependency "event_sw"
Message: drivers/event/octeontx: Defining dependency "event_octeontx"
Message: drivers/baseband/acc: Defining dependency "baseband_acc"
Message: drivers/baseband/fpga_5gnr_fec: Defining dependency "baseband_fpga_5gnr_fec"
Message: drivers/baseband/fpga_lte_fec: Defining dependency "baseband_fpga_lte_fec"
Message: drivers/baseband/la12xx: Defining dependency "baseband_la12xx"
Message: drivers/baseband/null: Defining dependency "baseband_null"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'flexran_sdk_turbo' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion flexran_sdk_turbo` -> 1

CMake binary for MachineChoice.HOST is cached.
None of 'CMAKE_PREFIX_PATH' are defined in the environment, not changing global flags.
Preliminary CMake check failed. Aborting.
Run-time dependency flexran_sdk_turbo found: NO (tried pkgconfig and cmake)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'flexran_sdk_ldpc_decoder_5gnr' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion flexran_sdk_ldpc_decoder_5gnr` -> 1

CMake binary for MachineChoice.HOST is cached.
None of 'CMAKE_PREFIX_PATH' are defined in the environment, not changing global flags.
Preliminary CMake check failed. Aborting.
Run-time dependency flexran_sdk_ldpc_decoder_5gnr found: NO (tried pkgconfig and cmake)
Message: drivers/baseband/turbo_sw: Defining dependency "baseband_turbo_sw"
Running compile:
Working directory: /home/zhoumin/dpdk-next-net/build/meson-private/tmpdzgaj4l3
Command line: cc /home/zhoumin/dpdk-next-net/build/meson-private/tmpdzgaj4l3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("cuda.h")
#error "Header 'cuda.h' could not be found"
#endif
#else
#include <cuda.h>
#endif
Compiler stdout:

Compiler stderr:
/home/zhoumin/dpdk-next-net/build/meson-private/tmpdzgaj4l3/testfile.c:4:12: error: #error "Header 'cuda.h' could not be found"
#error "Header 'cuda.h' could not be found"
^~~~~

Has header "cuda.h" : NO
Running command: /usr/libexec/platform-python /home/zhoumin/dpdk-next-net/buildtools/list-dir-globs.py ,
--- stdout ---

--- stderr ---


Running command: /usr/libexec/platform-python /home/zhoumin/dpdk-next-net/buildtools/list-dir-globs.py ,
--- stdout ---

--- stderr ---


Running command: /usr/libexec/platform-python /home/zhoumin/dpdk-next-net/buildtools/list-dir-globs.py ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION
--- stdout ---
test-gpudev
test
pdump
test-sad
test-compress-perf
proc-info
test-crypto-perf
test-dma-perf
test-fib
test-security-perf
test-cmdline
test-mldev
test-flow-perf
test-eventdev
test-bbdev
test-pmd
io-proxy
dumpcap
test-pipeline
test-acl
test-regex

--- stderr ---



app/io-proxy/meson.build:4:0: ERROR: Unknown variable "cmdline_gen_cmd".
-------------------------------END LOGS------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw131826 [RFC PATCH 5/5] app/io-proxy: add startup commands
       [not found] <20230922081912.7090-6-bruce.richardson@intel.com>
  2023-09-22  8:02 ` |FAILURE| pw131822-131826 [RFC PATCH 5/5] app/io-proxy: add startup commands qemudev
@ 2023-09-22  8:20 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-09-22  8:20 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/131826

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-22  8:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230922081912.7090-6-bruce.richardson@intel.com>
2023-09-22  8:02 ` |FAILURE| pw131822-131826 [RFC PATCH 5/5] app/io-proxy: add startup commands qemudev
2023-09-22  8:20 ` |SUCCESS| pw131826 " checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).