+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/picom-9.1/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/picom-9.1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for picom-9.1
cd /home/pbulk/build/x11/picom/work/picom-9.1 && cd . && /usr/bin/env USETOOLS=no CMAKE=false PTHREAD_CFLAGS=\ -pthread\  PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr CC=gcc CFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/local/include\ -I/opt/local/include/ev\ -I/opt/local/include/libdrm\ -I/usr/include CPPFLAGS=-I/opt/local/include\ -I/opt/local/include/ev\ -I/opt/local/include/libdrm\ -I/usr/include CXX=g++ CXXFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/local/include\ -I/opt/local/include/ev\ -I/opt/local/include/libdrm\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0\ -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0\ -L/opt/local/lib\ -Wl,-R/opt/local/lib\ -L/opt/local/lib/ev\ -Wl,-R/opt/local/lib/ev\ -L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64 LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/x11/picom/work/.cwrapper/bin:/home/pbulk/build/x11/picom/work/.buildlink/bin:/home/pbulk/build/x11/picom/work/.gcc/bin:/home/pbulk/build/x11/picom/work/.tools/bin:/opt/local/bin:/sbin:/usr/sbin:/usr/bin:/opt/tools/bin:/opt/local/bin:/opt/local/bin PREFIX=/opt/local MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/opt/local/etc HOME=/home/pbulk/build/x11/picom/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/x11/picom/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/local X11BASE=/opt/local PKGMANDIR=man PKGINFODIR=info PKGGNUDIR= MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/local/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/opt/local/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/opt/local/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/opt/local/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/x11/picom/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/x11/picom/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/x11/picom/work/.tools/bin/gdbus-codegen PKG_CONFIG=/home/pbulk/build/x11/picom/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/x11/picom/work/.buildlink/lib/amd64/pkgconfig:/home/pbulk/build/x11/picom/work/.buildlink/lib/pkgconfig:/home/pbulk/build/x11/picom/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/x11/picom/work/.pkg-config.log PKG_CONFIG_PATH= DL_CFLAGS= DL_LDFLAGS= DL_LIBS= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/x11/picom/work/.cwrapper/config ninja -j 1 -C output
ninja: Entering directory `output'
[1/30] Compiling C object src/picom.p/picom.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/picom.c:35:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/picom.c:35:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
In file included from ../src/picom.c:32:
../src/picom.c: In function 'paint_preprocess':
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:727:52: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  727 | #define ev_is_active(ev)                     (0 + ((ev_watcher *)(void *)(ev))->active) /* ro, true when the watcher has been started */
      |                                                   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/picom.c:855:16: note: in expansion of macro 'ev_is_active'
  855 |    } else if (!ev_is_active(&ps->unredir_timer)) {
      |                ^~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:699:52: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  699 | #define ev_timer_set(ev,after_,repeat_)      do { ((ev_watcher_time *)(ev))->at = (after_); (ev)->repeat = (repeat_); } while (0)
      |                                                   ~^~~~~~~~~~~~~~~~~~~~~~~~
../src/picom.c:856:5: note: in expansion of macro 'ev_timer_set'
  856 |     ev_timer_set(
      |     ^~~~~~~~~~~~
../src/picom.c: In function 'register_cm':
../src/picom.c:1007:29: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion]
 1007 |   if (gethostname(hostname, hostname_max) == 0) {
      |                             ^~~~~~~~~~~~
../src/picom.c:1049:7: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration]
 1049 |   if (asprintf(&buf, "%s%d", register_prop, ps->scr) < 0) {
      |       ^~~~~~~~
      |       vsprintf
In file included from ../src/utils.h:4,
                 from ../src/backend/gl/glx.h:20,
                 from ../src/common.h:45,
                 from ../src/picom.c:35:
../src/picom.c: In function 'init_debug_window':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/picom.c:1152:55: note: in expansion of macro 'to_u16_checked'
 1152 |                                       ps->root, 0, 0, to_u16_checked(ps->root_width),
      |                                                       ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/picom.c:1153:39: note: in expansion of macro 'to_u16_checked'
 1153 |                                       to_u16_checked(ps->root_height), 0,
      |                                       ^~~~~~~~~~~~~~
In file included from ../src/picom.c:32:
../src/picom.c: In function 'draw_callback_impl':
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:727:52: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  727 | #define ev_is_active(ev)                     (0 + ((ev_watcher *)(void *)(ev))->active) /* ro, true when the watcher has been started */
      |                                                   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/picom.c:1452:23: note: in expansion of macro 'ev_is_active'
 1452 |  if (!fade_running && ev_is_active(&ps->fade_timer)) {
      |                       ^~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:727:52: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  727 | #define ev_is_active(ev)                     (0 + ((ev_watcher *)(void *)(ev))->active) /* ro, true when the watcher has been started */
      |                                                   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/picom.c:1454:30: note: in expansion of macro 'ev_is_active'
 1454 |  } else if (fade_running && !ev_is_active(&ps->fade_timer)) {
      |                              ^~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:699:52: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  699 | #define ev_timer_set(ev,after_,repeat_)      do { ((ev_watcher_time *)(ev))->at = (after_); (ev)->repeat = (repeat_); } while (0)
      |                                                   ~^~~~~~~~~~~~~~~~~~~~~~~~
../src/picom.c:1455:3: note: in expansion of macro 'ev_timer_set'
 1455 |   ev_timer_set(&ps->fade_timer, fade_timeout(ps), 0);
      |   ^~~~~~~~~~~~
../src/picom.c: In function 'session_init':
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:691:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  691 |   ((ev_watcher *)(void *)(ev))->active  = \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:712:51: note: in expansion of macro 'ev_init'
  712 | #define ev_io_init(ev,cb,fd,events)          do { ev_init ((ev), (cb)); ev_io_set ((ev),(fd),(events)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2011:2: note: in expansion of macro 'ev_io_init'
 2011 |  ev_io_init(&ps->xiow, x_event_callback, ConnectionNumber(ps->dpy), EV_READ);
      |  ^~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:692:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  692 |   ((ev_watcher *)(void *)(ev))->pending = 0; \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:712:51: note: in expansion of macro 'ev_init'
  712 | #define ev_io_init(ev,cb,fd,events)          do { ev_init ((ev), (cb)); ev_io_set ((ev),(fd),(events)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2011:2: note: in expansion of macro 'ev_io_init'
 2011 |  ev_io_init(&ps->xiow, x_event_callback, ConnectionNumber(ps->dpy), EV_READ);
      |  ^~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:737:50: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  737 | # define ev_set_priority(ev,pri)             (   (ev_watcher *)(void *)(ev))->priority = (pri)
      |                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:693:3: note: in expansion of macro 'ev_set_priority'
  693 |   ev_set_priority ((ev), 0);   \
      |   ^~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:712:51: note: in expansion of macro 'ev_init'
  712 | #define ev_io_init(ev,cb,fd,events)          do { ev_init ((ev), (cb)); ev_io_set ((ev),(fd),(events)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2011:2: note: in expansion of macro 'ev_io_init'
 2011 |  ev_io_init(&ps->xiow, x_event_callback, ConnectionNumber(ps->dpy), EV_READ);
      |  ^~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:744:79: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  744 | # define ev_set_cb(ev,cb_)                   (ev_cb_ (ev) = (cb_), memmove (&((ev_watcher *)(ev))->cb, &ev_cb_ (ev), sizeof (ev_cb_ (ev))))
      |                                                                              ~^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:694:3: note: in expansion of macro 'ev_set_cb'
  694 |   ev_set_cb ((ev), cb_);   \
      |   ^~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:712:51: note: in expansion of macro 'ev_init'
  712 | #define ev_io_init(ev,cb,fd,events)          do { ev_init ((ev), (cb)); ev_io_set ((ev),(fd),(events)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2011:2: note: in expansion of macro 'ev_io_init'
 2011 |  ev_io_init(&ps->xiow, x_event_callback, ConnectionNumber(ps->dpy), EV_READ);
      |  ^~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:691:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  691 |   ((ev_watcher *)(void *)(ev))->active  = \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/picom.c:2013:2: note: in expansion of macro 'ev_init'
 2013 |  ev_init(&ps->unredir_timer, tmout_unredir_callback);
      |  ^~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:692:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  692 |   ((ev_watcher *)(void *)(ev))->pending = 0; \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/picom.c:2013:2: note: in expansion of macro 'ev_init'
 2013 |  ev_init(&ps->unredir_timer, tmout_unredir_callback);
      |  ^~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:737:50: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  737 | # define ev_set_priority(ev,pri)             (   (ev_watcher *)(void *)(ev))->priority = (pri)
      |                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:693:3: note: in expansion of macro 'ev_set_priority'
  693 |   ev_set_priority ((ev), 0);   \
      |   ^~~~~~~~~~~~~~~
../src/picom.c:2013:2: note: in expansion of macro 'ev_init'
 2013 |  ev_init(&ps->unredir_timer, tmout_unredir_callback);
      |  ^~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:744:79: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  744 | # define ev_set_cb(ev,cb_)                   (ev_cb_ (ev) = (cb_), memmove (&((ev_watcher *)(ev))->cb, &ev_cb_ (ev), sizeof (ev_cb_ (ev))))
      |                                                                              ~^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:694:3: note: in expansion of macro 'ev_set_cb'
  694 |   ev_set_cb ((ev), cb_);   \
      |   ^~~~~~~~~
../src/picom.c:2013:2: note: in expansion of macro 'ev_init'
 2013 |  ev_init(&ps->unredir_timer, tmout_unredir_callback);
      |  ^~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:691:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  691 |   ((ev_watcher *)(void *)(ev))->active  = \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:718:51: note: in expansion of macro 'ev_init'
  718 | #define ev_idle_init(ev,cb)                  do { ev_init ((ev), (cb)); ev_idle_set ((ev)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2014:2: note: in expansion of macro 'ev_idle_init'
 2014 |  ev_idle_init(&ps->draw_idle, draw_callback);
      |  ^~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:692:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  692 |   ((ev_watcher *)(void *)(ev))->pending = 0; \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:718:51: note: in expansion of macro 'ev_init'
  718 | #define ev_idle_init(ev,cb)                  do { ev_init ((ev), (cb)); ev_idle_set ((ev)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2014:2: note: in expansion of macro 'ev_idle_init'
 2014 |  ev_idle_init(&ps->draw_idle, draw_callback);
      |  ^~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:737:50: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  737 | # define ev_set_priority(ev,pri)             (   (ev_watcher *)(void *)(ev))->priority = (pri)
      |                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:693:3: note: in expansion of macro 'ev_set_priority'
  693 |   ev_set_priority ((ev), 0);   \
      |   ^~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:718:51: note: in expansion of macro 'ev_init'
  718 | #define ev_idle_init(ev,cb)                  do { ev_init ((ev), (cb)); ev_idle_set ((ev)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2014:2: note: in expansion of macro 'ev_idle_init'
 2014 |  ev_idle_init(&ps->draw_idle, draw_callback);
      |  ^~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:744:79: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  744 | # define ev_set_cb(ev,cb_)                   (ev_cb_ (ev) = (cb_), memmove (&((ev_watcher *)(ev))->cb, &ev_cb_ (ev), sizeof (ev_cb_ (ev))))
      |                                                                              ~^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:694:3: note: in expansion of macro 'ev_set_cb'
  694 |   ev_set_cb ((ev), cb_);   \
      |   ^~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:718:51: note: in expansion of macro 'ev_init'
  718 | #define ev_idle_init(ev,cb)                  do { ev_init ((ev), (cb)); ev_idle_set ((ev)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2014:2: note: in expansion of macro 'ev_idle_init'
 2014 |  ev_idle_init(&ps->draw_idle, draw_callback);
      |  ^~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:691:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  691 |   ((ev_watcher *)(void *)(ev))->active  = \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/picom.c:2016:2: note: in expansion of macro 'ev_init'
 2016 |  ev_init(&ps->fade_timer, fade_timer_callback);
      |  ^~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:692:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  692 |   ((ev_watcher *)(void *)(ev))->pending = 0; \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/picom.c:2016:2: note: in expansion of macro 'ev_init'
 2016 |  ev_init(&ps->fade_timer, fade_timer_callback);
      |  ^~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:737:50: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  737 | # define ev_set_priority(ev,pri)             (   (ev_watcher *)(void *)(ev))->priority = (pri)
      |                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:693:3: note: in expansion of macro 'ev_set_priority'
  693 |   ev_set_priority ((ev), 0);   \
      |   ^~~~~~~~~~~~~~~
../src/picom.c:2016:2: note: in expansion of macro 'ev_init'
 2016 |  ev_init(&ps->fade_timer, fade_timer_callback);
      |  ^~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:744:79: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  744 | # define ev_set_cb(ev,cb_)                   (ev_cb_ (ev) = (cb_), memmove (&((ev_watcher *)(ev))->cb, &ev_cb_ (ev), sizeof (ev_cb_ (ev))))
      |                                                                              ~^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:694:3: note: in expansion of macro 'ev_set_cb'
  694 |   ev_set_cb ((ev), cb_);   \
      |   ^~~~~~~~~
../src/picom.c:2016:2: note: in expansion of macro 'ev_init'
 2016 |  ev_init(&ps->fade_timer, fade_timer_callback);
      |  ^~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:691:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  691 |   ((ev_watcher *)(void *)(ev))->active  = \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:715:51: note: in expansion of macro 'ev_init'
  715 | #define ev_signal_init(ev,cb,signum)         do { ev_init ((ev), (cb)); ev_signal_set ((ev), (signum)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2019:2: note: in expansion of macro 'ev_signal_init'
 2019 |  ev_signal_init(&ps->usr1_signal, reset_enable, SIGUSR1);
      |  ^~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:692:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  692 |   ((ev_watcher *)(void *)(ev))->pending = 0; \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:715:51: note: in expansion of macro 'ev_init'
  715 | #define ev_signal_init(ev,cb,signum)         do { ev_init ((ev), (cb)); ev_signal_set ((ev), (signum)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2019:2: note: in expansion of macro 'ev_signal_init'
 2019 |  ev_signal_init(&ps->usr1_signal, reset_enable, SIGUSR1);
      |  ^~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:737:50: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  737 | # define ev_set_priority(ev,pri)             (   (ev_watcher *)(void *)(ev))->priority = (pri)
      |                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:693:3: note: in expansion of macro 'ev_set_priority'
  693 |   ev_set_priority ((ev), 0);   \
      |   ^~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:715:51: note: in expansion of macro 'ev_init'
  715 | #define ev_signal_init(ev,cb,signum)         do { ev_init ((ev), (cb)); ev_signal_set ((ev), (signum)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2019:2: note: in expansion of macro 'ev_signal_init'
 2019 |  ev_signal_init(&ps->usr1_signal, reset_enable, SIGUSR1);
      |  ^~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:744:79: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  744 | # define ev_set_cb(ev,cb_)                   (ev_cb_ (ev) = (cb_), memmove (&((ev_watcher *)(ev))->cb, &ev_cb_ (ev), sizeof (ev_cb_ (ev))))
      |                                                                              ~^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:694:3: note: in expansion of macro 'ev_set_cb'
  694 |   ev_set_cb ((ev), cb_);   \
      |   ^~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:715:51: note: in expansion of macro 'ev_init'
  715 | #define ev_signal_init(ev,cb,signum)         do { ev_init ((ev), (cb)); ev_signal_set ((ev), (signum)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2019:2: note: in expansion of macro 'ev_signal_init'
 2019 |  ev_signal_init(&ps->usr1_signal, reset_enable, SIGUSR1);
      |  ^~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:691:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  691 |   ((ev_watcher *)(void *)(ev))->active  = \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:715:51: note: in expansion of macro 'ev_init'
  715 | #define ev_signal_init(ev,cb,signum)         do { ev_init ((ev), (cb)); ev_signal_set ((ev), (signum)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2020:2: note: in expansion of macro 'ev_signal_init'
 2020 |  ev_signal_init(&ps->int_signal, exit_enable, SIGINT);
      |  ^~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:692:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  692 |   ((ev_watcher *)(void *)(ev))->pending = 0; \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:715:51: note: in expansion of macro 'ev_init'
  715 | #define ev_signal_init(ev,cb,signum)         do { ev_init ((ev), (cb)); ev_signal_set ((ev), (signum)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2020:2: note: in expansion of macro 'ev_signal_init'
 2020 |  ev_signal_init(&ps->int_signal, exit_enable, SIGINT);
      |  ^~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:737:50: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  737 | # define ev_set_priority(ev,pri)             (   (ev_watcher *)(void *)(ev))->priority = (pri)
      |                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:693:3: note: in expansion of macro 'ev_set_priority'
  693 |   ev_set_priority ((ev), 0);   \
      |   ^~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:715:51: note: in expansion of macro 'ev_init'
  715 | #define ev_signal_init(ev,cb,signum)         do { ev_init ((ev), (cb)); ev_signal_set ((ev), (signum)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2020:2: note: in expansion of macro 'ev_signal_init'
 2020 |  ev_signal_init(&ps->int_signal, exit_enable, SIGINT);
      |  ^~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:744:79: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  744 | # define ev_set_cb(ev,cb_)                   (ev_cb_ (ev) = (cb_), memmove (&((ev_watcher *)(ev))->cb, &ev_cb_ (ev), sizeof (ev_cb_ (ev))))
      |                                                                              ~^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:694:3: note: in expansion of macro 'ev_set_cb'
  694 |   ev_set_cb ((ev), cb_);   \
      |   ^~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:715:51: note: in expansion of macro 'ev_init'
  715 | #define ev_signal_init(ev,cb,signum)         do { ev_init ((ev), (cb)); ev_signal_set ((ev), (signum)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2020:2: note: in expansion of macro 'ev_signal_init'
 2020 |  ev_signal_init(&ps->int_signal, exit_enable, SIGINT);
      |  ^~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:691:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  691 |   ((ev_watcher *)(void *)(ev))->active  = \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:719:51: note: in expansion of macro 'ev_init'
  719 | #define ev_prepare_init(ev,cb)               do { ev_init ((ev), (cb)); ev_prepare_set ((ev)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2038:2: note: in expansion of macro 'ev_prepare_init'
 2038 |  ev_prepare_init(&ps->event_check, handle_queued_x_events);
      |  ^~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:692:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  692 |   ((ev_watcher *)(void *)(ev))->pending = 0; \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:719:51: note: in expansion of macro 'ev_init'
  719 | #define ev_prepare_init(ev,cb)               do { ev_init ((ev), (cb)); ev_prepare_set ((ev)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2038:2: note: in expansion of macro 'ev_prepare_init'
 2038 |  ev_prepare_init(&ps->event_check, handle_queued_x_events);
      |  ^~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:737:50: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  737 | # define ev_set_priority(ev,pri)             (   (ev_watcher *)(void *)(ev))->priority = (pri)
      |                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:693:3: note: in expansion of macro 'ev_set_priority'
  693 |   ev_set_priority ((ev), 0);   \
      |   ^~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:719:51: note: in expansion of macro 'ev_init'
  719 | #define ev_prepare_init(ev,cb)               do { ev_init ((ev), (cb)); ev_prepare_set ((ev)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2038:2: note: in expansion of macro 'ev_prepare_init'
 2038 |  ev_prepare_init(&ps->event_check, handle_queued_x_events);
      |  ^~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:744:79: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  744 | # define ev_set_cb(ev,cb_)                   (ev_cb_ (ev) = (cb_), memmove (&((ev_watcher *)(ev))->cb, &ev_cb_ (ev), sizeof (ev_cb_ (ev))))
      |                                                                              ~^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:694:3: note: in expansion of macro 'ev_set_cb'
  694 |   ev_set_cb ((ev), cb_);   \
      |   ^~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:719:51: note: in expansion of macro 'ev_init'
  719 | #define ev_prepare_init(ev,cb)               do { ev_init ((ev), (cb)); ev_prepare_set ((ev)); } while (0)
      |                                                   ^~~~~~~
../src/picom.c:2038:2: note: in expansion of macro 'ev_prepare_init'
 2038 |  ev_prepare_init(&ps->event_check, handle_queued_x_events);
      |  ^~~~~~~~~~~~~~~
/home/pbulk/build/x11/picom/work/.buildlink/include/ev/ev.h:737:50: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  737 | # define ev_set_priority(ev,pri)             (   (ev_watcher *)(void *)(ev))->priority = (pri)
      |                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/picom.c:2041:2: note: in expansion of macro 'ev_set_priority'
 2041 |  ev_set_priority(&ps->event_check, EV_MINPRI);
      |  ^~~~~~~~~~~~~~~
../src/picom.c: In function 'main':
../src/picom.c:2416:15: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
 2416 |    pid_file = strdup(ps_g->o.write_pid_path);
      |               ^~~~~~
      |               strcmp
../src/picom.c:2416:13: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
 2416 |    pid_file = strdup(ps_g->o.write_pid_path);
      |             ^
[2/30] Compiling C object src/picom.p/win.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/win.c:20:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/win.c:22:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
../src/win.c: In function 'win_update_name':
../src/win.c:625:13: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
  625 |   w->name = strdup(strlst[0]);
      |             ^~~~~~
      |             strcmp
../src/win.c:625:11: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  625 |   w->name = strdup(strlst[0]);
      |           ^
../src/win.c: In function 'win_update_role':
../src/win.c:648:11: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  648 |   w->role = strdup(strlst[0]);
      |           ^
../src/win.c: In function 'win_update_class':
../src/win.c:1729:20: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
 1729 |  w->class_instance = strdup(strlst[0]);
      |                    ^
../src/win.c:1732:20: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
 1732 |   w->class_general = strdup(strlst[1]);
      |                    ^
In file included from ../src/region.h:10,
                 from ../src/config.h:25,
                 from ../src/backend/backend.h:9,
                 from ../src/win.c:20:
In function 'from_x_rects',
    inlined from 'win_update_bounding_shape' at ../src/win.c:1863:19:
../src/utils.h:198:23: warning: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  198 | #define allocchk(ptr) allocchk_(__func__, __FILE__, __LINE__, ptr)
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/utils.h:211:12: note: in expansion of macro 'allocchk'
  211 |   ((type *)allocchk(calloc((size_t)tmp, sizeof(type))));                   \
      |            ^~~~~~~~
../src/region.h:44:16: note: in expansion of macro 'ccalloc'
   44 |  rect_t *ret = ccalloc(nrects, rect_t);
      |                ^~~~~~~
In file included from /usr/include/stdlib.h:40,
                 from ../src/win.c:10:
../src/region.h: In function 'win_update_bounding_shape':
/usr/include/iso/stdlib_iso.h:134:14: note: in a call to allocation function 'calloc' declared here
  134 | extern void *calloc(size_t, size_t);
      |              ^~~~~~
[3/30] Compiling C object src/picom.p/c2.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/c2.c:36:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/c2.c:36:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
../src/c2.c: In function 'c2_parse_target':
../src/c2.c:590:15: warning: implicit declaration of function 'strndup'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  590 |  pleaf->tgt = strndup(&pattern[offset - tgtlen], (size_t)tgtlen);
      |               ^~~~~~~
      |               strncmp
../src/c2.c:590:13: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  590 |  pleaf->tgt = strndup(&pattern[offset - tgtlen], (size_t)tgtlen);
      |             ^
../src/c2.c: In function 'c2_parse_pattern':
../src/c2.c:889:19: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  889 |      char *tstr = strndup(pattern + offset + 1, 2);
      |                   ^~~~~~~
../src/c2.c:911:19: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
  911 |   pleaf->ptnstr = strdup(tptnstr);
      |                   ^~~~~~
      |                   strcmp
../src/c2.c:911:17: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  911 |   pleaf->ptnstr = strdup(tptnstr);
      |                 ^
../src/c2.c: In function 'c2_parse_legacy':
../src/c2.c:1000:16: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
 1000 |  pleaf->ptnstr = strdup(pattern + offset);
      |                ^
../src/c2.c: In function 'c2_match_once_leaf':
../src/c2.c:1467:42: warning: assignment to 'const char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
 1467 |       targets[i] = targets_free_inner[i] = strndup(
      |                                          ^
../src/c2.c:1521:13: warning: implicit declaration of function 'strcasestr'; did you mean 'strstr'? [-Wimplicit-function-declaration]
 1521 |       res = strcasestr(tgt, pleaf->ptnstr);
      |             ^~~~~~~~~~
      |             strstr
../src/c2.c:1528:14: warning: implicit declaration of function 'strncasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
 1528 |       res = !strncasecmp(tgt, pleaf->ptnstr,
      |              ^~~~~~~~~~~
      |              strncmp
[4/30] Compiling C object src/picom.p/x.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/x.c:22:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/x.c:22:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
../src/x.c: In function 'wid_get_text_prop':
../src/x.c:156:17: warning: implicit declaration of function 'strnlen'; did you mean 'strlen'? [-Wimplicit-function-declaration]
  156 |       (uint32_t)strnlen(data + current_offset, length - current_offset) + 1;
      |                 ^~~~~~~
      |                 strlen
../src/x.c:173:6: warning: implicit declaration of function 'posix_memalign' [-Wimplicit-function-declaration]
  173 |  if (posix_memalign(&buf, alignof(char *), length + sizeof(char *) * nstr + 1) != 0) {
      |      ^~~~~~~~~~~~~~
In file included from ../src/common.h:31,
                 from ../src/x.c:22:
../src/x.c: In function 'x_set_picture_clip_region':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/x.c:401:16: note: in expansion of macro 'to_u16_checked'
  401 |       .width = to_u16_checked(rects[i].x2 - rects[i].x1),
      |                ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/x.c:402:17: note: in expansion of macro 'to_u16_checked'
  402 |       .height = to_u16_checked(rects[i].y2 - rects[i].y1),
      |                 ^~~~~~~~~~~~~~
../src/x.c: In function 'x_create_pixmap':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/x.c:554:31: note: in expansion of macro 'to_u16_checked'
  554 |      c, depth, pix, drawable, to_u16_checked(width), to_u16_checked(height));
      |                               ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/x.c:554:54: note: in expansion of macro 'to_u16_checked'
  554 |      c, depth, pix, drawable, to_u16_checked(width), to_u16_checked(height));
      |                                                      ^~~~~~~~~~~~~~
In file included from ../src/backend/gl/glx.h:20,
                 from ../src/x.c:20:
../src/x.c: In function 'x_fetch_region':
../src/utils.h:198:23: warning: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  198 | #define allocchk(ptr) allocchk_(__func__, __FILE__, __LINE__, ptr)
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/utils.h:211:12: note: in expansion of macro 'allocchk'
  211 |   ((type *)allocchk(calloc((size_t)tmp, sizeof(type))));                   \
      |            ^~~~~~~~
../src/x.c:377:11: note: in expansion of macro 'ccalloc'
  377 |  auto b = ccalloc(nrect, pixman_box32_t);
      |           ^~~~~~~
In file included from /usr/include/stdlib.h:40,
                 from ../src/x.c:5:
/usr/include/iso/stdlib_iso.h:134:14: note: in a call to allocation function 'calloc' declared here
  134 | extern void *calloc(size_t, size_t);
      |              ^~~~~~
[5/30] Compiling C object src/picom.p/config.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/config.c:14:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/config.c:14:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
[6/30] Compiling C object src/picom.p/vsync.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/vsync.c:6:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/vsync.c:6:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
[7/30] Compiling C object src/picom.p/utils.c.o
[8/30] Compiling C object src/picom.p/diagnostic.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/diagnostic.c:9:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/diagnostic.c:9:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
[9/30] Compiling C object src/picom.p/string_utils.c.o
../src/string_utils.c: In function 'mstrextend':
../src/string_utils.c:57:12: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
   57 |   *psrc1 = strdup(src2);
      |            ^~~~~~
      |            strcmp
../src/string_utils.c:57:10: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
   57 |   *psrc1 = strdup(src2);
      |          ^
[10/30] Compiling C object src/picom.p/render.c.o
FAILED: src/picom.p/render.c.o 
gcc -Isrc/picom.p -Isrc -I../src -Isubprojects/test.h -I../subprojects/test.h -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/libdrm -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/ev -I/usr/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 '-DCOMPTON_VERSION="v9.1"' -D_GNU_SOURCE -Wall -Wcast-function-type -Wignored-qualifiers -Wmissing-parameter-type -Wnonnull -Wshadow -Wno-type-limits -Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits -Wuninitialized -Wshift-negative-value -Wunused-but-set-parameter -Wunused-parameter -Wimplicit-fallthrough -Wno-missing-braces -Wconversion -Wempty-body -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DCONFIG_LIBCONFIG -DCONFIG_REGEX_PCRE -DCONFIG_REGEX_PCRE_JIT -DCONFIG_OPENGL -DGL_GLEXT_PROTOTYPES -DCONFIG_DBUS -MD -MQ src/picom.p/render.c.o -MF src/picom.p/render.c.o.d -o src/picom.p/render.c.o -c ../src/render.c
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/render.c:12:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/render.c:12:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
../src/render.c: In function 'make_circle':
../src/render.c:194:28: error: 'M_PI' undeclared (first use in this function)
  194 |   y1 = (int)(-radius * cos(M_PI * k / max_ntraps));
      |                            ^~~~
../src/render.c:194:28: note: each undeclared identifier is reported only once for each function it appears in
In file included from ../src/utils.h:4,
                 from ../src/backend/gl/glx.h:20,
                 from ../src/common.h:45,
                 from ../src/render.c:12:
../src/render.c: In function 'render':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:263:18: note: in expansion of macro 'to_u16_checked'
  263 |         .width = to_u16_checked(fullwid),
      |                  ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:264:19: note: in expansion of macro 'to_u16_checked'
  264 |         .height = to_u16_checked(fullhei)};
      |                   ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:284:9: note: in expansion of macro 'to_u16_checked'
  284 |         to_u16_checked(wid), to_u16_checked(hei));
      |         ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:284:30: note: in expansion of macro 'to_u16_checked'
  284 |         to_u16_checked(wid), to_u16_checked(hei));
      |                              ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:300:19: note: in expansion of macro 'to_u16_checked'
  300 |          .width = to_u16_checked(wid),
      |                   ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:301:20: note: in expansion of macro 'to_u16_checked'
  301 |          .height = to_u16_checked(hei)};
      |                    ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:308:20: note: in expansion of macro 'to_u16_checked'
  308 |           0, 0, 0, to_u16_checked(wid),
      |                    ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:309:11: note: in expansion of macro 'to_u16_checked'
  309 |           to_u16_checked(hei));
      |           ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:315:10: note: in expansion of macro 'to_u16_checked'
  315 |          to_u16_checked(wid), to_u16_checked(hei));
      |          ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:315:31: note: in expansion of macro 'to_u16_checked'
  315 |          to_u16_checked(wid), to_u16_checked(hei));
      |                               ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:325:9: note: in expansion of macro 'to_u16_checked'
  325 |         to_u16_checked(wid), to_u16_checked(hei));
      |         ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:325:30: note: in expansion of macro 'to_u16_checked'
  325 |         to_u16_checked(wid), to_u16_checked(hei));
      |                              ^~~~~~~~~~~~~~
../src/render.c: In function 'paint_one':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:438:23: note: in expansion of macro 'to_u16_checked'
  438 |  const uint16_t wid = to_u16_checked(w->widthb);
      |                       ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:439:23: note: in expansion of macro 'to_u16_checked'
  439 |  const uint16_t hei = to_u16_checked(w->heightb);
      |                       ^~~~~~~~~~~~~~
../src/render.c: In function 'win_paint_shadow':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:762:43: note: in expansion of macro 'to_u16_checked'
  762 |                                  .width = to_u16_checked(w->widthb),
      |                                           ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:763:44: note: in expansion of macro 'to_u16_checked'
  763 |                                  .height = to_u16_checked(w->heightb)};
      |                                            ^~~~~~~~~~~~~~
../src/render.c: In function 'win_blur_background':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:871:19: note: in expansion of macro 'to_u16_checked'
  871 |  const auto wid = to_u16_checked(w->widthb);
      |                   ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:872:19: note: in expansion of macro 'to_u16_checked'
  872 |  const auto hei = to_u16_checked(w->heightb);
      |                   ^~~~~~~~~~~~~~
../src/render.c: In function 'paint_all':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1150:22: note: in expansion of macro 'to_u16_checked'
 1150 |     const auto wid = to_u16_checked(w->widthb);
      |                      ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1151:22: note: in expansion of macro 'to_u16_checked'
 1151 |     const auto hei = to_u16_checked(w->heightb);
      |                      ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1171:22: note: in expansion of macro 'to_u16_checked'
 1171 |     const auto wid = to_u16_checked(w->widthb);
      |                      ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1172:22: note: in expansion of macro 'to_u16_checked'
 1172 |     const auto hei = to_u16_checked(w->heightb);
      |                      ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1215:16: note: in expansion of macro 'to_u16_checked'
 1215 |  auto rwidth = to_u16_checked(ps->root_width);
      |                ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1216:17: note: in expansion of macro 'to_u16_checked'
 1216 |  auto rheight = to_u16_checked(ps->root_height);
      |                 ^~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/x11/picom
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/x11/picom