===> Building for picom-11.2
ninja: Entering directory `output'
[1/35] Compiling C object src/picom.p/picom.c.o
../src/picom.c:215:15: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
                                          frame_count, frame_time, e->ust);
                                          ^~~~~~~~~~~
../src/log.h:41:52: note: expanded from macro 'log_trace'
#define log_trace(x, ...) LOG_UNLIKELY(TRACE, x, ##__VA_ARGS__)
                                              ~    ^~~~~~~~~~~
../src/log.h:31:61: note: expanded from macro 'LOG_UNLIKELY'
                        log_printf(tls_logger, LOG_LEVEL_##level, __func__, x, ##__VA_ARGS__); \
                                                                            ~    ^~~~~~~~~~~
../src/picom.c:219:15: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
                                          frame_count, frame_time, e->ust);
                                          ^~~~~~~~~~~
../src/log.h:41:52: note: expanded from macro 'log_trace'
#define log_trace(x, ...) LOG_UNLIKELY(TRACE, x, ##__VA_ARGS__)
                                              ~    ^~~~~~~~~~~
../src/log.h:31:61: note: expanded from macro 'LOG_UNLIKELY'
                        log_printf(tls_logger, LOG_LEVEL_##level, __func__, x, ##__VA_ARGS__); \
                                                                            ~    ^~~~~~~~~~~
../src/picom.c:2611:8: warning: implicit declaration of function 'sched_getparam' is invalid in C99 [-Wimplicit-function-declaration]
        ret = sched_getparam(0, &param);
              ^
../src/picom.c:2625:8: warning: implicit declaration of function 'sched_setscheduler' is invalid in C99 [-Wimplicit-function-declaration]
        ret = sched_setscheduler(0, SCHED_RR, &param);
              ^
../src/picom.c:2867:7: warning: implicit declaration of function 'pipe2' is invalid in C99 [-Wimplicit-function-declaration]
                if (pipe2(pfds, O_CLOEXEC)) {
                    ^
5 warnings generated.
[2/35] Compiling C object src/picom.p/win.c.o
[3/35] Compiling C object src/picom.p/c2.c.o
[4/35] Compiling C object src/picom.p/x.c.o
[5/35] Compiling C object src/picom.p/config.c.o
[6/35] Compiling C object src/picom.p/vsync.c.o
[7/35] Compiling C object src/picom.p/utils.c.o
[8/35] Compiling C object src/picom.p/diagnostic.c.o
[9/35] Compiling C object src/picom.p/string_utils.c.o
[10/35] Compiling C object src/picom.p/render.c.o
[11/35] Compiling C object src/picom.p/kernel.c.o
[12/35] Compiling C object src/picom.p/log.c.o
[13/35] Compiling C object src/picom.p/options.c.o
[14/35] Compiling C object src/picom.p/event.c.o
[15/35] Compiling C object src/picom.p/cache.c.o
[16/35] Compiling C object src/picom.p/atom.c.o
[17/35] Compiling C object src/picom.p/file_watch.c.o
[18/35] Compiling C object src/picom.p/statistics.c.o
[19/35] Compiling C object src/picom.p/vblank.c.o
../src/vblank.c:330:51: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
        log_verbose("Received vblank event for msc %lu", event.msc);
                                                   ~~~   ^~~~~~~~~
                                                   %llu
../src/log.h:42:56: note: expanded from macro 'log_verbose'
#define log_verbose(x, ...) LOG_UNLIKELY(VERBOSE, x, ##__VA_ARGS__)
                                                  ~    ^~~~~~~~~~~
../src/log.h:31:61: note: expanded from macro 'LOG_UNLIKELY'
                        log_printf(tls_logger, LOG_LEVEL_##level, __func__, x, ##__VA_ARGS__); \
                                                                            ~    ^~~~~~~~~~~
../src/vblank.c:416:13: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
                          cne->ust - now_us);
                          ^~~~~~~~~~~~~~~~~
../src/log.h:41:52: note: expanded from macro 'log_trace'
#define log_trace(x, ...) LOG_UNLIKELY(TRACE, x, ##__VA_ARGS__)
                                              ~    ^~~~~~~~~~~
../src/log.h:31:61: note: expanded from macro 'LOG_UNLIKELY'
                        log_printf(tls_logger, LOG_LEVEL_##level, __func__, x, ##__VA_ARGS__); \
                                                                            ~    ^~~~~~~~~~~
2 warnings generated.
[20/35] Compiling C object src/picom.p/config_libconfig.c.o
[21/35] Compiling C object src/picom.p/opengl.c.o
[22/35] Compiling C object src/picom.p/dbus.c.o
[23/35] Compiling C object src/picom.p/backend_backend_common.c.o
[24/35] Compiling C object src/picom.p/backend_xrender_xrender.c.o
[25/35] Compiling C object src/picom.p/backend_dummy_dummy.c.o
[26/35] Compiling C object src/picom.p/backend_backend.c.o
../src/backend/backend.c:200:32: warning: format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
                            after_damage_us, ps->next_render);
                                             ^~~~~~~~~~~~~~~
../src/log.h:42:56: note: expanded from macro 'log_verbose'
#define log_verbose(x, ...) LOG_UNLIKELY(VERBOSE, x, ##__VA_ARGS__)
                                                  ~    ^~~~~~~~~~~
../src/log.h:31:61: note: expanded from macro 'LOG_UNLIKELY'
                        log_printf(tls_logger, LOG_LEVEL_##level, __func__, x, ##__VA_ARGS__); \
                                                                            ~    ^~~~~~~~~~~
1 warning generated.
[27/35] Compiling C object src/picom.p/backend_driver.c.o
[28/35] Compiling C object src/picom.p/backend_gl_gl_common.c.o
[29/35] Compiling C object src/picom.p/backend_gl_glx.c.o
[30/35] Compiling C object src/picom.p/backend_gl_blur.c.o
[31/35] Compiling C object src/picom.p/backend_gl_shaders.c.o
[32/35] Compiling C object src/picom.p/backend_gl_egl.c.o
FAILED: src/picom.p/backend_gl_egl.c.o 
clang -Isrc/picom.p -Isrc -I../src -Isubprojects/test.h -I../subprojects/test.h -I/opt/pkg/include/pixman-1 -I/opt/pkg/include -I/opt/pkg/include/dbus-1.0 -I/opt/pkg/lib/dbus-1.0/include -I/opt/pkg/include/ev -fdiagnostics-color=always -Wall -Winvalid-pch -std=c11 '-DPICOM_VERSION="v11"' -D_GNU_SOURCE -Wcast-function-type -Wignored-qualifiers -Wnonnull -Wshadow -Wno-type-limits -Woverride-init -Wsign-compare -Wtype-limits -Wuninitialized -Wshift-negative-value -Wunused-but-set-parameter -Wunused-parameter -Wno-unknown-warning-option -Wno-missing-braces -Wconversion -Wempty-body -pipe -Os -D_REENTRANT -DCONFIG_LIBCONFIG -DCONFIG_REGEX_PCRE -DCONFIG_OPENGL -DCONFIG_DBUS -MD -MQ src/picom.p/backend_gl_egl.c.o -MF src/picom.p/backend_gl_egl.c.o.d -o src/picom.p/backend_gl_egl.c.o -c ../src/backend/gl/egl.c
In file included from ../src/backend/gl/egl.c:16:
../src/backend/gl/egl.h:4:10: fatal error: 'epoxy/egl.h' file not found
#include <epoxy/egl.h>
         ^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/picom
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/picom