=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/oneko", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for oneko-1.2nb2 --- oneko.o --- --- oneko._man --- --- oneko.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 -DSHAPE -I/opt/pkg/include -c oneko.c --- oneko._man --- rm -f oneko._man if test -z "" ; then cd `dirname oneko` && ln -s `basename oneko.man` `basename oneko._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" < oneko.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/\@\@$/\\/' >oneko._man; fi --- oneko.o --- oneko.c: In function 'NekoGetDefault': oneko.c:310:1: warning: old-style function definition [-Wold-style-definition] 310 | NekoGetDefault(resource) | ^~~~~~~~~~~~~~ oneko.c: In function 'InitScreen': oneko.c:494:1: warning: old-style function definition [-Wold-style-definition] 494 | InitScreen(DisplayName) | ^~~~~~~~~~ oneko.c:528:8: warning: extra tokens at end of '#endif' directive [-Wendif-labels] 528 | #endif SHAPE | ^~~~~ oneko.c:559:7: warning: extra tokens at end of '#else' directive [-Wendif-labels] 559 | #else SHAPE | ^~~~~ oneko.c:561:8: warning: extra tokens at end of '#endif' directive [-Wendif-labels] 561 | #endif SHAPE | ^~~~~ oneko.c: In function 'SetNekoState': oneko.c:616:1: warning: old-style function definition [-Wold-style-definition] 616 | SetNekoState(SetValue) | ^~~~~~~~~~~~ oneko.c: In function 'DrawNeko': oneko.c:631:1: warning: old-style function definition [-Wold-style-definition] 631 | DrawNeko(x, y, DrawAnime) | ^~~~~~~~ oneko.c:658:8: warning: extra tokens at end of '#endif' directive [-Wendif-labels] 658 | #endif SHAPE | ^~~~~ oneko.c: In function 'RedrawNeko': oneko.c:698:8: warning: extra tokens at end of '#endif' directive [-Wendif-labels] 698 | #endif SHAPE | ^~~~~ oneko.c: In function 'ProcessKeyPress': oneko.c:1004:1: warning: old-style function definition [-Wold-style-definition] 1004 | ProcessKeyPress(theKeyEvent) | ^~~~~~~~~~~~~~~ oneko.c: In function 'GetArguments': oneko.c:1194:1: warning: old-style function definition [-Wold-style-definition] 1194 | GetArguments(argc, argv, theDisplayName) | ^~~~~~~~~~~~ oneko.c: In function 'main': oneko.c:1303:1: warning: old-style function definition [-Wold-style-definition] 1303 | main(argc, argv) | ^~~~ oneko.c:1318:19: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1318 | signal(SIGALRM, NullFunction); | ^~~~~~~~~~~~ | | | void (*)(void) In file included from /usr/include/signal.h:42, from oneko.h:19, from oneko.c:9: /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); | ^~~~~~~~~~~~~ oneko.c:1119:1: note: 'NullFunction' declared here 1119 | NullFunction() | ^~~~~~~~~~~~ oneko.c:1319:18: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1319 | signal(SIGINT, RestoreCursor); | ^~~~~~~~~~~~~ | | | 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); | ^~~~~~~~~~~~~ oneko.c:1132:1: note: 'RestoreCursor' declared here 1132 | RestoreCursor() | ^~~~~~~~~~~~~ oneko.c:1320:19: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1320 | signal(SIGTERM, RestoreCursor); | ^~~~~~~~~~~~~ | | | 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); | ^~~~~~~~~~~~~ oneko.c:1132:1: note: 'RestoreCursor' declared here 1132 | RestoreCursor() | ^~~~~~~~~~~~~ oneko.c:1321:19: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1321 | signal(SIGQUIT, RestoreCursor); | ^~~~~~~~~~~~~ | | | 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); | ^~~~~~~~~~~~~ oneko.c:1132:1: note: 'RestoreCursor' declared here 1132 | RestoreCursor() | ^~~~~~~~~~~~~ *** [oneko.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/x11/oneko/work/oneko bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/x11/oneko/work/oneko *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/oneko *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/oneko