=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/rxvt", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for rxvt-2.7.10nb11 --- all --- --- command.intpro --- --- init.intpro --- --- grkelot.intpro --- --- ptytty.intpro --- --- screen.intpro --- --- command.extpro --- --- grkelot.extpro --- --- init.extpro --- --- logging.extpro --- --- ptytty.extpro --- --- screen.extpro --- --- rxvt.o --- --- command.lo --- --- defaultfont.lo --- --- grkelot.lo --- --- defaultfont.lo --- /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c defaultfont.c --- grkelot.lo --- /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c grkelot.c --- command.lo --- /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c command.c --- rxvt.o --- gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c rxvt.c --- init.lo --- /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c init.c --- defaultfont.lo --- gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c defaultfont.c -o defaultfont.o --- grkelot.lo --- gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c grkelot.c -o grkelot.o --- command.lo --- gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c command.c -o command.o --- init.lo --- gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c init.c -o init.o --- defaultfont.lo --- echo timestamp > defaultfont.lo --- logging.lo --- /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c logging.c --- init.lo --- init.c: In function 'rxvt_run_command': init.c:1310:20: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1310 | signal(SIGHUP, rxvt_Exit_signal); | ^~~~~~~~~~~~~~~~ | | | int (*)(int) In file included from /usr/include/signal.h:42, from init.c:39: /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'int (*)(int)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ In file included from protos.h:22, from rxvt.h:1118, from init.c:35: main.extpro:2:18: note: 'rxvt_Exit_signal' declared here 2 | RETSIGTYPE rxvt_Exit_signal __PROTO((int sig)); | ^~~~~~~~~~~~~~~~ init.c:1314:21: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1314 | signal(SIGQUIT, rxvt_Exit_signal); | ^~~~~~~~~~~~~~~~ | | | int (*)(int) /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'int (*)(int)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ main.extpro:2:18: note: 'rxvt_Exit_signal' declared here 2 | RETSIGTYPE rxvt_Exit_signal __PROTO((int sig)); | ^~~~~~~~~~~~~~~~ init.c:1315:21: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1315 | signal(SIGTERM, rxvt_Exit_signal); | ^~~~~~~~~~~~~~~~ | | | int (*)(int) /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'int (*)(int)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ main.extpro:2:18: note: 'rxvt_Exit_signal' declared here 2 | RETSIGTYPE rxvt_Exit_signal __PROTO((int sig)); | ^~~~~~~~~~~~~~~~ init.c:1316:21: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1316 | signal(SIGCHLD, rxvt_Child_signal); | ^~~~~~~~~~~~~~~~~ | | | int (*)(int) /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'int (*)(int)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ main.extpro:1:18: note: 'rxvt_Child_signal' declared here 1 | RETSIGTYPE rxvt_Child_signal __PROTO((int sig __attribute__((unused)))); | ^~~~~~~~~~~~~~~~~ --- grkelot.lo --- echo timestamp > grkelot.lo --- main.lo --- /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c main.c --- init.lo --- *** [init.lo] Error code 1 bmake[1]: stopped making "all" in /home/pbulk/work/x11/rxvt/work/rxvt-2.7.10/src --- logging.lo --- gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c logging.c -o logging.o --- main.lo --- gcc -DHAVE_CONFIG_H -I/opt/pkg/include -DHAVE_LIBXPM -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSunOS -I/opt/pkg/include -DDEBUG_STRICT -I/opt/pkg/include/X11 -I.. -I. -I. -c main.c -o main.o main.c: In function 'rxvt_Child_signal': main.c:144:21: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 144 | signal(SIGCHLD, rxvt_Child_signal); | ^~~~~~~~~~~~~~~~~ | | | int (*)(int) In file included from /usr/include/signal.h:42, from main.c:37: /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'int (*)(int)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ main.c:130:1: note: 'rxvt_Child_signal' declared here 130 | rxvt_Child_signal(int sig __attribute__((unused))) | ^~~~~~~~~~~~~~~~~ *** [main.lo] Error code 1 bmake[1]: stopped making "all" in /home/pbulk/work/x11/rxvt/work/rxvt-2.7.10/src --- logging.lo --- echo timestamp > logging.lo --- command.lo --- echo timestamp > command.lo bmake[1]: 2 errors bmake[1]: stopped making "all" in /home/pbulk/work/x11/rxvt/work/rxvt-2.7.10/src *** [all] Error code 1 bmake: stopped making "all" in /home/pbulk/work/x11/rxvt/work/rxvt-2.7.10 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/x11/rxvt/work/rxvt-2.7.10 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/rxvt *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/rxvt