Build started at 2019-10-08T16:13:17.514867
Main binary: /usr/bin/python3
Python system: Linux
The Meson build system
Version: 0.51.2
Source dir: /dpdk
Build dir: /dpdk/build
Build type: native build
Program cat found: YES (/bin/cat)
Running command: /bin/cat /dpdk/VERSION
--- stdout ---
19.11.0-rc0

--- stderr ---


Project name: DPDK
Project version: 19.11.0-rc0
No CFLAGS in the environment, not changing global flags.
No LDFLAGS in the environment, not changing global flags.
No CPPFLAGS in the environment, not changing global flags.
Sanity testing C compiler: cc
Is cross compiler: False.
Sanity check compiler command line: cc -pipe -D_FILE_OFFSET_BITS=64 /dpdk/build/meson-private/sanitycheckc.c -o /dpdk/build/meson-private/sanitycheckc.exe
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command: /dpdk/build/meson-private/sanitycheckc.exe
No CFLAGS in the environment, not changing global flags.
No LDFLAGS in the environment, not changing global flags.
No CPPFLAGS in the environment, not changing global flags.
Sanity testing C compiler: cc
Is cross compiler: False.
Sanity check compiler command line: cc -pipe -D_FILE_OFFSET_BITS=64 /dpdk/build/meson-private/sanitycheckc.c -o /dpdk/build/meson-private/sanitycheckc.exe
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command: /dpdk/build/meson-private/sanitycheckc.exe
C compiler for the host machine: cc (gcc 7.4.0 "cc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Running compile:
Working directory:  /tmp/tmpjynv4_7a
Command line:  cc /tmp/tmpjynv4_7a/testfile.c -o /tmp/tmpjynv4_7a/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 

Code:
 #include<stdio.h>
        
        int main() {
            printf("%ld\n", (long)(sizeof(void *)));
            return 0;
        };
Compiler stdout:
 
Compiler stderr:
 
Program stdout:

8

Program stderr:


Checking for size of "void *" : 8
Running compile:
Working directory:  /tmp/tmpd9i51omd
Command line:  cc /tmp/tmpd9i51omd/testfile.c -o /tmp/tmpd9i51omd/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -llibm -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -llibm
collect2: error: ld returned 1 exit status

Running compile:
Working directory:  /tmp/tmp7fbrf9s3
Command line:  cc /tmp/tmp7fbrf9s3/testfile.c -o /tmp/tmp7fbrf9s3/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 

Code:
 #include<stdio.h>
        
        int main() {
            printf("%ld\n", (long)(sizeof(void *)));
            return 0;
        };
Compiler stdout:
 
Compiler stderr:
 
Program stdout:

8

Program stderr:


Running compile:
Working directory:  /tmp/tmpk4ni9wnf
Command line:  cc /tmp/tmpk4ni9wnf/testfile.c -o /tmp/tmpk4ni9wnf/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs 

Code:
 
Compiler stdout:
 install: /usr/lib/gcc/x86_64-linux-gnu/7/
programs: =/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/bin/
libraries: =/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/7/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/7/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/

Compiler stderr:
 
Library libm found: YES
Running compile:
Working directory:  /tmp/tmpd60nos4j
Command line:  cc /tmp/tmpd60nos4j/testfile.c -o /tmp/tmpd60nos4j/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lnuma -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 
Library numa found: YES
Running compile:
Working directory:  /tmp/tmpiuo8y43n
Command line:  cc /tmp/tmpiuo8y43n/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 

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 
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
Trying pkg-config binary pkg-config for machine MachineChoice.HOST at ['/usr/bin/pkg-config']
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Determining dependency 'libbsd' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config --modversion libbsd` -> 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
Trying CMake binary cmake for machine MachineChoice.HOST at [None]
Did not find CMake 'cmake'
Found CMake: NO
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Running compile:
Working directory:  /tmp/tmpur1vacqq
Command line:  cc /tmp/tmpur1vacqq/testfile.c -o /tmp/tmpur1vacqq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-parameter 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wunused-parameter: YES 
Running compile:
Working directory:  /tmp/tmp3r7zbg0m
Command line:  cc /tmp/tmp3r7zbg0m/testfile.c -o /tmp/tmp3r7zbg0m/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wsign-compare: YES 
Running compile:
Working directory:  /tmp/tmptdmrewjp
Command line:  cc /tmp/tmptdmrewjp/testfile.c -o /tmp/tmptdmrewjp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-qual 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wcast-qual: YES 
Running compile:
Working directory:  /tmp/tmpvbkw4msu
Command line:  cc /tmp/tmpvbkw4msu/testfile.c -o /tmp/tmpvbkw4msu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-address-of-packed-member -Waddress-of-packed-member 

Code:
 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 -Waddress-of-packed-member: NO 
Running command: /usr/bin/ld -v
--- stdout ---
GNU ld (GNU Binutils for Ubuntu) 2.30

--- stderr ---


Running compile:
Working directory:  /tmp/tmpoxnpkc13
Command line:  cc /tmp/tmpoxnpkc13/testfile.c -o /tmp/tmpoxnpkc13/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mno-avx512f 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mno-avx512f: YES 
Message: Binutils 2.30 detected, disabling AVX512 support as workaround for bug #97
Running compile:
Working directory:  /tmp/tmpj_bro9xc
Command line:  cc /tmp/tmpj_bro9xc/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native -mno-avx512f 

Code:
 
        
        #ifndef __SSE4_2__
        # define __SSE4_2__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__SSE4_2__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__SSE4_2__" : 1 
Running compile:
Working directory:  /tmp/tmpivzs_c36
Command line:  cc /tmp/tmpivzs_c36/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native -mno-avx512f 

Code:
 
        
        #ifndef __AES__
        # define __AES__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AES__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__AES__" : 1 
Running compile:
Working directory:  /tmp/tmpejc792wz
Command line:  cc /tmp/tmpejc792wz/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native -mno-avx512f 

Code:
 
        
        #ifndef __PCLMUL__
        # define __PCLMUL__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__PCLMUL__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__PCLMUL__" : 1 
Running compile:
Working directory:  /tmp/tmpxsbv71gb
Command line:  cc /tmp/tmpxsbv71gb/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native -mno-avx512f 

Code:
 
        
        #ifndef __AVX__
        # define __AVX__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__AVX__" : 1 
Running compile:
Working directory:  /tmp/tmp0qms1yj_
Command line:  cc /tmp/tmp0qms1yj_/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native -mno-avx512f 

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

Compiler stderr:
 
Fetching value of define "__AVX2__" : 1 
Running compile:
Working directory:  /tmp/tmp6yac4vbv
Command line:  cc /tmp/tmp6yac4vbv/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native -mno-avx512f 

Code:
 
        
        #ifndef __AVX512F__
        # define __AVX512F__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512F__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Compiler stderr:
 
Fetching value of define "__AVX512F__" :  
Running compile:
Working directory:  /tmp/tmpg64plr_7
Command line:  cc /tmp/tmpg64plr_7/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native -mno-avx512f 

Code:
 
        
        #ifndef __RDRND__
        # define __RDRND__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__RDRND__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__RDRND__" : 1 
Running compile:
Working directory:  /tmp/tmpwvsy8tpg
Command line:  cc /tmp/tmpwvsy8tpg/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native -mno-avx512f 

Code:
 
        
        #ifndef __RDSEED__
        # define __RDSEED__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__RDSEED__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__RDSEED__" : 1 
Program gen-pmdinfo-cfile.sh found: YES (/dpdk/buildtools/gen-pmdinfo-cfile.sh)
Program python3 found: YES (/usr/bin/python3)
Running compile:
Working directory:  /tmp/tmp1vvzwhep
Command line:  cc /tmp/tmp1vvzwhep/testfile.c -o /tmp/tmp1vvzwhep/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-truncation -Wformat-truncation 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Running compile:
Working directory:  /tmp/tmps231ic4g
Command line:  cc /tmp/tmps231ic4g/testfile.c -o /tmp/tmps231ic4g/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 

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 *a = (void*) &getentropy;
            long b = (long) a;
            return (int) b;
        }
Compiler stdout:
 
Compiler stderr:
 
Checking for function "getentropy" : YES 
Running compile:
Working directory:  /tmp/tmp0u4yjpyx
Command line:  cc /tmp/tmp0u4yjpyx/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 

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 
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.170
PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config --cflags libelf` -> 0

PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config libelf --libs` -> 0
-L/usr/lib/x86_64-linux-gnu -lelf
PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config libelf --libs` -> 0
-lelf
Run-time dependency libelf found: YES 0.170
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

CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency jansson found: NO (tried pkgconfig and cmake)
Using cached compile:
Cached command line:  cc /tmp/tmp1vvzwhep/testfile.c -o /tmp/tmp1vvzwhep/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-truncation -Wformat-truncation 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (cached)
Library libmusdk found: NO
Running compile:
Working directory:  /tmp/tmpmugrurh6
Command line:  cc /tmp/tmpmugrurh6/testfile.c -o /tmp/tmpmugrurh6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-cast-qual -Wcast-qual 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
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

CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libbpf found: NO (tried pkgconfig and cmake)
Running compile:
Working directory:  /tmp/tmp1nl6syx8
Command line:  cc /tmp/tmp1nl6syx8/testfile.c -o /tmp/tmp1nl6syx8/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lbpf -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lbpf
collect2: error: ld returned 1 exit status

Library bpf found: NO
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/lib/x86_64-linux-gnu -lz
PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config zlib --libs` -> 0
-lz
Run-time dependency zlib found: YES 1.2.11
Running compile:
Working directory:  /tmp/tmpyc6qx3wo
Command line:  cc /tmp/tmpyc6qx3wo/testfile.c -o /tmp/tmpyc6qx3wo/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-uninitialized -Wuninitialized 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-uninitialized -Wuninitialized: YES 
Running compile:
Working directory:  /tmp/tmpswtyngmc
Command line:  cc /tmp/tmpswtyngmc/testfile.c -o /tmp/tmpswtyngmc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Running compile:
Working directory:  /tmp/tmpegxyjfxh
Command line:  cc /tmp/tmpegxyjfxh/testfile.c -o /tmp/tmpegxyjfxh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-variable -Wunused-variable 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Running compile:
Working directory:  /tmp/tmpf5qymdgq
Command line:  cc /tmp/tmpf5qymdgq/testfile.c -o /tmp/tmpf5qymdgq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-misleading-indentation -Wmisleading-indentation 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-misleading-indentation -Wmisleading-indentation: YES 
Running compile:
Working directory:  /tmp/tmpn5wq_dbc
Command line:  cc /tmp/tmpn5wq_dbc/testfile.c -o /tmp/tmpn5wq_dbc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-implicit-fallthrough -Wimplicit-fallthrough 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Using cached compile:
Cached command line:  cc /tmp/tmpswtyngmc/testfile.c -o /tmp/tmpswtyngmc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Running compile:
Working directory:  /tmp/tmpk5361et2
Command line:  cc /tmp/tmpk5361et2/testfile.c -o /tmp/tmpk5361et2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Running compile:
Working directory:  /tmp/tmpey9cj09a
Command line:  cc /tmp/tmpey9cj09a/testfile.c -o /tmp/tmpey9cj09a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-aliasing -Wstrict-aliasing 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Running compile:
Working directory:  /tmp/tmp5466t9a9
Command line:  cc /tmp/tmp5466t9a9/testfile.c -o /tmp/tmp5466t9a9/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-extra-args -Wformat-extra-args 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Using cached compile:
Cached command line:  cc /tmp/tmpegxyjfxh/testfile.c -o /tmp/tmpegxyjfxh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-variable -Wunused-variable 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Running compile:
Working directory:  /tmp/tmpstraxkpm
Command line:  cc /tmp/tmpstraxkpm/testfile.c -o /tmp/tmpstraxkpm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-field-initializers -Wmissing-field-initializers 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Running compile:
Working directory:  /tmp/tmp17ah34iq
Command line:  cc /tmp/tmp17ah34iq/testfile.c -o /tmp/tmp17ah34iq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-sign-compare -Wsign-compare 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Using cached compile:
Cached command line:  cc /tmp/tmpk5361et2/testfile.c -o /tmp/tmpk5361et2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Running compile:
Working directory:  /tmp/tmpa_uv6szo
Command line:  cc /tmp/tmpa_uv6szo/testfile.c -o /tmp/tmpa_uv6szo/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format -Wformat 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-format -Wformat: YES 
Running compile:
Working directory:  /tmp/tmpz8ek2h11
Command line:  cc /tmp/tmpz8ek2h11/testfile.c -o /tmp/tmpz8ek2h11/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-error=format-security -Werror=format-security 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-error=format-security -Werror=format-security: YES 
Using cached compile:
Cached command line:  cc /tmp/tmpey9cj09a/testfile.c -o /tmp/tmpey9cj09a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-aliasing -Wstrict-aliasing 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Running compile:
Working directory:  /tmp/tmp3ky0bpxe
Command line:  cc /tmp/tmp3ky0bpxe/testfile.c -o /tmp/tmp3ky0bpxe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-but-set-variable -Wunused-but-set-variable 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Using cached compile:
Cached command line:  cc /tmp/tmpswtyngmc/testfile.c -o /tmp/tmpswtyngmc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Running compile:
Working directory:  /tmp/tmp9eof2lw0
Command line:  cc /tmp/tmp9eof2lw0/testfile.c -o /tmp/tmp9eof2lw0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-pointer-to-int-cast -Wpointer-to-int-cast 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-pointer-to-int-cast -Wpointer-to-int-cast: YES 
Using cached compile:
Cached command line:  cc /tmp/tmpk5361et2/testfile.c -o /tmp/tmpk5361et2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmp3ky0bpxe/testfile.c -o /tmp/tmp3ky0bpxe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-but-set-variable -Wunused-but-set-variable 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpegxyjfxh/testfile.c -o /tmp/tmpegxyjfxh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-variable -Wunused-variable 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpswtyngmc/testfile.c -o /tmp/tmpswtyngmc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpk5361et2/testfile.c -o /tmp/tmpk5361et2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmp3ky0bpxe/testfile.c -o /tmp/tmp3ky0bpxe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-but-set-variable -Wunused-but-set-variable 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpswtyngmc/testfile.c -o /tmp/tmpswtyngmc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmnl' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config --modversion libmnl` -> 1

CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libmnl found: NO (tried pkgconfig and cmake)
Running compile:
Working directory:  /tmp/tmp8_s2n8s4
Command line:  cc /tmp/tmp8_s2n8s4/testfile.c -o /tmp/tmp8_s2n8s4/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmnl -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lmnl
collect2: error: ld returned 1 exit status

Library mnl found: NO
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

CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libmlx4 found: NO (tried pkgconfig and cmake)
Running compile:
Working directory:  /tmp/tmpr3gwoj78
Command line:  cc /tmp/tmpr3gwoj78/testfile.c -o /tmp/tmpr3gwoj78/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmlx4 -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 
Library mlx4 found: YES
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libibverbs' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config --modversion libibverbs` -> 1

CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libibverbs found: NO (tried pkgconfig and cmake)
Running compile:
Working directory:  /tmp/tmpewbije3m
Command line:  cc /tmp/tmpewbije3m/testfile.c -o /tmp/tmpewbije3m/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -libverbs -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 
Library ibverbs found: 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

CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libmlx5 found: NO (tried pkgconfig and cmake)
Running compile:
Working directory:  /tmp/tmp1twvp5w5
Command line:  cc /tmp/tmp1twvp5w5/testfile.c -o /tmp/tmp1twvp5w5/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmlx5 -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 
Library mlx5 found: YES
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libibverbs' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH: 
CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libibverbs found: NO (tried pkgconfig and cmake)
Library ibverbs found: YES
Running compile:
Working directory:  /tmp/tmpt6gfqj0k
Command line:  cc /tmp/tmpt6gfqj0k/testfile.c -o /tmp/tmpt6gfqj0k/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wextra 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wextra: YES 
Running compile:
Working directory:  /tmp/tmpwv8wrkgw
Command line:  cc /tmp/tmpwv8wrkgw/testfile.c -o /tmp/tmpwv8wrkgw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -std=c11: YES 
Running compile:
Working directory:  /tmp/tmp4v4mc2tv
Command line:  cc /tmp/tmp4v4mc2tv/testfile.c -o /tmp/tmp4v4mc2tv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-prototypes -Wstrict-prototypes 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Running compile:
Working directory:  /tmp/tmptk_d_1to
Command line:  cc /tmp/tmptk_d_1to/testfile.c -o /tmp/tmptk_d_1to/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_BSD_SOURCE 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Running compile:
Working directory:  /tmp/tmp2w8cprv0
Command line:  cc /tmp/tmp2w8cprv0/testfile.c -o /tmp/tmp2w8cprv0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_DEFAULT_SOURCE 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Running compile:
Working directory:  /tmp/tmp6w2envk4
Command line:  cc /tmp/tmp6w2envk4/testfile.c -o /tmp/tmp6w2envk4/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_XOPEN_SOURCE=600 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Running compile:
Working directory:  /tmp/tmpc2yy2fta
Command line:  cc /tmp/tmpc2yy2fta/testfile.c -o /tmp/tmpc2yy2fta/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef MLX5DV_CQE_RES_FORMAT_CSUM_STRIDX
                MLX5DV_CQE_RES_FORMAT_CSUM_STRIDX;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmpc2yy2fta/testfile.c: In function 'main':
/tmp/tmpc2yy2fta/testfile.c:6:17: error: 'MLX5DV_CQE_RES_FORMAT_CSUM_STRIDX' undeclared (first use in this function); did you mean 'MLX5DV_CQE_RES_FORMAT_CSUM'?
                 MLX5DV_CQE_RES_FORMAT_CSUM_STRIDX;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 MLX5DV_CQE_RES_FORMAT_CSUM
/tmp/tmpc2yy2fta/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <infiniband/mlx5dv.h> has symbol "MLX5DV_CQE_RES_FORMAT_CSUM_STRIDX" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmpgqbq8vvc
Command line:  cc /tmp/tmpgqbq8vvc/testfile.c -o /tmp/tmpgqbq8vvc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef MLX5DV_CONTEXT_MASK_TUNNEL_OFFLOADS
                MLX5DV_CONTEXT_MASK_TUNNEL_OFFLOADS;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <infiniband/mlx5dv.h> has symbol "MLX5DV_CONTEXT_MASK_TUNNEL_OFFLOADS" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmp1kn07lt6
Command line:  cc /tmp/tmp1kn07lt6/testfile.c -o /tmp/tmp1kn07lt6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef MLX5DV_CONTEXT_FLAGS_MPW_ALLOWED
                MLX5DV_CONTEXT_FLAGS_MPW_ALLOWED;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <infiniband/mlx5dv.h> has symbol "MLX5DV_CONTEXT_FLAGS_MPW_ALLOWED" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmp2vouh7mz
Command line:  cc /tmp/tmp2vouh7mz/testfile.c -o /tmp/tmp2vouh7mz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef MLX5DV_CONTEXT_FLAGS_CQE_128B_COMP
                MLX5DV_CONTEXT_FLAGS_CQE_128B_COMP;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <infiniband/mlx5dv.h> has symbol "MLX5DV_CONTEXT_FLAGS_CQE_128B_COMP" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmptk3s7ec7
Command line:  cc /tmp/tmptk3s7ec7/testfile.c -o /tmp/tmptk3s7ec7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef MLX5DV_CQ_INIT_ATTR_FLAGS_CQE_PAD
                MLX5DV_CQ_INIT_ATTR_FLAGS_CQE_PAD;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <infiniband/mlx5dv.h> has symbol "MLX5DV_CQ_INIT_ATTR_FLAGS_CQE_PAD" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmp1rmzm0ms
Command line:  cc /tmp/tmp1rmzm0ms/testfile.c -o /tmp/tmp1rmzm0ms/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef mlx5dv_create_flow_action_packet_reformat
                mlx5dv_create_flow_action_packet_reformat;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmp1rmzm0ms/testfile.c: In function 'main':
/tmp/tmp1rmzm0ms/testfile.c:6:17: error: 'mlx5dv_create_flow_action_packet_reformat' undeclared (first use in this function); did you mean 'mlx5dv_cqe_comp_res_format'?
                 mlx5dv_create_flow_action_packet_reformat;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 mlx5dv_cqe_comp_res_format
/tmp/tmp1rmzm0ms/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <infiniband/mlx5dv.h> has symbol "mlx5dv_create_flow_action_packet_reformat" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmpari3354u
Command line:  cc /tmp/tmpari3354u/testfile.c -o /tmp/tmpari3354u/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/verbs.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef IBV_FLOW_SPEC_MPLS
                IBV_FLOW_SPEC_MPLS;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmpari3354u/testfile.c: In function 'main':
/tmp/tmpari3354u/testfile.c:6:17: error: 'IBV_FLOW_SPEC_MPLS' undeclared (first use in this function); did you mean 'IBV_FLOW_SPEC_IPV6'?
                 IBV_FLOW_SPEC_MPLS;
                 ^~~~~~~~~~~~~~~~~~
                 IBV_FLOW_SPEC_IPV6
/tmp/tmpari3354u/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <infiniband/verbs.h> has symbol "IBV_FLOW_SPEC_MPLS" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmp200xbkf6
Command line:  cc /tmp/tmp200xbkf6/testfile.c -o /tmp/tmp200xbkf6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/verbs.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef IBV_WQ_FLAGS_PCI_WRITE_END_PADDING
                IBV_WQ_FLAGS_PCI_WRITE_END_PADDING;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <infiniband/verbs.h> has symbol "IBV_WQ_FLAGS_PCI_WRITE_END_PADDING" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpah3oy8vv
Command line:  cc /tmp/tmpah3oy8vv/testfile.c -o /tmp/tmpah3oy8vv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/verbs.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef IBV_WQ_FLAG_RX_END_PADDING
                IBV_WQ_FLAG_RX_END_PADDING;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmpah3oy8vv/testfile.c: In function 'main':
/tmp/tmpah3oy8vv/testfile.c:6:17: error: 'IBV_WQ_FLAG_RX_END_PADDING' undeclared (first use in this function); did you mean 'IBV_WQ_FLAGS_PCI_WRITE_END_PADDING'?
                 IBV_WQ_FLAG_RX_END_PADDING;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
                 IBV_WQ_FLAGS_PCI_WRITE_END_PADDING
/tmp/tmpah3oy8vv/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <infiniband/verbs.h> has symbol "IBV_WQ_FLAG_RX_END_PADDING" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmppp9evxnr
Command line:  cc /tmp/tmppp9evxnr/testfile.c -o /tmp/tmppp9evxnr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef mlx5dv_devx_obj_create
                mlx5dv_devx_obj_create;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmppp9evxnr/testfile.c: In function 'main':
/tmp/tmppp9evxnr/testfile.c:6:17: error: 'mlx5dv_devx_obj_create' undeclared (first use in this function); did you mean 'mlx5dv_get_cqe_format'?
                 mlx5dv_devx_obj_create;
                 ^~~~~~~~~~~~~~~~~~~~~~
                 mlx5dv_get_cqe_format
/tmp/tmppp9evxnr/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <infiniband/mlx5dv.h> has symbol "mlx5dv_devx_obj_create" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmp__h_syfk
Command line:  cc /tmp/tmp__h_syfk/testfile.c -o /tmp/tmp__h_syfk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef MLX5DV_FLOW_ACTION_COUNTERS_DEVX
                MLX5DV_FLOW_ACTION_COUNTERS_DEVX;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmp__h_syfk/testfile.c: In function 'main':
/tmp/tmp__h_syfk/testfile.c:6:17: error: 'MLX5DV_FLOW_ACTION_COUNTERS_DEVX' undeclared (first use in this function)
                 MLX5DV_FLOW_ACTION_COUNTERS_DEVX;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmp__h_syfk/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <infiniband/mlx5dv.h> has symbol "MLX5DV_FLOW_ACTION_COUNTERS_DEVX" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmpktwaisct
Command line:  cc /tmp/tmpktwaisct/testfile.c -o /tmp/tmpktwaisct/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef mlx5dv_devx_obj_query_async
                mlx5dv_devx_obj_query_async;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmpktwaisct/testfile.c: In function 'main':
/tmp/tmpktwaisct/testfile.c:6:17: error: 'mlx5dv_devx_obj_query_async' undeclared (first use in this function)
                 mlx5dv_devx_obj_query_async;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmpktwaisct/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <infiniband/mlx5dv.h> has symbol "mlx5dv_devx_obj_query_async" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmph4v2soqu
Command line:  cc /tmp/tmph4v2soqu/testfile.c -o /tmp/tmph4v2soqu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef mlx5dv_dr_action_create_dest_devx_tir
                mlx5dv_dr_action_create_dest_devx_tir;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmph4v2soqu/testfile.c: In function 'main':
/tmp/tmph4v2soqu/testfile.c:6:17: error: 'mlx5dv_dr_action_create_dest_devx_tir' undeclared (first use in this function)
                 mlx5dv_dr_action_create_dest_devx_tir;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmph4v2soqu/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <infiniband/mlx5dv.h> has symbol "mlx5dv_dr_action_create_dest_devx_tir" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmpba1j5wmo
Command line:  cc /tmp/tmpba1j5wmo/testfile.c -o /tmp/tmpba1j5wmo/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef MLX5DV_DR_DOMAIN_TYPE_NIC_RX
                MLX5DV_DR_DOMAIN_TYPE_NIC_RX;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmpba1j5wmo/testfile.c: In function 'main':
/tmp/tmpba1j5wmo/testfile.c:6:17: error: 'MLX5DV_DR_DOMAIN_TYPE_NIC_RX' undeclared (first use in this function); did you mean 'MLX5DV_DCTYPE_DCI'?
                 MLX5DV_DR_DOMAIN_TYPE_NIC_RX;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 MLX5DV_DCTYPE_DCI
/tmp/tmpba1j5wmo/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <infiniband/mlx5dv.h> has symbol "MLX5DV_DR_DOMAIN_TYPE_NIC_RX" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmp9pijin3k
Command line:  cc /tmp/tmp9pijin3k/testfile.c -o /tmp/tmp9pijin3k/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <infiniband/mlx5dv.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef MLX5DV_DR_DOMAIN_TYPE_FDB
                MLX5DV_DR_DOMAIN_TYPE_FDB;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmp9pijin3k/testfile.c: In function 'main':
/tmp/tmp9pijin3k/testfile.c:6:17: error: 'MLX5DV_DR_DOMAIN_TYPE_FDB' undeclared (first use in this function); did you mean 'MLX5DV_DCTYPE_DCI'?
                 MLX5DV_DR_DOMAIN_TYPE_FDB;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~
                 MLX5DV_DCTYPE_DCI
/tmp/tmp9pijin3k/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <infiniband/mlx5dv.h> has symbol "MLX5DV_DR_DOMAIN_TYPE_FDB" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmp8f462_v1
Command line:  cc /tmp/tmp8f462_v1/testfile.c -o /tmp/tmp8f462_v1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef SUPPORTED_40000baseKR4_Full
                SUPPORTED_40000baseKR4_Full;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "SUPPORTED_40000baseKR4_Full" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpwbx5yyqo
Command line:  cc /tmp/tmpwbx5yyqo/testfile.c -o /tmp/tmpwbx5yyqo/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef SUPPORTED_40000baseCR4_Full
                SUPPORTED_40000baseCR4_Full;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "SUPPORTED_40000baseCR4_Full" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpsl7veh8e
Command line:  cc /tmp/tmpsl7veh8e/testfile.c -o /tmp/tmpsl7veh8e/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef SUPPORTED_40000baseSR4_Full
                SUPPORTED_40000baseSR4_Full;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "SUPPORTED_40000baseSR4_Full" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpedv6t2mx
Command line:  cc /tmp/tmpedv6t2mx/testfile.c -o /tmp/tmpedv6t2mx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef SUPPORTED_40000baseLR4_Full
                SUPPORTED_40000baseLR4_Full;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "SUPPORTED_40000baseLR4_Full" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpsmdfymsj
Command line:  cc /tmp/tmpsmdfymsj/testfile.c -o /tmp/tmpsmdfymsj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef SUPPORTED_56000baseKR4_Full
                SUPPORTED_56000baseKR4_Full;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "SUPPORTED_56000baseKR4_Full" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmp13i21sfl
Command line:  cc /tmp/tmp13i21sfl/testfile.c -o /tmp/tmp13i21sfl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef SUPPORTED_56000baseCR4_Full
                SUPPORTED_56000baseCR4_Full;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "SUPPORTED_56000baseCR4_Full" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmptwj9kp98
Command line:  cc /tmp/tmptwj9kp98/testfile.c -o /tmp/tmptwj9kp98/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef SUPPORTED_56000baseSR4_Full
                SUPPORTED_56000baseSR4_Full;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "SUPPORTED_56000baseSR4_Full" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmp4eszd0ko
Command line:  cc /tmp/tmp4eszd0ko/testfile.c -o /tmp/tmp4eszd0ko/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef SUPPORTED_56000baseLR4_Full
                SUPPORTED_56000baseLR4_Full;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "SUPPORTED_56000baseLR4_Full" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpm6laccis
Command line:  cc /tmp/tmpm6laccis/testfile.c -o /tmp/tmpm6laccis/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef ETHTOOL_LINK_MODE_25000baseCR_Full_BIT
                ETHTOOL_LINK_MODE_25000baseCR_Full_BIT;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "ETHTOOL_LINK_MODE_25000baseCR_Full_BIT" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpmlexf_y7
Command line:  cc /tmp/tmpmlexf_y7/testfile.c -o /tmp/tmpmlexf_y7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT
                ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpvxcjgsrr
Command line:  cc /tmp/tmpvxcjgsrr/testfile.c -o /tmp/tmpvxcjgsrr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/ethtool.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT
                ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/ethtool.h> has symbol "ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpcu7byj6b
Command line:  cc /tmp/tmpcu7byj6b/testfile.c -o /tmp/tmpcu7byj6b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/if_link.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef IFLA_NUM_VF
                IFLA_NUM_VF;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/if_link.h> has symbol "IFLA_NUM_VF" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpr75argi_
Command line:  cc /tmp/tmpr75argi_/testfile.c -o /tmp/tmpr75argi_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/if_link.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef IFLA_EXT_MASK
                IFLA_EXT_MASK;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/if_link.h> has symbol "IFLA_EXT_MASK" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpsnziutl0
Command line:  cc /tmp/tmpsnziutl0/testfile.c -o /tmp/tmpsnziutl0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/if_link.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef IFLA_PHYS_SWITCH_ID
                IFLA_PHYS_SWITCH_ID;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/if_link.h> has symbol "IFLA_PHYS_SWITCH_ID" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmp8a5_a4ou
Command line:  cc /tmp/tmp8a5_a4ou/testfile.c -o /tmp/tmp8a5_a4ou/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/if_link.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef IFLA_PHYS_PORT_NAME
                IFLA_PHYS_PORT_NAME;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/if_link.h> has symbol "IFLA_PHYS_PORT_NAME" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmp1dih0rln
Command line:  cc /tmp/tmp1dih0rln/testfile.c -o /tmp/tmp1dih0rln/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <rdma/rdma_netlink.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef RDMA_NL_NLDEV
                RDMA_NL_NLDEV;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <rdma/rdma_netlink.h> has symbol "RDMA_NL_NLDEV" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpobw7z5xn
Command line:  cc /tmp/tmpobw7z5xn/testfile.c -o /tmp/tmpobw7z5xn/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <rdma/rdma_netlink.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef RDMA_NLDEV_CMD_GET
                RDMA_NLDEV_CMD_GET;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <rdma/rdma_netlink.h> has symbol "RDMA_NLDEV_CMD_GET" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpglv1eh0t
Command line:  cc /tmp/tmpglv1eh0t/testfile.c -o /tmp/tmpglv1eh0t/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <rdma/rdma_netlink.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef RDMA_NLDEV_CMD_PORT_GET
                RDMA_NLDEV_CMD_PORT_GET;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <rdma/rdma_netlink.h> has symbol "RDMA_NLDEV_CMD_PORT_GET" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpsmvfzbho
Command line:  cc /tmp/tmpsmvfzbho/testfile.c -o /tmp/tmpsmvfzbho/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <rdma/rdma_netlink.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef RDMA_NLDEV_ATTR_DEV_INDEX
                RDMA_NLDEV_ATTR_DEV_INDEX;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <rdma/rdma_netlink.h> has symbol "RDMA_NLDEV_ATTR_DEV_INDEX" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpyay203ur
Command line:  cc /tmp/tmpyay203ur/testfile.c -o /tmp/tmpyay203ur/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <rdma/rdma_netlink.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef RDMA_NLDEV_ATTR_DEV_NAME
                RDMA_NLDEV_ATTR_DEV_NAME;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <rdma/rdma_netlink.h> has symbol "RDMA_NLDEV_ATTR_DEV_NAME" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmp1yyd0ngo
Command line:  cc /tmp/tmp1yyd0ngo/testfile.c -o /tmp/tmp1yyd0ngo/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <rdma/rdma_netlink.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef RDMA_NLDEV_ATTR_PORT_INDEX
                RDMA_NLDEV_ATTR_PORT_INDEX;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <rdma/rdma_netlink.h> has symbol "RDMA_NLDEV_ATTR_PORT_INDEX" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmpo8m3je8y
Command line:  cc /tmp/tmpo8m3je8y/testfile.c -o /tmp/tmpo8m3je8y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <rdma/rdma_netlink.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef RDMA_NLDEV_ATTR_NDEV_INDEX
                RDMA_NLDEV_ATTR_NDEV_INDEX;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 /tmp/tmpo8m3je8y/testfile.c: In function 'main':
/tmp/tmpo8m3je8y/testfile.c:6:17: error: 'RDMA_NLDEV_ATTR_NDEV_INDEX' undeclared (first use in this function); did you mean 'RDMA_NLDEV_ATTR_DEV_INDEX'?
                 RDMA_NLDEV_ATTR_NDEV_INDEX;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
                 RDMA_NLDEV_ATTR_DEV_INDEX
/tmp/tmpo8m3je8y/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in

Header <rdma/rdma_netlink.h> has symbol "RDMA_NLDEV_ATTR_NDEV_INDEX" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmp2ykauu1k
Command line:  cc /tmp/tmp2ykauu1k/testfile.c -o /tmp/tmp2ykauu1k/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 #include <infiniband/mlx5dv.h>
        void bar() {
            struct mlx5dv_sw_parsing_caps foo;
            foo.sw_parsing_offloads;

        };
Compiler stdout:
 
Compiler stderr:
 
Checking whether type "struct mlx5dv_sw_parsing_caps" has member "sw_parsing_offloads" with dependencies -lmlx5, -libverbs: YES 
Running compile:
Working directory:  /tmp/tmprtvoqawi
Command line:  cc /tmp/tmprtvoqawi/testfile.c -o /tmp/tmprtvoqawi/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 #include <infiniband/verbs.h>
        void bar() {
            struct ibv_counter_set_init_attr foo;
            foo.counter_set_id;

        };
Compiler stdout:
 
Compiler stderr:
 /tmp/tmprtvoqawi/testfile.c: In function 'bar':
/tmp/tmprtvoqawi/testfile.c:3:46: error: storage size of 'foo' isn't known
             struct ibv_counter_set_init_attr foo;
                                              ^~~

Checking whether type "struct ibv_counter_set_init_attr" has member "counter_set_id" with dependencies -lmlx5, -libverbs: NO 
Running compile:
Working directory:  /tmp/tmp3k4numzg
Command line:  cc /tmp/tmp3k4numzg/testfile.c -o /tmp/tmp3k4numzg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 #include <infiniband/verbs.h>
        void bar() {
            struct ibv_counters_init_attr foo;
            foo.comp_mask;

        };
Compiler stdout:
 
Compiler stderr:
 /tmp/tmp3k4numzg/testfile.c: In function 'bar':
/tmp/tmp3k4numzg/testfile.c:3:43: error: storage size of 'foo' isn't known
             struct ibv_counters_init_attr foo;
                                           ^~~

Checking whether type "struct ibv_counters_init_attr" has member "comp_mask" with dependencies -lmlx5, -libverbs: NO 
Configuring mlx5_autoconf.h using configuration
Library libmusdk found: NO
Library libmusdk found: NO
Running compile:
Working directory:  /tmp/tmpxy_sfou5
Command line:  cc /tmp/tmpxy_sfou5/testfile.c -o /tmp/tmpxy_sfou5/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lnfb -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lnfb
collect2: error: ld returned 1 exit status

Library nfb found: NO
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

CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency netcope-common found: NO (tried pkgconfig and cmake)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'pcap' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config --modversion pcap` -> 1

pcap-config found: NO
Run-time dependency pcap found: NO (tried pkgconfig and config-tool)
Running compile:
Working directory:  /tmp/tmp6umoz89g
Command line:  cc /tmp/tmp6umoz89g/testfile.c -o /tmp/tmp6umoz89g/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lpcap -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lpcap
collect2: error: ld returned 1 exit status

Library pcap found: NO
Using cached compile:
Cached command line:  cc /tmp/tmpey9cj09a/testfile.c -o /tmp/tmpey9cj09a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-aliasing -Wstrict-aliasing 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpt6gfqj0k/testfile.c -o /tmp/tmpt6gfqj0k/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wextra 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wextra: YES (cached)
Running compile:
Working directory:  /tmp/tmpp7ei6rdz
Command line:  cc /tmp/tmpp7ei6rdz/testfile.c -o /tmp/tmpp7ei6rdz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdisabled-optimization 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wdisabled-optimization: YES 
Running compile:
Working directory:  /tmp/tmpyegu_ukt
Command line:  cc /tmp/tmpyegu_ukt/testfile.c -o /tmp/tmpyegu_ukt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Waggregate-return: YES 
Running compile:
Working directory:  /tmp/tmpvt1g1fmg
Command line:  cc /tmp/tmpvt1g1fmg/testfile.c -o /tmp/tmpvt1g1fmg/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wnested-externs 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wnested-externs: YES 
Running compile:
Working directory:  /tmp/tmppi_zsr_3
Command line:  cc /tmp/tmppi_zsr_3/testfile.c -o /tmp/tmppi_zsr_3/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wbad-function-cast 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wbad-function-cast: YES 
Using cached compile:
Cached command line:  cc /tmp/tmp17ah34iq/testfile.c -o /tmp/tmp17ah34iq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-sign-compare -Wsign-compare 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpswtyngmc/testfile.c -o /tmp/tmpswtyngmc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpegxyjfxh/testfile.c -o /tmp/tmpegxyjfxh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-variable -Wunused-variable 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Running compile:
Working directory:  /tmp/tmppxc1x3n2
Command line:  cc /tmp/tmppxc1x3n2/testfile.c -o /tmp/tmppxc1x3n2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-empty-body -Wempty-body 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES 
Using cached compile:
Cached command line:  cc /tmp/tmp3ky0bpxe/testfile.c -o /tmp/tmp3ky0bpxe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-but-set-variable -Wunused-but-set-variable 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Running compile:
Working directory:  /tmp/tmptp9_q3p4
Command line:  cc /tmp/tmptp9_q3p4/testfile.c -o /tmp/tmptp9_q3p4/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lsze2 -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lsze2
collect2: error: ld returned 1 exit status

Library sze2 found: NO
Running compile:
Working directory:  /tmp/tmpwx87dpak
Command line:  cc /tmp/tmpwx87dpak/testfile.c -o /tmp/tmpwx87dpak/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/pkt_cls.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #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:  /tmp/tmp0y6m69j9
Command line:  cc /tmp/tmp0y6m69j9/testfile.c -o /tmp/tmp0y6m69j9/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/pkt_cls.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #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:  /tmp/tmpcor4329b
Command line:  cc /tmp/tmpcor4329b/testfile.c -o /tmp/tmpcor4329b/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/pkt_cls.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #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:  /tmp/tmpdot8hi6i
Command line:  cc /tmp/tmpdot8hi6i/testfile.c -o /tmp/tmpdot8hi6i/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/pkt_cls.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #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:  /tmp/tmpmrxzy06y
Command line:  cc /tmp/tmpmrxzy06y/testfile.c -o /tmp/tmpmrxzy06y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/tc_act/tc_bpf.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #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:  /tmp/tmppng8qrml
Command line:  cc /tmp/tmppng8qrml/testfile.c -o /tmp/tmppng8qrml/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/tc_act/tc_bpf.h>
        int main () {
            /* If it's not defined as a macro, try to use as a symbol */
            #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
Running compile:
Working directory:  /tmp/tmpddwt4za6
Command line:  cc /tmp/tmpddwt4za6/testfile.c -o /tmp/tmpddwt4za6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-prefetch-loop-arrays 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES 
Running compile:
Working directory:  /tmp/tmp16itn4d3
Command line:  cc /tmp/tmp16itn4d3/testfile.c -o /tmp/tmp16itn4d3/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-maybe-uninitialized -Wmaybe-uninitialized 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Running compile:
Working directory:  /tmp/tmpy1wj6l2w
Command line:  cc /tmp/tmpy1wj6l2w/testfile.c -o /tmp/tmpy1wj6l2w/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wall 

Code:
 int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wall: YES 
Using cached compile:
Cached command line:  cc /tmp/tmpt6gfqj0k/testfile.c -o /tmp/tmpt6gfqj0k/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wextra 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wextra: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmptk_d_1to/testfile.c -o /tmp/tmptk_d_1to/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_BSD_SOURCE 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmp2w8cprv0/testfile.c -o /tmp/tmp2w8cprv0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_DEFAULT_SOURCE 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmp6w2envk4/testfile.c -o /tmp/tmp6w2envk4/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_XOPEN_SOURCE=600 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpswtyngmc/testfile.c -o /tmp/tmpswtyngmc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpk5361et2/testfile.c -o /tmp/tmpk5361et2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpey9cj09a/testfile.c -o /tmp/tmpey9cj09a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-aliasing -Wstrict-aliasing 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmp5466t9a9/testfile.c -o /tmp/tmp5466t9a9/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-extra-args -Wformat-extra-args 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES (cached)
Running compile:
Working directory:  /tmp/tmp_976m4e6
Command line:  cc /tmp/tmp_976m4e6/testfile.c -o /tmp/tmp_976m4e6/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lIPSec_MB -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { 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
Library IPSec_MB found: NO
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` -> 1

CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Running compile:
Working directory:  /tmp/tmpwziyettb
Command line:  cc /tmp/tmpwziyettb/testfile.c -o /tmp/tmpwziyettb/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lsso_kasumi -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lsso_kasumi
collect2: error: ld returned 1 exit status

Library sso_kasumi found: NO
Library libmusdk found: NO
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libcrypto' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH: 
CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libcrypto' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH: 
CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Running compile:
Working directory:  /tmp/tmpjuzl9gxk
Command line:  cc /tmp/tmpjuzl9gxk/testfile.c -o /tmp/tmpjuzl9gxk/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lsso_snow3g -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lsso_snow3g
collect2: error: ld returned 1 exit status

Library sso_snow3g found: NO
Running compile:
Working directory:  /tmp/tmpf59w763f
Command line:  cc /tmp/tmpf59w763f/testfile.c -o /tmp/tmpf59w763f/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lsso_zuc -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lsso_zuc
collect2: error: ld returned 1 exit status

Library sso_zuc found: NO
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

CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libisal found: NO (tried pkgconfig and cmake)
Dependency zlib found: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmp17ah34iq/testfile.c -o /tmp/tmp17ah34iq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-sign-compare -Wsign-compare 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpk5361et2/testfile.c -o /tmp/tmpk5361et2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpa_uv6szo/testfile.c -o /tmp/tmpa_uv6szo/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format -Wformat 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-format -Wformat: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpz8ek2h11/testfile.c -o /tmp/tmpz8ek2h11/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-error=format-security -Werror=format-security 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-error=format-security -Werror=format-security: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpey9cj09a/testfile.c -o /tmp/tmpey9cj09a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-aliasing -Wstrict-aliasing 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmp3ky0bpxe/testfile.c -o /tmp/tmp3ky0bpxe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-but-set-variable -Wunused-but-set-variable 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libfdt' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config --modversion libfdt` -> 1

CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Running compile:
Working directory:  /tmp/tmp2ipemh4w
Command line:  cc /tmp/tmp2ipemh4w/testfile.c -o /tmp/tmp2ipemh4w/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lexecinfo -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lexecinfo
collect2: error: ld returned 1 exit status

Library execinfo found: NO
Using cached compile:
Cached command line:  cc /tmp/tmp1vvzwhep/testfile.c -o /tmp/tmp1vvzwhep/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-truncation -Wformat-truncation 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (cached)
Dependency zlib found: YES (cached)
Library execinfo found: NO
Running command: /bin/cat /sys/devices/system/cpu/present
--- stdout ---
0-7

--- stderr ---


Adding test "acl_autotest"
Adding test "alarm_autotest"
Adding test "atomic_autotest"
Adding test "byteorder_autotest"
Adding test "cmdline_autotest"
Adding test "common_autotest"
Adding test "cpuflags_autotest"
Adding test "cycles_autotest"
Adding test "debug_autotest"
Adding test "eal_flags_c_opt_autotest"
Adding test "eal_flags_master_opt_autotest"
Adding test "eal_flags_n_opt_autotest"
Adding test "eal_flags_hpet_autotest"
Adding test "eal_flags_no_huge_autotest"
Adding test "eal_flags_w_opt_autotest"
Adding test "eal_flags_b_opt_autotest"
Adding test "eal_flags_vdev_opt_autotest"
Adding test "eal_flags_r_opt_autotest"
Adding test "eal_flags_mem_autotest"
Adding test "eal_flags_file_prefix_autotest"
Adding test "eal_flags_misc_autotest"
Adding test "eal_fs_autotest"
Adding test "errno_autotest"
Adding test "event_ring_autotest"
Adding test "func_reentrancy_autotest"
Adding test "flow_classify_autotest"
Adding test "hash_autotest"
Adding test "interrupt_autotest"
Adding test "logs_autotest"
Adding test "lpm_autotest"
Adding test "lpm6_autotest"
Adding test "malloc_autotest"
Adding test "mbuf_autotest"
Adding test "mcslock_autotest"
Adding test "memcpy_autotest"
Adding test "memory_autotest"
Adding test "mempool_autotest"
Adding test "memzone_autotest"
Adding test "meter_autotest"
Adding test "multiprocess_autotest"
Adding test "per_lcore_autotest"
Adding test "prefetch_autotest"
Adding test "rcu_qsbr_autotest"
Adding test "red_autotest"
Adding test "ring_autotest"
Adding test "ring_pmd_autotest"
Adding test "rwlock_test1_autotest"
Adding test "rwlock_rda_autotest"
Adding test "rwlock_rds_wrm_autotest"
Adding test "rwlock_rde_wro_autotest"
Adding test "sched_autotest"
Adding test "spinlock_autotest"
Adding test "stack_autotest"
Adding test "stack_lf_autotest"
Adding test "string_autotest"
Adding test "table_autotest"
Adding test "tailq_autotest"
Adding test "timer_autotest"
Adding test "user_delay_us"
Adding test "version_autotest"
Adding test "bitratestats_autotest"
Adding test "crc_autotest"
Adding test "delay_us_sleep_autotest"
Adding test "distributor_autotest"
Adding test "eventdev_common_autotest"
Adding test "fbarray_autotest"
Adding test "hash_readwrite_autotest"
Adding test "hash_readwrite_lf_autotest"
Adding test "ipsec_autotest"
Adding test "kni_autotest"
Adding test "kvargs_autotest"
Adding test "latencystats_autotest"
Adding test "member_autotest"
Adding test "metrics_autotest"
Adding test "pdump_autotest"
Adding test "power_cpufreq_autotest"
Adding test "power_autotest"
Adding test "power_kvm_vm_autotest"
Adding test "reorder_autotest"
Adding test "service_autotest"
Adding test "thash_autotest"
Adding test "compressdev_autotest"
Adding test "ring_perf_autotest"
Adding test "mempool_perf_autotest"
Adding test "memcpy_perf_autotest"
Adding test "hash_perf_autotest"
Adding test "timer_perf_autotest"
Adding test "reciprocal_division"
Adding test "reciprocal_division_perf"
Adding test "lpm_perf_autotest"
Adding test "red_all"
Adding test "barrier_autotest"
Adding test "hash_multiwriter_autotest"
Adding test "timer_racecond_autotest"
Adding test "efd_autotest"
Adding test "hash_functions_autotest"
Adding test "member_perf_autotest"
Adding test "efd_perf_autotest"
Adding test "lpm6_perf_autotest"
Adding test "rcu_qsbr_perf_autotest"
Adding test "red_perf"
Adding test "distributor_perf_autotest"
Adding test "ring_pmd_perf_autotest"
Adding test "pmd_perf_autotest"
Adding test "stack_perf_autotest"
Adding test "stack_lf_perf_autotest"
Adding test "rand_perf_autotest"
Adding test "cryptodev_aesni_mb_autotest"
Adding test "cryptodev_aesni_gcm_autotest"
Adding test "cryptodev_dpaa_sec_autotest"
Adding test "cryptodev_dpaa2_sec_autotest"
Adding test "cryptodev_null_autotest"
Adding test "cryptodev_openssl_autotest"
Adding test "cryptodev_openssl_asym_autotest"
Adding test "cryptodev_qat_autotest"
Adding test "cryptodev_sw_armv8_autotest"
Adding test "cryptodev_sw_kasumi_autotest"
Adding test "cryptodev_sw_mvsam_autotest"
Adding test "cryptodev_sw_snow3g_autotest"
Adding test "cryptodev_sw_zuc_autotest"
Adding test "eventdev_selftest_octeontx"
Adding test "eventdev_selftest_sw"
Adding test "link_bonding_autotest"
Adding test "link_bonding_mode4_autotest"
Adding test "link_bonding_rssconf_autotest"
Adding test "rawdev_autotest"
Adding test "dump_struct_sizes"
Adding test "dump_mempool"
Adding test "dump_malloc_stats"
Adding test "dump_devargs"
Adding test "dump_log_types"
Adding test "dump_ring"
Adding test "dump_physmem"
Adding test "dump_memzone"
Program doxygen found: NO
Program sphinx-build found: NO
Library execinfo found: NO
Using cached compile:
Cached command line:  cc /tmp/tmp1vvzwhep/testfile.c -o /tmp/tmp1vvzwhep/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-truncation -Wformat-truncation 

Code:
 int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (cached)
Message: Skipping example "bpf"
Message: Skipping example "ethtool"
Running compile:
Working directory:  /tmp/tmp3df2c_11
Command line:  cc /tmp/tmp3df2c_11/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 

Code:
 
        #ifdef __has_include
         #if !__has_include("sys/epoll.h")
          #error "Header 'sys/epoll.h' could not be found"
         #endif
        #else
         #include <sys/epoll.h>
        #endif
Compiler stdout:
 
Compiler stderr:
 
Has header "sys/epoll.h" : YES 
Running compile:
Working directory:  /tmp/tmpicyhd546
Command line:  cc /tmp/tmpicyhd546/testfile.c -o /tmp/tmpicyhd546/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lpqos -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lpqos
collect2: error: ld returned 1 exit status

Library pqos found: NO
Message: Skipping example "l2fwd-cat"
Running compile:
Working directory:  /tmp/tmpa2ce2a_9
Command line:  cc /tmp/tmpa2ce2a_9/testfile.c -o /tmp/tmpa2ce2a_9/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lrt -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 
Library rt found: YES
Message: Skipping example "netmap_compat"
Message: Skipping example "performance-thread"
Message: Skipping example "quota_watermark"
Message: Skipping example "server_node_efd"
Running compile:
Working directory:  /tmp/tmpim5s95x5
Command line:  cc /tmp/tmpim5s95x5/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 

Code:
 
        #ifdef __has_include
         #if !__has_include("linux/virtio_scsi.h")
          #error "Header 'linux/virtio_scsi.h' could not be found"
         #endif
        #else
         #include <linux/virtio_scsi.h>
        #endif
Compiler stdout:
 
Compiler stderr:
 
Has header "linux/virtio_scsi.h" : YES 
Running compile:
Working directory:  /tmp/tmp9x3lkd0o
Command line:  cc /tmp/tmp9x3lkd0o/testfile.c -o /tmp/tmp9x3lkd0o/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lvirt -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main() { return 0; }
Compiler stdout:
 
Compiler stderr:
 /usr/bin/ld: cannot find -lvirt
collect2: error: ld returned 1 exit status

Library virt found: NO
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'jansson' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH: 
CMake binary for MachineChoice.HOST is cached as not found
No CMake binary for machine MachineChoice.HOST not found. Giving up.
Run-time dependency jansson found: NO (tried pkgconfig and cmake)
Message: Skipping example "vm_power_manager"
Running command: /bin/uname -r
--- stdout ---
5.2.9-050209-generic

--- stderr ---


Running command: /usr/bin/make -sC /lib/modules/5.2.9-050209-generic/build kernelversion
--- stdout ---

--- stderr ---
make: *** /lib/modules/5.2.9-050209-generic/build: No such file or directory.  Stop.


kernel/linux/meson.build:23: WARNING: Cannot compile kernel modules as requested - are kernel headers installed?
Configuring rte_build_config.h using configuration
Message: 
=================
Libraries Enabled
=================

libs:
	kvargs, eal, ring, mempool, mbuf, net, meter, ethdev, 
	pci, cmdline, metrics, hash, timer, acl, bbdev, bitratestats, 
	cfgfile, compressdev, cryptodev, distributor, efd, eventdev, gro, gso, 
	ip_frag, jobstats, kni, latencystats, lpm, member, power, pdump, 
	rawdev, rcu, reorder, sched, security, stack, vhost, ipsec, 
	port, table, pipeline, flow_classify, bpf, 

Message: 
===============
Drivers Enabled
===============

common:
	cpt, dpaax, octeontx, octeontx2, 
bus:
	dpaa, fslmc, ifpga, pci, vdev, vmbus, 
mempool:
	bucket, dpaa, dpaa2, octeontx, octeontx2, ring, stack, 
net:
	af_packet, ark, atlantic, avp, axgbe, bond, bnx2x, bnxt, 
	cxgbe, dpaa, dpaa2, e1000, ena, enetc, enic, failsafe, 
	fm10k, i40e, hinic, iavf, ice, ifc, ipn3ke, ixgbe, 
	kni, liquidio, memif, mlx5, netvsc, nfp, null, octeontx, 
	octeontx2, ring, sfc, softnic, tap, thunderx, vdev_netvsc, vhost, 
	virtio, vmxnet3, 
crypto:
	caam_jr, dpaa_sec, dpaa2_sec, null_crypto, octeontx_crypto, crypto_scheduler, virtio_crypto, 
compress:
	octeontx_compress, qat, zlib, 
event:
	dpaa, dpaa2, octeontx2, opdl, skeleton, sw, dsw, octeontx, 
	
baseband:
	bbdev_null, bbdev_turbo_sw, bbdev_fpga_lte_fec, 
raw:
	dpaa2_cmdif, dpaa2_qdma, ioat, ntb, octeontx2_dma, skeleton, 

Message: 
=================
Content Skipped
=================

libs:
	telemetry:	missing dependency "jansson"
	
drivers:
	common/mvep:	missing dependency, "libmusdk"
	net/af_xdp:	missing dependency, "libbpf"
	net/mlx4:	missing dependency, "mnl"
	net/mvneta:	missing dependency, "libmusdk"
	net/mvpp2:	missing dependency, "libmusdk"
	net/nfb:	missing dependency, "libnfb"
	net/pcap:	missing dependency, "libpcap"
	net/szedata2:	missing dependency, "libsze2"
	crypto/aesni_gcm:	missing dependency, "libIPSec_MB"
	crypto/aesni_mb:	missing dependency, "libIPSec_MB"
	crypto/ccp:	missing dependency, "libcrypto"
	crypto/kasumi:	missing dependency, "libsso_kasumi"
	crypto/mvsam:	missing dependency, "libmusdk"
	crypto/openssl:	missing dependency, "libcrypto"
	crypto/snow3g:	missing dependency, "libsso_snow3g"
	crypto/zuc:	missing dependency, "libsso_zuc"
	compress/isal:	missing dependency, "libisal"
	raw/ifpga:	missing dependency, "libfdt"
	

Build targets in project: 550
Option default_library is: shared [default: static]
Found ninja-1.8.2 at /usr/bin/ninja
Running compile:
Working directory:  /tmp/tmp_ab61pjy
Command line:  cc /tmp/tmp_ab61pjy/testfile.c -o /tmp/tmp_ab61pjy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs 

Code:
 
Compiler stdout:
 install: /usr/lib/gcc/x86_64-linux-gnu/7/
programs: =/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/bin/
libraries: =/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/7/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/7/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/

Compiler stderr:
 
