Build started at 2020-05-21T20:23:29.200596
Main binary: /usr/bin/python
Build Options: -Dbuildtype=debug -Dlayout=flat -Dbackend=ninja
Python system: Linux
The Meson build system
Version: 0.54.1
Source dir: /home/alesmrazek/thesis-appendix/knot-resolver
Build dir: /home/alesmrazek/thesis-appendix/knot-resolver/build
Build type: native build
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Project name: knot-resolver
Project version: 4.3.0
C compiler for the build machine: cc (gcc 9.3.0 "cc (Arch Linux 9.3.0-1) 9.3.0")
C linker for the build machine: cc ld.bfd 2.34
None of 'AR' are defined in the environment, not changing global flags.
C++ compiler for the build machine: c++ (gcc 9.3.0 "c++ (Arch Linux 9.3.0-1) 9.3.0")
C++ linker for the build machine: c++ ld.bfd 2.34
C compiler for the host machine: cc (gcc 9.3.0 "cc (Arch Linux 9.3.0-1) 9.3.0")
C linker for the host machine: cc ld.bfd 2.34
None of 'AR' are defined in the environment, not changing global flags.
C++ compiler for the host machine: c++ (gcc 9.3.0 "c++ (Arch Linux 9.3.0-1) 9.3.0")
C++ linker for the host machine: c++ ld.bfd 2.34
Build machine cpu family: x86_64
Build machine cpu: x86_64
Host machine cpu family: x86_64
Host machine cpu: x86_64
Target machine cpu family: x86_64
Target machine cpu: x86_64
Message: --- required dependencies ---
Dependency libknot found: YES 2.9.3 (cached)
Dependency libdnssec found: YES 2.9.3 (cached)
Dependency libzscanner found: YES 2.9.3 (cached)
Dependency libuv found: YES 1.37.0 (cached)
Dependency lmdb found: YES 0.9.25 (cached)
Dependency gnutls found: YES 3.6.13 (cached)
Dependency luajit found: YES 2.0.5 (cached)
Message: ------------------------------
Message: --- optional dependencies ---
Dependency libcap-ng found: YES 0.7.10 (cached)
Dependency openssl found: YES 1.1.1g (cached)
Using cached compile:
Cached command line:  cc /home/alesmrazek/thesis-appendix/knot-resolver/build/meson-private/tmpexvsxv3j/testfile.c -o /home/alesmrazek/thesis-appendix/knot-resolver/build/meson-private/tmpexvsxv3j/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=gnu11 

Code:
 #define _GNU_SOURCE
#include <sys/socket.h>
#include <limits.h>

        #if defined __stub_sendmmsg || defined __stub___sendmmsg
        fail fail fail this function is not going to work
        #endif
        
int main(void) {
            void *a = (void*) &sendmmsg;
            long b = (long) a;
            return (int) b;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 
Checking for function "sendmmsg" : YES (cached)
Dependency libsystemd found: YES 245 (cached)
Message: ---------------------------
Message: --- sysrepo dependencies ---
Dependency sysrepo found: YES 1.4.60 (cached)
Dependency libyang found: YES 1.0.168 (cached)
Message: ---------------------------
PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config --variable=soname libzscanner` -> 0
libzscanner.so.3
Got pkgconfig variable soname : libzscanner.so.3
PKG_CONFIG_PATH: 
Called `/usr/bin/pkg-config --variable=soname libknot` -> 0
libknot.so.10
Got pkgconfig variable soname : libknot.so.10
Configuring kresconfig.h using configuration
Configuring trust_anchors.lua using configuration
Configuring sandbox.lua using configuration
Program ./kres-gen.sh found: YES (/home/alesmrazek/thesis-appendix/knot-resolver/daemon/lua/./kres-gen.sh)
Message: --- dnstap module dependencies ---
Dependency libprotobuf-c found: YES 1.3.3 (cached)
Dependency libfstrm found: YES 0.6.0 (cached)
Program protoc-c found: YES (/usr/bin/protoc-c)
Message: ----------------------------------
Configuring http.lua using configuration
Running command: /usr/bin/test -r /home/alesmrazek/thesis-appendix/knot-resolver/modules/policy/lua-aho-corasick/ac_fast.cxx
--- stdout ---

--- stderr ---



../../../thesis-appendix/knot-resolver/modules/sysrepo/meson.build:9:1: ERROR: Unknown variable "sysrepo_common_src".
