+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/genecys-client-0.2nb46/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/genecys-client-0.2nb46/work.log => Bootstrap dependency digest>=20211023: found digest-20211023 ===> Building for genecys-client-0.2nb46 Making all in common if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/opt/local/share/genecys"\" -I./include -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -g -O2 -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -MT pngloader.o -MD -MP -MF ".deps/pngloader.Tpo" -c -o pngloader.o pngloader.c; then mv -f ".deps/pngloader.Tpo" ".deps/pngloader.Po"; else rm -f ".deps/pngloader.Tpo"; exit 1; fi pngloader.c: In function 'parse_pngmap8bit': pngloader.c:72:21: warning: pointer targets in passing argument 1 of 'png_sig_cmp' differ in signedness [-Wpointer-sign] 72 | if (png_sig_cmp(header, 0, 8)) | ^~~~~~ | | | char * In file included from /home/pbulk/build/games/genecys-client/work/.buildlink/include/png.h:335, from pngloader.c:32: /home/pbulk/build/games/genecys-client/work/.buildlink/include/png.h:913:50: note: expected 'png_const_bytep' {aka 'const unsigned char *'} but argument is of type 'char *' 913 | PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start, | ~~~~~~~~~~~~~~~~^~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/pngconf.h:287:75: note: in definition of macro 'PNG_FUNCTION' 287 | # define PNG_FUNCTION(type, name, args, attributes) attributes type name args | ^~~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/pngconf.h:301:58: note: in expansion of macro 'PNGARG' 301 | PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \ | ^~~~~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/pngconf.h:311:4: note: in expansion of macro 'PNG_EXPORTA' 311 | PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY) | ^~~~~~~~~~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/png.h:913:1: note: in expansion of macro 'PNG_EXPORT' 913 | PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start, | ^~~~~~~~~~ pngloader.c:63:14: warning: variable 'bit_depth' set but not used [-Wunused-but-set-variable] 63 | png_byte bit_depth; | ^~~~~~~~~ pngloader.c:62:14: warning: variable 'color_type' set but not used [-Wunused-but-set-variable] 62 | png_byte color_type; | ^~~~~~~~~~ pngloader.c:60:9: warning: variable 'number_of_passes' set but not used [-Wunused-but-set-variable] 60 | int number_of_passes, x, y, j; | ^~~~~~~~~~~~~~~~ pngloader.c: In function 'parse_pngmap16bit': pngloader.c:154:21: warning: pointer targets in passing argument 1 of 'png_sig_cmp' differ in signedness [-Wpointer-sign] 154 | if (png_sig_cmp(header, 0, 8)) | ^~~~~~ | | | char * In file included from /home/pbulk/build/games/genecys-client/work/.buildlink/include/png.h:335, from pngloader.c:32: /home/pbulk/build/games/genecys-client/work/.buildlink/include/png.h:913:50: note: expected 'png_const_bytep' {aka 'const unsigned char *'} but argument is of type 'char *' 913 | PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start, | ~~~~~~~~~~~~~~~~^~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/pngconf.h:287:75: note: in definition of macro 'PNG_FUNCTION' 287 | # define PNG_FUNCTION(type, name, args, attributes) attributes type name args | ^~~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/pngconf.h:301:58: note: in expansion of macro 'PNGARG' 301 | PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \ | ^~~~~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/pngconf.h:311:4: note: in expansion of macro 'PNG_EXPORTA' 311 | PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY) | ^~~~~~~~~~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/png.h:913:1: note: in expansion of macro 'PNG_EXPORT' 913 | PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start, | ^~~~~~~~~~ pngloader.c:145:14: warning: variable 'bit_depth' set but not used [-Wunused-but-set-variable] 145 | png_byte bit_depth; | ^~~~~~~~~ pngloader.c:144:14: warning: variable 'color_type' set but not used [-Wunused-but-set-variable] 144 | png_byte color_type; | ^~~~~~~~~~ pngloader.c:142:9: warning: variable 'number_of_passes' set but not used [-Wunused-but-set-variable] 142 | int number_of_passes, x, y; | ^~~~~~~~~~~~~~~~ pngloader.c: In function 'parse_pngRGBA': pngloader.c:236:21: warning: pointer targets in passing argument 1 of 'png_sig_cmp' differ in signedness [-Wpointer-sign] 236 | if (png_sig_cmp(header, 0, 8)) | ^~~~~~ | | | char * In file included from /home/pbulk/build/games/genecys-client/work/.buildlink/include/png.h:335, from pngloader.c:32: /home/pbulk/build/games/genecys-client/work/.buildlink/include/png.h:913:50: note: expected 'png_const_bytep' {aka 'const unsigned char *'} but argument is of type 'char *' 913 | PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start, | ~~~~~~~~~~~~~~~~^~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/pngconf.h:287:75: note: in definition of macro 'PNG_FUNCTION' 287 | # define PNG_FUNCTION(type, name, args, attributes) attributes type name args | ^~~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/pngconf.h:301:58: note: in expansion of macro 'PNGARG' 301 | PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \ | ^~~~~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/pngconf.h:311:4: note: in expansion of macro 'PNG_EXPORTA' 311 | PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY) | ^~~~~~~~~~~ /home/pbulk/build/games/genecys-client/work/.buildlink/include/png.h:913:1: note: in expansion of macro 'PNG_EXPORT' 913 | PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start, | ^~~~~~~~~~ pngloader.c:227:14: warning: variable 'bit_depth' set but not used [-Wunused-but-set-variable] 227 | png_byte bit_depth; | ^~~~~~~~~ pngloader.c:226:14: warning: variable 'color_type' set but not used [-Wunused-but-set-variable] 226 | png_byte color_type; | ^~~~~~~~~~ pngloader.c:224:9: warning: variable 'number_of_passes' set but not used [-Wunused-but-set-variable] 224 | int number_of_passes, y, row_stride, indx; | ^~~~~~~~~~~~~~~~ if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/opt/local/share/genecys"\" -I./include -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -g -O2 -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -MT shstr.o -MD -MP -MF ".deps/shstr.Tpo" -c -o shstr.o shstr.c; then mv -f ".deps/shstr.Tpo" ".deps/shstr.Po"; else rm -f ".deps/shstr.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/opt/local/share/genecys"\" -I./include -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -g -O2 -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -MT stattables.o -MD -MP -MF ".deps/stattables.Tpo" -c -o stattables.o stattables.c; then mv -f ".deps/stattables.Tpo" ".deps/stattables.Po"; else rm -f ".deps/stattables.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/opt/local/share/genecys"\" -I./include -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -g -O2 -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -MT timers.o -MD -MP -MF ".deps/timers.Tpo" -c -o timers.o timers.c; then mv -f ".deps/timers.Tpo" ".deps/timers.Po"; else rm -f ".deps/timers.Tpo"; exit 1; fi timers.c: In function 'time_action': timers.c:136:12: warning: '0' flag ignored with precision and '%d' gnu_printf format [-Wformat=] 136 | printf("TOOK: %ld.%0.6ld\n", diff.tv_sec, diff.tv_usec); | ^~~~~~~~~~~~~~~~~~~~ if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/opt/local/share/genecys"\" -I./include -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -g -O2 -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi utils.c: In function 'LOG': utils.c:97:9: error: too few arguments to function 'ctime_r' 97 | t = ctime_r(&now, t); /* cut the day off */ | ^~~~~~~ In file included from utils.c:28: /usr/include/time.h:281:14: note: declared here 281 | extern char *ctime_r(const time_t *, char *, int); | ^~~~~~~ *** [utils.o] Error code 1 bmake[1]: stopped in /home/pbulk/build/games/genecys-client/work/genecys-0.2/common 1 error bmake[1]: stopped in /home/pbulk/build/games/genecys-client/work/genecys-0.2/common *** [all-recursive] Error code 1 bmake: stopped in /home/pbulk/build/games/genecys-client/work/genecys-0.2 1 error bmake: stopped in /home/pbulk/build/games/genecys-client/work/genecys-0.2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/games/genecys-client *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/games/genecys-client