Appending CFLAGS from environment: '-O2 -pipe -I/usr/local/include/libepoll-shim -fstack-protector-strong -fno-strict-aliasing '
Appending LDFLAGS from environment: ['-fstack-protector-strong']
Appending CXXFLAGS from environment: '-O2 -pipe -I/usr/local/include/libepoll-shim -fstack-protector-strong -fno-strict-aliasing '
Appending LDFLAGS from environment: ['-fstack-protector-strong']
Appending CFLAGS from environment: '-O2 -pipe -I/usr/local/include/libepoll-shim -fstack-protector-strong -fno-strict-aliasing '
Appending LDFLAGS from environment: ['-fstack-protector-strong']
C compiler for the host machine: /nxb-bin/usr/bin/cc (clang 8.0.1 "FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)")
C linker for the host machine: /nxb-bin/usr/bin/cc lld 8.0.1
Appending CXXFLAGS from environment: '-O2 -pipe -I/usr/local/include/libepoll-shim -fstack-protector-strong -fno-strict-aliasing '
Appending LDFLAGS from environment: ['-fstack-protector-strong']
C++ compiler for the host machine: /nxb-bin/usr/bin/c++ (clang 8.0.1 "FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)")
C++ linker for the host machine: /nxb-bin/usr/bin/c++ lld 8.0.1
Host machine cpu family: arm
Host machine cpu: armv7
Compiler for C supports arguments -Wno-unused-parameter: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -fvisibility=hidden: YES
Has header "signal.h" : YES
Has header "sys/epoll.h" : YES
Has header "sys/prctl.h" : NO
Has header "sys/ucred.h" : YES
Checking for function "accept4" : YES
Checking for function "mkostemp" : YES
Checking for function "prctl" : NO
Checking for function "memfd_create" : NO
Checking for function "strndup" : YES
Checking for function "waitid" : YES
Found pkg-config: /usr/local/bin/pkgconf (1.6.3)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency dl found: NO (tried pkgconfig and cmake)
Run-time dependency epoll-shim found: YES
Run-time dependency libffi found: YES 3.2.1
Header <sys/signalfd.h> has symbol "SFD_CLOEXEC" : YES
Header <sys/timerfd.h> has symbol "TFD_CLOEXEC" : YES
Header <time.h> has symbol "CLOCK_MONOTONIC" : YES
Run-time dependency expat found: YES 2.2.8
Run-time dependency libxml-2.0 found: YES 2.9.10
Configuring config.h using configuration
Configuring wayland-version.h using configuration
Library m found: YES
Run-time dependency threads found: YES
Program nm found: YES (/usr/bin/nm)
Program wayland-egl-symbols-check found: YES (/wrkdirs/usr/ports/graphics/wayland/work/wayland-1.18.0/egl/wayland-egl-symbols-check)
Library dl found: YES
Dependency threads found: YES unknown (cached)
Dependency threads found: YES unknown (cached)
Library dl found: YES
Program sed found: YES (/usr/bin/sed)
Program scanner-test.sh found: YES (/wrkdirs/usr/ports/graphics/wayland/work/wayland-1.18.0/tests/scanner-test.sh)
Build targets in project: 40
Option buildtype is: release [default: debugoptimized]
../tests/connection-test.c:686:7: warning: implicit declaration of function 'wl_display_sync' is invalid in C99 [-Wimplicit-function-declaration]
cb = wl_display_sync(c->wl_display);
^
../tests/connection-test.c:686:7: warning: this function declaration is not a prototype [-Wstrict-prototypes]
../tests/connection-test.c:686:5: warning: incompatible integer to pointer conversion assigning to 'struct wl_callback *' from 'int' [-Wint-conversion]
cb = wl_display_sync(c->wl_display);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../tests/connection-test.c:691:2: warning: implicit declaration of function 'wl_callback_destroy' is invalid in C99 [-Wimplicit-function-declaration]
wl_callback_destroy(cb);
^
../tests/connection-test.c:691:2: warning: this function declaration is not a prototype [-Wstrict-prototypes]
../tests/connection-test.c:828:33: error: use of undeclared identifier 'WL_DISPLAY_SYNC'