+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/x2x-1.27nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/x2x-1.27nb2/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for x2x-1.27nb2 --- lawyerese.o --- --- x2x.o --- --- format.o --- --- x2x._man --- --- lawyerese.o --- gcc -O -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c lawyerese.c --- x2x.o --- gcc -O -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c x2x.c --- x2x._man --- rm -f x2x._man if test -z "" ; then cd `dirname x2x` && ln -s `basename x2x.man` `basename x2x._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" < x2x.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/\@\@$/\\/' >x2x._man; fi --- format.o --- gcc -O -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c format.c --- x2x.o --- x2x.c:239:1: error: return type defaults to 'int' [-Wimplicit-int] 239 | main(argc, argv) | ^~~~ x2x.c: In function 'main': x2x.c:265:5: error: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] 265 | sleep(10); | ^~~~~ x2x.c: In function 'CheckTestExtension': x2x.c:481:11: error: implicit declaration of function 'XTestQueryExtension'; did you mean 'XQueryExtension'? [-Wimplicit-function-declaration] 481 | return (XTestQueryExtension(dpy, &eventb, &errorb, &vmajor, &vminor)); | ^~~~~~~~~~~~~~~~~~~ | XQueryExtension x2x.c: In function 'DoX2X': x2x.c:507:10: error: implicit declaration of function 'getdtablesize' [-Wimplicit-function-declaration] 507 | nfds = getdtablesize(); | ^~~~~~~~~~~~~ x2x.c: In function 'InitDpyInfo': x2x.c:802:5: error: implicit declaration of function 'XTestGrabControl' [-Wimplicit-function-declaration] 802 | XTestGrabControl(pShadow->dpy, True); /* impervious to grabs! */ | ^~~~~~~~~~~~~~~~ x2x.c: In function 'ProcessMotionNotify': x2x.c:1005:5: error: implicit declaration of function 'XTestFakeMotionEvent'; did you mean 'XGetMotionEvents'? [-Wimplicit-function-declaration] 1005 | XTestFakeMotionEvent(pShadow->dpy, toScreenNum, toX, | ^~~~~~~~~~~~~~~~~~~~ | XGetMotionEvents x2x.c: In function 'ProcessButtonPress': x2x.c:1069:7: error: implicit declaration of function 'XTestFakeButtonEvent' [-Wimplicit-function-declaration] 1069 | XTestFakeButtonEvent(pShadow->dpy, toButton, True, 0); | ^~~~~~~~~~~~~~~~~~~~ x2x.c: In function 'ProcessKeyEvent': x2x.c:1172:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1172 | keysym = XKeycodeToKeysym(pDpyInfo->fromDpy, pEv->keycode, 0); | ^~~~~~ In file included from x2x.c:43: /home/pbulk/build/x11/x2x/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ x2x.c:1182:9: error: implicit declaration of function 'XTestFakeKeyEvent' [-Wimplicit-function-declaration] 1182 | XTestFakeKeyEvent(pShadow->dpy, keycode, True, 0); | ^~~~~~~~~~~~~~~~~ x2x.c: In function 'FakeAction': x2x.c:1457:13: error: type of 'type' defaults to 'int' [-Wimplicit-int] 1457 | static void FakeAction(pDpyInfo, type, thing, bDown) | ^~~~~~~~~~ *** [x2x.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/x11/x2x/work/x2x-1.27 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/x11/x2x/work/x2x-1.27 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/x2x *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/x2x