+ 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/prboom-2.5.0nb3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/prboom-2.5.0nb3/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for prboom-2.5.0nb3 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in doc Making all in data Making all in src --- all-recursive --- Making all in SDL --- i_main.o --- --- i_network.o --- --- i_video.o --- --- i_sound.o --- --- i_main.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -Wall -Wno-unused -Wno-switch -march=native -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../../src -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT i_main.o -MD -MP -MF .deps/i_main.Tpo -c -o i_main.o i_main.c --- i_video.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -Wall -Wno-unused -Wno-switch -march=native -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../../src -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT i_video.o -MD -MP -MF .deps/i_video.Tpo -c -o i_video.o i_video.c --- i_network.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -Wall -Wno-unused -Wno-switch -march=native -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../../src -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT i_network.o -MD -MP -MF .deps/i_network.Tpo -c -o i_network.o i_network.c --- i_sound.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -Wall -Wno-unused -Wno-switch -march=native -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../../src -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT i_sound.o -MD -MP -MF .deps/i_sound.Tpo -c -o i_sound.o i_sound.c --- i_main.o --- i_main.c: In function 'main': i_main.c:359:10: error: assignment to 'const char * const*' from incompatible pointer type 'char **' [-Wincompatible-pointer-types] 359 | myargv = argv; | ^ *** [i_main.o] Error code 1 bmake[3]: stopped making "all" in /home/pbulk/build/games/prboom/work/prboom-2.5.0/src/SDL --- i_video.o --- i_video.c: In function 'I_CalculateRes': i_video.c:519:27: warning: pointer targets in passing argument 1 of 'I_ClosestResolution' differ in signedness [-Wpointer-sign] 519 | I_ClosestResolution(&width, &height, SDL_OPENGL|SDL_FULLSCREEN); | ^~~~~~ | | | unsigned int * i_video.c:453:39: note: expected 'int *' but argument is of type 'unsigned int *' 453 | static void I_ClosestResolution (int *width, int *height, int flags) | ~~~~~^~~~~ i_video.c:519:35: warning: pointer targets in passing argument 2 of 'I_ClosestResolution' differ in signedness [-Wpointer-sign] 519 | I_ClosestResolution(&width, &height, SDL_OPENGL|SDL_FULLSCREEN); | ^~~~~~~ | | | unsigned int * i_video.c:453:51: note: expected 'int *' but argument is of type 'unsigned int *' 453 | static void I_ClosestResolution (int *width, int *height, int flags) | ~~~~~^~~~~~ i_video.c: In function 'I_SkipFrame': i_video.c:281:8: warning: this statement may fall through [-Wimplicit-fallthrough=] 281 | if (!paused) | ^ i_video.c:283:3: note: here 283 | default: | ^~~~~~~ --- i_network.o --- mv -f .deps/i_network.Tpo .deps/i_network.Po --- i_video.o --- mv -f .deps/i_video.Tpo .deps/i_video.Po --- i_sound.o --- mv -f .deps/i_sound.Tpo .deps/i_sound.Po bmake[3]: 1 error bmake[3]: stopped making "all" in /home/pbulk/build/games/prboom/work/prboom-2.5.0/src/SDL bmake[2]: stopped making "all" in /home/pbulk/build/games/prboom/work/prboom-2.5.0/src bmake[1]: stopped making "all-recursive" in /home/pbulk/build/games/prboom/work/prboom-2.5.0 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/games/prboom/work/prboom-2.5.0 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/games/prboom/work/prboom-2.5.0 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/prboom *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/prboom