From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw150147 [RFC PATCH] net: move intel drivers to intel subdirectory
Date: Fri, 17 Jan 2025 00:56:18 +0800 [thread overview]
Message-ID: <202501161656.50GGuI0S927663@localhost.localdomain> (raw)
In-Reply-To: <20250116172221.3814901-1-bruce.richardson@intel.com>
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/150147
_meson build failure_
Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thu, 16 Jan 2025 17:22:21 +0000
DPDK git baseline: Repo:dpdk-next-net
Branch: main
CommitID: 167adc84d05c732af3c47dd569f152fa4ba234d6
150147 --> 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 ---
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /home/zhoumin/gh_dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpmet7g__u
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpmet7g__u/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpmet7g__u/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -march=native
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -march=native: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpr_3ztifh
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpr_3ztifh/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpr_3ztifh/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
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp910ljeqr
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp910ljeqr/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp910ljeqr/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
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpjq6ku9zz
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpjq6ku9zz/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpjq6ku9zz/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--undefined-version
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
/usr/bin/ld: unrecognized option '--undefined-version'
/usr/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
Compiler for C supports link arguments -Wl,--undefined-version: NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpdypw47po
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpdypw47po/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpdypw47po/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
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpn87r6udf
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpn87r6udf/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpn87r6udf/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/gh_dpdk/build/meson-private/tmpwslnufb7
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpwslnufb7/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
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpeg90tq5x
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpeg90tq5x/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpeg90tq5x/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/gh_dpdk/build/meson-private/tmpazfwa575
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpazfwa575/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
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpptxyfunv
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpptxyfunv/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpptxyfunv/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
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpmx2akkli
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpmx2akkli/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpmx2akkli/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/gh_dpdk/build/meson-private/tmp12dza9dk
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp12dza9dk/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp12dza9dk/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/gh_dpdk/build/meson-private/tmpjv63uy43
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpjv63uy43/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.
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 --libs openssl` -> 0
-L/usr/lib64 -lssl -lcrypto
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs openssl` -> 0
-lssl -lcrypto
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 --libs libpcap` -> 0
-L/usr/lib64 -lpcap
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs libpcap` -> 0
-lpcap
Run-time dependency libpcap found: YES 1.9.1
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpv_fmpser
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpv_fmpser/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/gh_dpdk/build/meson-private/tmp61miyh80
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp61miyh80/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp61miyh80/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/gh_dpdk/build/meson-private/tmppdaj6tbm
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmppdaj6tbm/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmppdaj6tbm/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/gh_dpdk/build/meson-private/tmpvdh88bcr
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpvdh88bcr/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpvdh88bcr/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/gh_dpdk/build/meson-private/tmpfcgghzav
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpfcgghzav/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpfcgghzav/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/gh_dpdk/build/meson-private/tmpv7rdpg_f
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpv7rdpg_f/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpv7rdpg_f/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/gh_dpdk/build/meson-private/tmp5ucjyzi9
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp5ucjyzi9/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp5ucjyzi9/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/gh_dpdk/build/meson-private/tmpvlpdaint
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpvlpdaint/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpvlpdaint/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/gh_dpdk/build/meson-private/tmpexjpn420
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpexjpn420/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpexjpn420/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/gh_dpdk/build/meson-private/tmpv1e0k9_s
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpv1e0k9_s/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpv1e0k9_s/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/gh_dpdk/build/meson-private/tmpw5fo60_g
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpw5fo60_g/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpw5fo60_g/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/gh_dpdk/build/meson-private/tmpt0hpgggc
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpt0hpgggc/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpt0hpgggc/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/gh_dpdk/build/meson-private/tmpgs0qq1os
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpgs0qq1os/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpgs0qq1os/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/gh_dpdk/build/meson-private/tmp6azfkwam
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp6azfkwam/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp6azfkwam/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/gh_dpdk/build/meson-private/tmp1kyyromt
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp1kyyromt/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp1kyyromt/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/gh_dpdk/build/meson-private/tmp42xj4_z1
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp42xj4_z1/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp42xj4_z1/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/gh_dpdk/build/meson-private/tmpjh_fr468
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpjh_fr468/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpjh_fr468/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/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py
--- stdout ---
--- stderr ---
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py
--- stdout ---
--- stderr ---
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py
--- stdout ---
--- stderr ---
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp1e0wz6_w
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp1e0wz6_w/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp1e0wz6_w/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/argparse: Defining dependency "argparse"
Message: lib/telemetry: Defining dependency "telemetry"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpe2onz9rj
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpe2onz9rj/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpe2onz9rj/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE
Code:
#include <pthread.h>
#include <limits.h>
#if defined __stub_pthread_attr_setaffinity_np || defined __stub___pthread_attr_setaffinity_np
fail fail fail this function is not going to work
#endif
int main(void) {
void *a = (void*) &pthread_attr_setaffinity_np;
long long b = (long long) a;
return (int) b;
}
Compiler stdout:
Compiler stderr:
/usr/bin/ld: /tmp/ccqponvF.o: in function `main':
testfile.c:(.text+0xc): undefined reference to `pthread_attr_setaffinity_np'
/usr/bin/ld: testfile.c:(.text+0x10): undefined reference to `pthread_attr_setaffinity_np'
/usr/bin/ld: testfile.c:(.text+0x10): undefined reference to `pthread_attr_setaffinity_np'
collect2: error: ld returned 1 exit status
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp5u5i8z06
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp5u5i8z06/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp5u5i8z06/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE
Code:
#include <pthread.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(pthread_attr_setaffinity_np) && !0
#error "No definition for __builtin_pthread_attr_setaffinity_np found in the prefix"
#endif
#ifdef __has_builtin
#if !__has_builtin(__builtin_pthread_attr_setaffinity_np)
#error "__builtin_pthread_attr_setaffinity_np not found"
#endif
#elif ! defined(pthread_attr_setaffinity_np)
__builtin_pthread_attr_setaffinity_np;
#endif
return 0;
}
Compiler stdout:
Compiler stderr:
/home/zhoumin/gh_dpdk/build/meson-private/tmp5u5i8z06/testfile.c: In function 'main':
/home/zhoumin/gh_dpdk/build/meson-private/tmp5u5i8z06/testfile.c:12:14: error: #error "No definition for __builtin_pthread_attr_setaffinity_np found in the prefix"
#error "No definition for __builtin_pthread_attr_setaffinity_np found in the prefix"
^~~~~
/home/zhoumin/gh_dpdk/build/meson-private/tmp5u5i8z06/testfile.c:20:13: error: '__builtin_pthread_attr_setaffinity_np' undeclared (first use in this function); did you mean 'pthread_attr_setaffinity_np'?
__builtin_pthread_attr_setaffinity_np;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pthread_attr_setaffinity_np
/home/zhoumin/gh_dpdk/build/meson-private/tmp5u5i8z06/testfile.c:20:13: note: each undeclared identifier is reported only once for each function it appears in
Checking for function "pthread_attr_setaffinity_np" : NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp3nx330br
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp3nx330br/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp3nx330br/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/gh_dpdk/build/meson-private/tmp3nx330br/testfile.c: In function 'main':
/home/zhoumin/gh_dpdk/build/meson-private/tmp3nx330br/testfile.c:9:32: error: 'getentropy' undeclared (first use in this function); did you mean 'getgroups'?
void *a = (void*) &getentropy;
^~~~~~~~~~
getgroups
/home/zhoumin/gh_dpdk/build/meson-private/tmp3nx330br/testfile.c:9:32: note: each undeclared identifier is reported only once for each function it appears in
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpho6kuv5q
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpho6kuv5q/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpho6kuv5q/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/gh_dpdk/build/meson-private/tmpho6kuv5q/testfile.c: In function 'main':
/home/zhoumin/gh_dpdk/build/meson-private/tmpho6kuv5q/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/gh_dpdk/build/meson-private/tmpho6kuv5q/testfile.c:20:13: error: '__builtin_getentropy' undeclared (first use in this function); did you mean '__builtin_fegetround'?
__builtin_getentropy;
^~~~~~~~~~~~~~~~~~~~
__builtin_fegetround
/home/zhoumin/gh_dpdk/build/meson-private/tmpho6kuv5q/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/ptr_compress: Defining dependency "ptr_compress"
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 --libs libelf` -> 0
-L/usr/lib64 -lelf
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs libelf` -> 0
-lelf
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/dmadev: Defining dependency "dmadev"
Message: lib/efd: Defining dependency "efd"
Message: lib/eventdev: Defining dependency "eventdev"
Message: lib/dispatcher: Defining dependency "dispatcher"
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"
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/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/gh_dpdk/build/meson-private/tmprxbbhw62
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmprxbbhw62/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/gh_dpdk/build/meson-private/tmp7dmmwfhl
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp7dmmwfhl/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/gh_dpdk/build/meson-private/tmp7dmmwfhl/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/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py ,
--- stdout ---
--- stderr ---
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py ,
--- stdout ---
--- stderr ---
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py */*,*/*/*
--- stdout ---
raw/gdtc
raw/dpaa2_cmdif
raw/cnxk_bphy
raw/ntb
raw/skeleton
raw/cnxk_gpio
raw/cnxk_rvu_lf
raw/ifpga
gpu/cuda
power/cppc
power/intel_pstate
power/intel_uncore
power/acpi
power/kvm_vm
power/amd_pstate
power/amd_uncore
baseband/la12xx
baseband/acc
baseband/turbo_sw
baseband/fpga_lte_fec
baseband/fpga_5gnr_fec
baseband/null
vdpa/ifc
vdpa/sfc
vdpa/nfp
vdpa/mlx5
mempool/ring
mempool/stack
mempool/cnxk
mempool/dpaa2
mempool/dpaa
mempool/octeontx
mempool/bucket
regex/cn9k
regex/mlx5
bus/uacce
bus/vdev
bus/vmbus
bus/cdx
bus/auxiliary
bus/dpaa
bus/fslmc
bus/ifpga
bus/platform
bus/pci
dma/odm
dma/idxd
dma/cnxk
dma/skeleton
dma/dpaa2
dma/dpaa
dma/ioat
dma/hisilicon
net/enetc
net/tap
net/failsafe
net/gve
net/ring
net/netvsc
net/sfc
net/mlx4
net/enetfec
net/vdev_netvsc
net/hns3
net/cnxk
net/qede
net/ntnic
net/intel
net/zxdh
net/bnx2x
net/virtio
net/atlantic
net/nfp
net/octeon_ep
net/cxgbe
net/af_packet
net/mvneta
net/txgbe
net/dpaa2
net/thunderx
net/ionic
net/af_xdp
net/ark
net/pfe
net/ngbe
net/vhost
net/mana
net/avp
net/mvpp2
net/hinic
net/dpaa
net/r8169
net/memif
net/axgbe
net/ena
net/pcap
net/null
net/octeontx
net/vmxnet3
net/nfb
net/bnxt
net/softnic
net/mlx5
net/bonding
net/enic
common/idpf
common/qat
common/sfc_efx
common/dpaax
common/cnxk
common/nitrox
common/nfp
common/ionic
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/uadk
compress/zlib
compress/nitrox
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/ionic
crypto/ccp
crypto/mvsam
crypto/openssl
crypto/caam_jr
crypto/null
crypto/octeontx
crypto/scheduler
crypto/dpaa2_sec
crypto/mlx5
ml/cnxk
raw/ifpga/base
vdpa/ifc/base
bus/vmbus/linux
bus/auxiliary/linux
bus/dpaa/include
bus/dpaa/base
bus/fslmc/qbman
bus/fslmc/mc
bus/fslmc/portal
bus/pci/linux
bus/pci/bsd
bus/pci/windows
net/enetc/base
net/tap/bpf
net/gve/base
net/cnxk/tx
net/cnxk/rx
net/qede/base
net/ntnic/ntlog
net/ntnic/include
net/ntnic/dbsconfig
net/ntnic/adapter
net/ntnic/nthw
net/ntnic/ntnic_filter
net/ntnic/nim
net/ntnic/ntnic_xstats
net/ntnic/link_mgmt
net/ntnic/ntutil
net/intel/idpf
net/intel/ixgbe
net/intel/cpfl
net/intel/ipn3ke
net/intel/ice
net/intel/iavf
net/intel/i40e
net/intel/e1000
net/intel/fm10k
net/intel/igc
net/virtio/virtio_user
net/atlantic/hw_atl
net/nfp/nfpcore
net/nfp/flower
net/nfp/nfd3
net/nfp/nfdk
net/cxgbe/base
net/txgbe/base
net/dpaa2/base
net/dpaa2/mc
net/thunderx/base
net/pfe/base
net/ngbe/base
net/hinic/base
net/dpaa/fmlib
net/r8169/base
net/ena/base
net/octeontx/base
net/vmxnet3/base
net/bnxt/tf_core
net/bnxt/hcapi
net/bnxt/tf_ulp
net/mlx5/linux
net/mlx5/tools
net/mlx5/hws
net/mlx5/windows
net/enic/base
common/idpf/base
common/qat/dev
common/qat/qat_adf
common/sfc_efx/base
common/dpaax/caamflib
common/cnxk/hw
common/mlx5/linux
common/mlx5/windows
event/cnxk/tx
event/cnxk/deq
event/dlb2/pf
compress/qat/dev
compress/octeontx/include
crypto/qat/dev
crypto/bcmfs/hw
crypto/dpaa2_sec/mc
--- 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)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpx9w9ku8b
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpx9w9ku8b/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpx9w9ku8b/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
Message: drivers/common/cpt: Defining dependency "common_cpt"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp5h7gptt8
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp5h7gptt8/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp5h7gptt8/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
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmptbh7azop
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmptbh7azop/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmptbh7azop/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/gh_dpdk/build/meson-private/tmp5s999shz
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp5s999shz/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp5s999shz/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"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpprpnzngp
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpprpnzngp/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpprpnzngp/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
Message: drivers/common/idpf: Defining dependency "common_idpf"
Message: drivers/common/ionic: Defining dependency "common_ionic"
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/uacce: Defining dependency "bus_uacce"
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/gh_dpdk/build/meson-private/tmpbb8ps9ou
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpbb8ps9ou/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpbb8ps9ou/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/gh_dpdk/build/meson-private/tmp9hkok_1n
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp9hkok_1n/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp9hkok_1n/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/gh_dpdk/build/meson-private/tmpunr8rizg
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpunr8rizg/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpunr8rizg/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/gh_dpdk/build/meson-private/tmp77jb6_9t
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp77jb6_9t/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp77jb6_9t/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/gh_dpdk/build/meson-private/tmp_466luui
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp_466luui/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp_466luui/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)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp94208i11
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp94208i11/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp94208i11/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
Message: drivers/common/nfp: Defining dependency "common_nfp"
Message: drivers/common/nitrox: Defining dependency "common_nitrox"
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 --libs libcrypto` -> 0
-L/usr/lib64 -lcrypto
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs libcrypto` -> 0
-lcrypto
Run-time dependency libcrypto found: YES 1.1.1g
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpeq5pan75
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpeq5pan75/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpeq5pan75/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/gh_dpdk/build/meson-private/tmptfhtzc72
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmptfhtzc72/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmptfhtzc72/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/gh_dpdk/build/meson-private/tmpfok6sf2i
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpfok6sf2i/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpfok6sf2i/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/gh_dpdk/build/meson-private/tmpg8d9vc61
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpg8d9vc61/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpg8d9vc61/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/gh_dpdk/build/meson-private/tmpey16bln3
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpey16bln3/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpey16bln3/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/gh_dpdk/build/meson-private/tmp83wkdrub
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp83wkdrub/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp83wkdrub/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
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/gh_dpdk/build/meson-private/tmpa2yaejzf
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpa2yaejzf/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpa2yaejzf/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/gh_dpdk/build/meson-private/tmpf2rlir1s
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpf2rlir1s/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpf2rlir1s/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/stack: Defining dependency "mempool_stack"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpy1wawo4o
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpy1wawo4o/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpy1wawo4o/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
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/odm: Defining dependency "dma_odm"
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)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpj5rcejx8
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpj5rcejx8/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpj5rcejx8/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/gh_dpdk/build/meson-private/tmpc9nj8ro7
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpc9nj8ro7/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 --libs zlib` -> 0
-L/usr/lib64 -lz
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs zlib` -> 0
-lz
Run-time dependency zlib found: YES 1.2.11
Message: drivers/net/bnx2x: Defining dependency "net_bnx2x"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpzckdhi4h
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpzckdhi4h/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpzckdhi4h/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -DSUPPORT_CFA_HW_P70=1
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -DSUPPORT_CFA_HW_P70=1: YES
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -DSUPPORT_CFA_HW_P70=1: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpu3mhzp2i
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpu3mhzp2i/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpu3mhzp2i/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -DCFA_BLD_PRINT_OBJ=1
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -DCFA_BLD_PRINT_OBJ=1: YES
Message: drivers/net/bnxt: Defining dependency "net_bnxt"
Message: drivers/net/bonding: Defining dependency "net_bond"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp3f_j762_
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp3f_j762_/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp3f_j762_/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/gh_dpdk/build/meson-private/tmp19tb04lk
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp19tb04lk/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp19tb04lk/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/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"
Message: drivers/net/ena: Defining dependency "net_ena"
Message: drivers/net/enetc: Defining dependency "net_enetc"
Message: drivers/net/enetfec: Defining dependency "net_enetfec"
Message: drivers/net/enic: Defining dependency "net_enic"
Message: drivers/net/failsafe: Defining dependency "net_failsafe"
Message: drivers/net/gve: Defining dependency "net_gve"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/intel/cpfl: Defining dependency "net_cpfl"
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/intel/e1000: Defining dependency "net_e1000"
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/gh_dpdk/build/meson-private/tmphk03q2k1
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmphk03q2k1/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmphk03q2k1/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
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpqagd4jbn
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpqagd4jbn/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpqagd4jbn/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/intel/fm10k: Defining dependency "net_fm10k"
Message: drivers/net/intel/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-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/intel/ice: Defining dependency "net_ice"
Message: drivers/net/intel/idpf: Defining dependency "net_idpf"
Message: drivers/net/intel/igc: Defining dependency "net_igc"
Message: drivers/net/intel/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/intel/ixgbe: Defining dependency "net_ixgbe"
Message: drivers/net/ionic: Defining dependency "net_ionic"
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)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpoysw_7n4
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpoysw_7n4/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpoysw_7n4/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"
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 -flax-vector-conversions: YES (cached)
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/gh_dpdk/build/meson-private/tmpvv8yy4ta
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpvv8yy4ta/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpvv8yy4ta/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/gh_dpdk/build/meson-private/tmp224ha238
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp224ha238/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp224ha238/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/gh_dpdk/build/meson-private/tmpu8h56ymp
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpu8h56ymp/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpu8h56ymp/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/gh_dpdk/build/meson-private/tmp6mjuecst
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp6mjuecst/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp6mjuecst/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/gh_dpdk/build/meson-private/tmpp3rfuguf
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpp3rfuguf/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpp3rfuguf/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/gh_dpdk/build/meson-private/tmp2nwgw850
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp2nwgw850/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp2nwgw850/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)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp5q89h05_
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp5q89h05_/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp5q89h05_/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
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpvbigoy31
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpvbigoy31/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpvbigoy31/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/gh_dpdk/build/meson-private/tmpc3hnxeyi
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpc3hnxeyi/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpc3hnxeyi/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/gh_dpdk/build/meson-private/tmp1xwu3qpo
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp1xwu3qpo/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp1xwu3qpo/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/gh_dpdk/build/meson-private/tmpi_morwhs
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpi_morwhs/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpi_morwhs/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/r8169: Defining dependency "net_r8169"
Message: drivers/net/ring: Defining dependency "net_ring"
Message: drivers/net/softnic: Defining dependency "net_softnic"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpwtquz57v
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpwtquz57v/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpwtquz57v/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_ACT
TCA_FLOWER_ACT;
#endif
return 0;
}
Compiler stdout:
Compiler stderr:
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_ACT" : YES
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libbpf' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Run-time dependency libbpf found: NO (tried pkgconfig)
Message: net/tap: no RSS support missing libbpf
Message: drivers/net/tap: Defining dependency "net_tap"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpx_vqyon5
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpx_vqyon5/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpx_vqyon5/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/cnxk_rvu_lf: Defining dependency "raw_cnxk_rvu_lf"
Message: drivers/raw/dpaa2_cmdif: Defining dependency "raw_dpaa2_cmdif"
Message: drivers/raw/gdtc: Defining dependency "raw_gdtc"
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
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)
Extracting basic cmake information
Try CMake generator: auto
Calling CMake (['/usr/bin/cmake']) in /home/zhoumin/gh_dpdk/build/meson-private/cmake_librt with:
- "--trace"
- "--trace-expand"
- "--no-warn-unused-cli"
- "-DCMAKE_TOOLCHAIN_FILE=/home/zhoumin/gh_dpdk/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)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpfaoe2giz
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpfaoe2giz/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpfaoe2giz/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
drivers/raw/ifpga/meson.build:21:0: ERROR: Include dir ../../net/ipn3ke does not exist.
-------------------------------END LOGS------------------------------
next parent reply other threads:[~2025-01-16 17:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250116172221.3814901-1-bruce.richardson@intel.com>
2025-01-16 16:56 ` qemudev [this message]
2025-01-16 17:23 ` |SUCCESS| " checkpatch
2025-01-16 18:24 ` |FAILURE| " 0-day Robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202501161656.50GGuI0S927663@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=bruce.richardson@intel.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).