+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=313 WRKLOG=/tmp/bulklog/mpc-0.35/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=313 WRKLOG=/tmp/bulklog/mpc-0.35/work.log ===> Building for mpc-0.35 ninja: Entering directory `output' [1/29] Compiling C object mpc.p/src_password.c.o [2/29] Compiling C object mpc.p/src_list.c.o [3/29] Compiling C object mpc.p/src_status.c.o [4/29] Compiling C object mpc.p/src_args.c.o FAILED: [code=1] mpc.p/src_args.c.o gcc -Impc.p -I. -I.. -I../src -I/opt/pkg/include -I/usr/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 -D_GNU_SOURCE -fvisibility=hidden -Wcast-qual -Wdouble-promotion -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wstrict-prototypes -Wunused -Wstrict-prototypes -Wvla -Wwrite-strings -Wno-deprecated-declarations -ffunction-sections -fdata-sections -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MD -MQ mpc.p/src_args.c.o -MF mpc.p/src_args.c.o.d -o mpc.p/src_args.c.o -c ../src/args.c ../src/args.c: In function 'stdinToArgArray': ../src/args.c:31:47: error: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration] 31 | insertInListWithoutKey(&list, strdup(buffer)); | ^~~~~~ | strcmp ../src/args.c:31:47: error: passing argument 2 of 'insertInListWithoutKey' makes pointer from integer without a cast [-Wint-conversion] 31 | insertInListWithoutKey(&list, strdup(buffer)); | ^~~~~~~~~~~~~~ | | | int In file included from ../src/args.c:6: ../src/list.h:29:49: note: expected 'void *' but argument is of type 'int' 29 | insertInListWithoutKey(struct List *list, void *data); | ~~~~~~^~~~ ../src/args.c: In function 'stdinAndPreambleToArgArray': ../src/args.c:55:39: error: passing argument 2 of 'insertInListWithoutKey' makes pointer from integer without a cast [-Wint-conversion] 55 | insertInListWithoutKey(&list, strdup(preamble)); | ^~~~~~~~~~~~~~~~ | | | int ../src/list.h:29:49: note: expected 'void *' but argument is of type 'int' 29 | insertInListWithoutKey(struct List *list, void *data); | ~~~~~~^~~~ ../src/args.c:63:47: error: passing argument 2 of 'insertInListWithoutKey' makes pointer from integer without a cast [-Wint-conversion] 63 | insertInListWithoutKey(&list, strdup(buffer)); | ^~~~~~~~~~~~~~ | | | int ../src/list.h:29:49: note: expected 'void *' but argument is of type 'int' 29 | insertInListWithoutKey(struct List *list, void *data); | ~~~~~~^~~~ ../src/args.c: In function 'get_boolean': ../src/args.c:152:21: error: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration] 152 | if (strcasecmp(arg,bool_table[i].on) == 0) | ^~~~~~~~~~ | strncmp [5/29] Compiling C object mpc.p/src_main.c.o [6/29] Compiling C object mpc.p/src_song_format.c.o FAILED: [code=1] mpc.p/src_song_format.c.o gcc -Impc.p -I. -I.. -I../src -I/opt/pkg/include -I/usr/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 -D_GNU_SOURCE -fvisibility=hidden -Wcast-qual -Wdouble-promotion -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wstrict-prototypes -Wunused -Wstrict-prototypes -Wvla -Wwrite-strings -Wno-deprecated-declarations -ffunction-sections -fdata-sections -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MD -MQ mpc.p/src_song_format.c.o -MF mpc.p/src_song_format.c.o.d -o mpc.p/src_song_format.c.o -c ../src/song_format.c ../src/song_format.c: In function 'format_mtime': ../src/song_format.c:27:9: error: implicit declaration of function 'localtime_r'; did you mean 'localtime'? [-Wimplicit-function-declaration] 27 | localtime_r(&t, &tm); | ^~~~~~~~~~~ | localtime [7/29] Compiling C object mpc.p/src_format.c.o ninja: build stopped: subcommand failed. *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/mpc *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/mpc