=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/wm/glazier", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for glazier-1.1 --- config.h --- --- ewmh.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -Wextra -pedantic -g -I/opt/pkg/include -I./libwm -c ewmh.c --- config.h --- cp config.def.h config.h --- glazier.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -Wextra -pedantic -g -I/opt/pkg/include -I./libwm -c glazier.c --- ewmh.o --- ewmh.c: In function 'main': ewmh.c:357:25: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 357 | signal(SIGINT, cleanup); | ^~~~~~~ | | | void (*)(void) In file included from /usr/include/signal.h:42, from ewmh.c:1: /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ ewmh.c:101:1: note: 'cleanup' declared here 101 | cleanup() | ^~~~~~~ ewmh.c:358:25: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 358 | signal(SIGTERM, cleanup); | ^~~~~~~ | | | void (*)(void) /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ ewmh.c:101:1: note: 'cleanup' declared here 101 | cleanup() | ^~~~~~~ *** [ewmh.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/wm/glazier/work/glazier-1.1 --- glazier.o --- In function 'backpixel', inlined from 'paint' at glazier.c:216:11: glazier.c:164:12: warning: 'color' may be used uninitialized [-Wmaybe-uninitialized] 164 | if (!color) { | ^ glazier.c: In function 'paint': glazier.c:155:18: note: 'color' was declared here 155 | uint32_t color; | ^~~~~ bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/wm/glazier/work/glazier-1.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/glazier *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/glazier