=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xaniroc", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xaniroc-1.02nb4 --- xaniroc.o --- --- xaniroc._man --- --- xaniroc.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c xaniroc.c --- xaniroc._man --- rm -f xaniroc._man if test -z "" ; then cd `dirname xaniroc` && ln -s `basename xaniroc.man` `basename xaniroc._man`; else cpp -undef -D__apploaddir__=/opt/pkg/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/opt/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/opt/pkg/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xaniroc.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xaniroc._man; fi --- xaniroc.o --- xaniroc.c: In function 'main': xaniroc.c:269:32: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 269 | (void) signal(SIGINT, (SIGVAL(*)())cleanup_and_exit); /* interrupt */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void) In file included from /usr/include/signal.h:42, from xaniroc.c:25: /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); | ^~~~~~~~~~~~~ xaniroc.c:270:32: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 270 | (void) signal(SIGQUIT, (SIGVAL(*)())cleanup_and_exit); /* quit */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | 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); | ^~~~~~~~~~~~~ xaniroc.c:271:32: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 271 | (void) signal(SIGTERM, (SIGVAL(*)())cleanup_and_exit); /* kill */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | 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); | ^~~~~~~~~~~~~ *** [xaniroc.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/x11/xaniroc/work/xaniroc bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/x11/xaniroc/work/xaniroc *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xaniroc *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xaniroc