+ 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/libretro-sameboy-0.15.8/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libretro-sameboy-0.15.8/work.log ===> Building for libretro-sameboy-0.15.8 gcc -c -o..//build/obj/Core/gb_libretro.c.o ..//Core/gb.c -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -DGIT_VERSION=\"-pkgsrc\" -O2 -DNDEBUG -DGB_DISABLE_TIMEKEEPING -DGB_DISABLE_REWIND -DGB_DISABLE_DEBUGGER -DGB_DISABLE_CHEATS -DGB_VERSION=\"0.15.8\" -D__LIBRETRO__ -fPIC -I../ -std=gnu11 -D_GNU_SOURCE -D_USE_MATH_DEFINES -fPIC -DGB_INTERNAL In file included from ..//Core/gb.h:10, from ..//Core/gb.c:13: ..//Core/save_state.h: In function 'state_magic': ..//Core/save_state.h:39:35: warning: multi-character character constant [-Wmultichar] 39 | if (sizeof(bool) == 1) return 'SAME'; | ^~~~~~ ..//Core/save_state.h:40:12: warning: multi-character character constant [-Wmultichar] 40 | return 'S4ME'; | ^~~~~~ ..//Core/gb.c: In function 'GB_load_gbs_from_buffer': ..//Core/gb.c:414:47: warning: multi-character character constant [-Wmultichar] 414 | if (gb->gbs_header.magic != BE32('GBS\x01') || | ^ ..//Core/gb.c: In function 'GB_load_isx': ..//Core/gb.c:522:55: warning: multi-character character constant [-Wmultichar] 522 | bool extended = *(uint32_t *)&magic == BE32('ISX '); | ^ ..//Core/gb.c: In function 'fill_tpp1_save_data': ..//Core/gb.c:789:30: warning: multi-character character constant [-Wmultichar] 789 | data->magic = BE32('TPP1'); | ^ ..//Core/gb.c: In function 'GB_reset_internal': ..//Core/gb.c:1665:27: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 1665 | preserved_state = alloca(sizeof(*preserved_state)); | ^~~~~~ ..//Core/gb.c:1665:27: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] gmake: *** [Makefile:364: ..//build/obj/Core/gb_libretro.c.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/libretro-sameboy *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/libretro-sameboy