+ 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/xquote-2.6.10nb4/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xquote-2.6.10nb4/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xquote-2.6.10nb4 --- about.o --- --- color.o --- --- fileXq.o --- --- help.o --- --- about.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include/X11 -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSHAPE -DXQUOTE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c about.c --- color.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include/X11 -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSHAPE -DXQUOTE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c color.c --- fileXq.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include/X11 -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSHAPE -DXQUOTE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c fileXq.c --- help.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include/X11 -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSHAPE -DXQUOTE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c help.c --- fileXq.o --- fileXq.c: In function 'fileCB': fileXq.c:102:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 102 | int menu_pos = (int)client; | ^ --- optdetail.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include/X11 -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSHAPE -DXQUOTE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c optdetail.c --- fileXq.o --- fileXq.c:121:17: error: implicit declaration of function 'workNet' [-Wimplicit-function-declaration] 121 | workNet(7); | ^~~~~~~ fileXq.c:209:17: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 209 | exit (0); | ^~~~ fileXq.c:44:1: note: include '' or provide a declaration of 'exit' 43 | #include "xutil.h" +++ |+#include 44 | fileXq.c:209:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 209 | exit (0); | ^~~~ fileXq.c:209:17: note: include '' or provide a declaration of 'exit' --- option.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include/X11 -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSHAPE -DXQUOTE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c option.c --- fileXq.o --- *** [fileXq.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/finance/xquote/work/xquote-2.6.10 --- optdetail.o --- optdetail.c: In function 'popupDetailCB': optdetail.c:195:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 195 | switch ((int)menu_pos) { | ^ optdetail.c:248:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 248 | (int)menu_pos, CurrentRow); | ^ optdetail.c: In function 'detailUpdateMainWindow': optdetail.c:514:17: error: implicit declaration of function 'write_lastupdate_line'; did you mean 'write_status_line'? [-Wimplicit-function-declaration] 514 | write_lastupdate_line(line); | ^~~~~~~~~~~~~~~~~~~~~ | write_status_line optdetail.c: In function 'procDetail': optdetail.c:618:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 618 | switch ((int)which) { | ^ --- option.o --- option.c: In function 'popupCB': option.c:244:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 244 | fileCB (w, (XtPointer)menu_pos, call_data); | ^ option.c:247:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 247 | case 12: aboutCB (w, (XtPointer)menu_pos, call_data); | ^ option.c:250:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 250 | case 13: helpCB (w, (XtPointer)menu_pos, call_data); | ^ --- optdetail.o --- optdetail.c: In function 'createDetailDialog': optdetail.c:718:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 718 | (XtPointer)num); | ^ optdetail.c: In function 'WebServerOptionCB': optdetail.c:821:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 821 | int ix = (int)client; /* This is the line number in the menu */ | ^ optdetail.c: In function 'TickerTypeOptionCB': optdetail.c:836:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 836 | int ix = (int)client; /* This is the line number in the menu */ | ^ optdetail.c: In function 'PlaceTickerTypeOption': optdetail.c:889:75: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 889 | XtAddCallback(w, XmNactivateCallback, TickerTypeOptionCB, (XtPointer)i); | ^ optdetail.c: In function 'CreateWebserverOption': optdetail.c:918:74: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 918 | XtAddCallback(w, XmNactivateCallback, WebServerOptionCB, (XtPointer)i); | ^ optdetail.c: In function 'LeaveCellCB': optdetail.c:1032:17: error: implicit declaration of function 'tickSetName'; did you mean 'tickGetName'? [-Wimplicit-function-declaration] 1032 | tickSetName(cbp->row, cbp->value); | ^~~~~~~~~~~ | tickGetName *** [optdetail.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/finance/xquote/work/xquote-2.6.10 bmake: 2 errors bmake: stopped making "all" in /home/pbulk/build/finance/xquote/work/xquote-2.6.10 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/finance/xquote *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/finance/xquote