+ 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=39 WRKLOG=/tmp/bulklog/mpc-0.34/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/mpc-0.34/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for mpc-0.34 cd /home/pbulk/build/audio/mpc/work/mpc-0.34 && cd . && /usr/bin/env CMAKE=false USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr PYTHON=/opt/pkg/bin/python3.9 CC=gcc CFLAGS=-pipe\ -fno-aggressive-loop-optimizations\ -pipe\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/pkg/include\ -I/usr/include CPPFLAGS=-I/opt/pkg/include\ -I/usr/include CXX=g++ CXXFLAGS=-pipe\ -fno-aggressive-loop-optimizations\ -pipe\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/pkg/include\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-liconv\ -L/opt/pkg/lib\ -Wl,-R/opt/pkg/lib\ -L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64 LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/audio/mpc/work/.cwrapper/bin:/home/pbulk/build/audio/mpc/work/.buildlink/bin:/home/pbulk/build/audio/mpc/work/.gcc/bin:/home/pbulk/build/audio/mpc/work/.tools/bin:/opt/pkg/bin:/sbin:/usr/sbin:/usr/bin:/opt/tools/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/etc/opt/pkg CXXCPP=cpp HOME=/home/pbulk/build/audio/mpc/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/audio/mpc/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/opt/pkg/bin/bsdinstall\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/opt/pkg/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/opt/pkg/bin/bsdinstall\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/audio/mpc/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/audio/mpc/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/audio/mpc/work/.tools/bin/gdbus-codegen PKG_CONFIG=/home/pbulk/build/audio/mpc/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/audio/mpc/work/.buildlink/lib/amd64/pkgconfig:/home/pbulk/build/audio/mpc/work/.buildlink/lib/pkgconfig:/home/pbulk/build/audio/mpc/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/audio/mpc/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/audio/mpc/work/.cwrapper/config ninja -j 1 -C output ninja: Entering directory `output' [1/28] Compiling C object mpc.p/src_main.c.o [2/28] Compiling C object mpc.p/src_list.c.o [3/28] Compiling C object mpc.p/src_password.c.o [4/28] Compiling C object mpc.p/src_status.c.o [5/28] Compiling C object mpc.p/src_args.c.o ../src/args.c: In function 'stdinToArgArray': ../src/args.c:45:33: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration] 45 | insertInListWithoutKey(&list, strdup(buffer)); | ^~~~~~ | strcmp ../src/args.c:45:33: warning: passing argument 2 of 'insertInListWithoutKey' makes pointer from integer without a cast [-Wint-conversion] 45 | insertInListWithoutKey(&list, strdup(buffer)); | ^~~~~~~~~~~~~~ | | | int In file included from ../src/args.c:23: ../src/list.h:46:49: note: expected 'void *' but argument is of type 'int' 46 | insertInListWithoutKey(struct List *list, void *data); | ~~~~~~^~~~ ../src/args.c: In function 'get_boolean': ../src/args.c:123:7: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration] 123 | if (strcasecmp(arg,bool_table[i].on) == 0) | ^~~~~~~~~~ | strncmp [6/28] Compiling C object mpc.p/src_format.c.o [7/28] Compiling C object mpc.p/src_song_format.c.o ../src/song_format.c: In function 'format_mtime': ../src/song_format.c:43:2: warning: implicit declaration of function 'localtime_r'; did you mean 'localtime'? [-Wimplicit-function-declaration] 43 | localtime_r(&t, &tm); | ^~~~~~~~~~~ | localtime [8/28] Compiling C object mpc.p/src_status_format.c.o [9/28] Compiling C object mpc.p/src_tags.c.o [10/28] Compiling C object mpc.p/src_util.c.o [11/28] Compiling C object mpc.p/src_command.c.o ../src/command.c: In function 'cmd_listall': ../src/command.c:582:15: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration] 582 | char *tmp = strdup(listall); | ^~~~~~ | strcmp ../src/command.c:582:15: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] ../src/command.c: In function 'update_db': ../src/command.c:630:15: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 630 | char *tmp = strdup(update); | ^~~~~~ ../src/command.c: In function 'cmd_single': ../src/command.c:957:7: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration] 957 | if (strcasecmp(argv[0], "once") == 0) | ^~~~~~~~~~ | strncmp [12/28] Compiling C object mpc.p/src_binary.c.o [13/28] Compiling C object mpc.p/src_queue.c.o [14/28] Compiling C object mpc.p/src_output.c.o [15/28] Compiling C object mpc.p/src_sticker.c.o [16/28] Compiling C object mpc.p/src_tab.c.o [17/28] Compiling C object mpc.p/src_idle.c.o [18/28] Compiling C object mpc.p/src_message.c.o [19/28] Compiling C object mpc.p/src_mount.c.o [20/28] Compiling C object mpc.p/src_neighbors.c.o [21/28] Compiling C object mpc.p/src_search.c.o ../src/search.c: In function 'get_search_type': ../src/search.c:47:6: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration] 47 | if (strcasecmp(name, "any") == 0) | ^~~~~~~~~~ | strncmp [22/28] Compiling C object mpc.p/src_options.c.o [23/28] Compiling C object mpc.p/src_path.c.o ../src/path.c: In function 'path_prepare': ../src/path.c:43:21: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration] 43 | music_directory = strdup(pair->value); | ^~~~~~ | strcmp ../src/path.c:43:19: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 43 | music_directory = strdup(pair->value); | ^ [24/28] Compiling C object mpc.p/src_group.c.o [25/28] Compiling C object mpc.p/src_charset.c.o ../src/charset.c: In function 'charset_set2': ../src/charset.c:93:17: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration] 93 | char_conv_to = strdup(to); | ^~~~~~ | strcmp ../src/charset.c:93:15: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 93 | char_conv_to = strdup(to); | ^ ../src/charset.c:94:17: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 94 | char_conv_from = strdup(from); | ^ ../src/charset.c: In function 'deconst_iconv': ../src/charset.c:125:26: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types] 125 | return iconv(cd, deconst.b, inbytesleft, outbuf, outbytesleft); | ~~~~~~~^~ | | | char ** In file included from ../src/charset.c:30: /home/pbulk/build/audio/mpc/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **' 83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); | ~~~~~~~~~~~~~~^~~~~ ../src/charset.c: In function 'charset_conv_strdup': ../src/charset.c:136:14: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 136 | char *ret = strdup(""); | ^~~~~~ ../src/charset.c: In function 'charset_init': ../src/charset.c:186:18: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 186 | locale_charset = strdup(charset); | ^ [26/28] Linking target mpc [27/28] Generating doc/HTML documentation with a custom command WARNING: html_static_path entry '_static' does not exist [28/28] Generating doc/Manpage documentation with a custom command WARNING: html_static_path entry '_static' does not exist *** Please use pkgtools/verifypc to sanity check dependencies.