+ 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/xmove-2.0b2nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xmove-2.0b2nb1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xmove-2.0b2nb1 --- all --- making all in ./xmove... --- decode11.o --- --- linkl.o --- --- print11.o --- --- server.o --- --- decode11.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 -DNeedFunctionPrototypes=1 -DDEBUG -DATOMMAP_LIBPATH=\"/usr/pkg/lib\" -DDL_WOUT_PRAGMA -I/opt/pkg/include -c decode11.c --- linkl.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 -DNeedFunctionPrototypes=1 -DDEBUG -DATOMMAP_LIBPATH=\"/usr/pkg/lib\" -DDL_WOUT_PRAGMA -I/opt/pkg/include -c linkl.c --- print11.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 -DNeedFunctionPrototypes=1 -DDEBUG -DATOMMAP_LIBPATH=\"/usr/pkg/lib\" -DDL_WOUT_PRAGMA -I/opt/pkg/include -c print11.c --- server.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 -DNeedFunctionPrototypes=1 -DDEBUG -DATOMMAP_LIBPATH=\"/usr/pkg/lib\" -DDL_WOUT_PRAGMA -I/opt/pkg/include -c server.c server.c: In function 'XmoveCtrlQuit': server.c:611:6: error: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 611 | close(NewConnFD); | ^~~~~ | pclose server.c:622:13: error: implicit declaration of function 'write'; did you mean 'writev'? [-Wimplicit-function-declaration] 622 | while (write(client->fdd->fd, &retval, 1) == 0); | ^~~~~ | writev *** [server.o] Error code 1 bmake[1]: stopped making "all" in /home/pbulk/build/x11/xmove/work/xmove/xmove --- print11.o --- print11.c: In function 'DestroyWindow': print11.c:1884:11: error: implicit declaration of function 'TagAllDescendants' [-Wimplicit-function-declaration] 1884 | TagAllDescendants(ILong(&buf[4])); | ^~~~~~~~~~~~~~~~~ print11.c:1886:11: error: implicit declaration of function 'DestroyTaggedWindows'; did you mean 'DestroySubwindows'? [-Wimplicit-function-declaration] 1886 | DestroyTaggedWindows(); | ^~~~~~~~~~~~~~~~~~~~ | DestroySubwindows print11.c: In function 'SetSelectionOwner': print11.c:2609:8: error: implicit declaration of function 'AddSelectionToCurrentClient'; did you mean 'AddColormapToCurrentClient'? [-Wimplicit-function-declaration] 2609 | AddSelectionToCurrentClient(temp_selection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | AddColormapToCurrentClient print11.c: In function 'GrabButton': print11.c:2982:3: error: implicit declaration of function 'AddGrabToCurrentClient'; did you mean 'AddGCToCurrentClient'? [-Wimplicit-function-declaration] 2982 | AddGrabToCurrentClient(temp_grab); | ^~~~~~~~~~~~~~~~~~~~~~ | AddGCToCurrentClient print11.c: In function 'UngrabButton': print11.c:3016:3: error: implicit declaration of function 'RemoveGrabButtonFromCurrentClient'; did you mean 'RemoveCursorFromCurrentClient'? [-Wimplicit-function-declaration] 3016 | RemoveGrabButtonFromCurrentClient(IByte(&buf[1]), ILong(&buf[4]), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | RemoveCursorFromCurrentClient print11.c: In function 'UngrabKey': print11.c:3186:3: error: implicit declaration of function 'RemoveGrabKeyFromCurrentClient'; did you mean 'RemoveGCFromCurrentClient'? [-Wimplicit-function-declaration] 3186 | RemoveGrabKeyFromCurrentClient(IByte(&buf[1]), ILong(&buf[4]), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | RemoveGCFromCurrentClient print11.c: In function 'FreePixmap': print11.c:3936:3: error: implicit declaration of function 'RemovePixmapFromCurrentClient'; did you mean 'RemoveColormapFromCurrentClient'? [-Wimplicit-function-declaration] 3936 | RemovePixmapFromCurrentClient(pixmap); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | RemoveColormapFromCurrentClient print11.c: In function 'CopyGC': print11.c:4122:7: error: implicit declaration of function 'ParseGCBitmaskcopy' [-Wimplicit-function-declaration] 4122 | ParseGCBitmaskcopy(temp_gc_src, temp_gc_dst, | ^~~~~~~~~~~~~~~~~~ print11.c: In function 'SetClipRectangles': print11.c:4183:17: error: implicit declaration of function 'SetClipXOrigin'; did you mean 'XSetClipOrigin'? [-Wimplicit-function-declaration] 4183 | SetClipXOrigin(gc, IShort(&buf[8])); | ^~~~~~~~~~~~~~ | XSetClipOrigin print11.c:4184:17: error: implicit declaration of function 'SetClipYOrigin'; did you mean 'XSetClipOrigin'? [-Wimplicit-function-declaration] 4184 | SetClipYOrigin(gc, IShort(&buf[10])); | ^~~~~~~~~~~~~~ | XSetClipOrigin print11.c: In function 'AllocColorReply': print11.c:5091:33: error: implicit declaration of function 'MapColorIndex'; did you mean 'FindColorIndex'? [-Wimplicit-function-declaration] 5091 | ISetLong(&buf[16], MapColorIndex(&index, temps->cmap, Reply)); | ^~~~~~~~~~~~~ | FindColorIndex print11.c: In function 'RecolorCursor': print11.c:5723:3: error: implicit declaration of function 'RecolorCursorFromCurrentClient'; did you mean 'RemoveCursorFromCurrentClient'? [-Wimplicit-function-declaration] 5723 | RecolorCursorFromCurrentClient(xcursor,fg_r,fg_g,fg_b,bg_r,bg_g,bg_b); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | RemoveCursorFromCurrentClient *** [print11.o] Error code 1 bmake[1]: stopped making "all" in /home/pbulk/build/x11/xmove/work/xmove/xmove bmake[1]: 2 errors bmake[1]: stopped making "all" in /home/pbulk/build/x11/xmove/work/xmove/xmove *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/x11/xmove/work/xmove bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/x11/xmove/work/xmove *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xmove *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xmove