+ 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/dict-server-1.13.0/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/dict-server-1.13.0/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for dict-server-1.13.0 /opt/pkg/bin/bison -y -tdv servparse.y; \ cmp -s y.tab.h servparse.h || mv y.tab.h servparse.h; \ cmp -s y.tab.c servparse.c || mv y.tab.c servparse.c; \ rm -f y.tab.h y.tab.c /home/pbulk/build/textproc/dict-server/work/.cwrapper/bin/libtool --tag=CC --mode=compile gcc -c -I/opt/pkg/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. -I. dictd.c -o dictd.o libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. dictd.c -fPIC -DPIC -o .libs/dictd.o dictd.c: In function 'set_locale_and_flags': dictd.c:1389:8: warning: variable 'ascii_mode' set but not used [-Wunused-but-set-variable] 1389 | int ascii_mode; | ^~~~~~~~~~ dictd.c: In function 'dict_get_banner': dictd.c:1160:7: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size 248 [-Wformat-truncation=] 1160 | "%s %s/rf on %s %s", err_program_name(), id_string (), | ^~~~~~~~~~~~~~~~~~~ 1161 | uts.sysname, | ~~~~~~~~~~~ dictd.c:1158:4: note: 'snprintf' output 10 or more bytes (assuming 522) into a destination of size 256 1158 | snprintf( | ^~~~~~~~~ 1159 | longBuffer, 256, | ~~~~~~~~~~~~~~~~ 1160 | "%s %s/rf on %s %s", err_program_name(), id_string (), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1161 | uts.sysname, | ~~~~~~~~~~~~ 1162 | uts.release ); | ~~~~~~~~~~~~~ At top level: dictd.c:346:13: warning: 'unblock_signals' defined but not used [-Wunused-function] 346 | static void unblock_signals (void) | ^~~~~~~~~~~~~~~ dictd.c:335:13: warning: 'block_signals' defined but not used [-Wunused-function] 335 | static void block_signals (void) | ^~~~~~~~~~~~~ libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. dictd.c -o dictd.o >/dev/null 2>&1 /home/pbulk/build/textproc/dict-server/work/.cwrapper/bin/libtool --tag=CC --mode=compile gcc -c -I/opt/pkg/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. -I. daemon.c -o daemon.o libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. daemon.c -fPIC -DPIC -o .libs/daemon.o daemon.c: In function 'daemon_log': daemon.c:134:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 134 | if (!flg_test(LOG_STATS)) return; marker = 'I'; break; | ^~ daemon.c:134:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 134 | if (!flg_test(LOG_STATS)) return; marker = 'I'; break; | ^~~~~~ daemon.c:136:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 136 | if (!flg_test(LOG_SERVER)) return; marker = 'I'; break; | ^~ daemon.c:136:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 136 | if (!flg_test(LOG_SERVER)) return; marker = 'I'; break; | ^~~~~~ daemon.c:138:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 138 | if (!flg_test(LOG_CLIENT)) return; marker = 'C'; break; | ^~ daemon.c:138:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 138 | if (!flg_test(LOG_CLIENT)) return; marker = 'C'; break; | ^~~~~~ daemon.c:140:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 140 | if (!flg_test(LOG_CONNECT)) return; marker = 'K'; break; | ^~ daemon.c:140:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 140 | if (!flg_test(LOG_CONNECT)) return; marker = 'K'; break; | ^~~~~~ daemon.c:142:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 142 | if (!flg_test(LOG_FOUND)) return; marker = 'D'; break; | ^~ daemon.c:142:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 142 | if (!flg_test(LOG_FOUND)) return; marker = 'D'; break; | ^~~~~~ daemon.c:144:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 144 | if (!flg_test(LOG_FOUND)) return; marker = 'M'; break; | ^~ daemon.c:144:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 144 | if (!flg_test(LOG_FOUND)) return; marker = 'M'; break; | ^~~~~~ daemon.c:146:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 146 | if (!flg_test(LOG_NOTFOUND)) return; marker = 'N'; break; | ^~ daemon.c:146:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 146 | if (!flg_test(LOG_NOTFOUND)) return; marker = 'N'; break; | ^~~~~~ daemon.c:148:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 148 | if (!flg_test(LOG_COMMAND)) return; marker = 'T'; break; | ^~ daemon.c:148:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 148 | if (!flg_test(LOG_COMMAND)) return; marker = 'T'; break; | ^~~~~~ daemon.c:150:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 150 | if (!flg_test(LOG_AUTH)) return; marker = 'A'; break; | ^~ daemon.c:150:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 150 | if (!flg_test(LOG_AUTH)) return; marker = 'A'; break; | ^~~~~~ daemon.c: In function 'dict_daemon': daemon.c:1507:20: warning: unused variable 'h' [-Wunused-variable] 1507 | struct hostent *h; | ^ libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. daemon.c -o daemon.o >/dev/null 2>&1 /home/pbulk/build/textproc/dict-server/work/.cwrapper/bin/libtool --tag=CC --mode=compile gcc -c -I/opt/pkg/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. -I. strategy.c -o strategy.o libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. strategy.c -fPIC -DPIC -o .libs/strategy.o libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. strategy.c -o strategy.o >/dev/null 2>&1 /home/pbulk/build/textproc/dict-server/work/.cwrapper/bin/libtool --tag=CC --mode=compile gcc -c -I/opt/pkg/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. -I. net.c -o net.o libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. net.c -fPIC -DPIC -o .libs/net.o libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. net.c -o net.o >/dev/null 2>&1 /opt/pkg/bin/flex servscan.l && mv lex.yy.c servscan.c /home/pbulk/build/textproc/dict-server/work/.cwrapper/bin/libtool --tag=CC --mode=compile gcc -c -I/opt/pkg/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. -I. servparse.c -o servparse.o libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. servparse.c -fPIC -DPIC -o .libs/servparse.o y.tab.c: In function 'yyparse': y.tab.c:1430:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] y.tab.c:1430:16: warning: nested extern declaration of 'yylex' [-Wnested-externs] y.tab.c:2212:7: warning: implicit declaration of function 'yyerror'; did you mean 'yyerrok'? [-Wimplicit-function-declaration] y.tab.c:2212:7: warning: nested extern declaration of 'yyerror' [-Wnested-externs] libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. servparse.c -o servparse.o >/dev/null 2>&1 /home/pbulk/build/textproc/dict-server/work/.cwrapper/bin/libtool --tag=CC --mode=compile gcc -c -I/opt/pkg/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. -I. servscan.c -o servscan.o libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. servscan.c -fPIC -DPIC -o .libs/servscan.o lex.yy.c:2817:16: warning: 'yy_top_state' defined but not used [-Wunused-function] lex.yy.c:2805:17: warning: 'yy_pop_state' defined but not used [-Wunused-function] lex.yy.c:2776:17: warning: 'yy_push_state' defined but not used [-Wunused-function] lex.yy.c:2278:16: warning: 'input' defined but not used [-Wunused-function] lex.yy.c:2227:17: warning: 'yyunput' defined but not used [-Wunused-function] libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. servscan.c -o servscan.o >/dev/null 2>&1 /home/pbulk/build/textproc/dict-server/work/.cwrapper/bin/libtool --tag=CC --mode=compile gcc -c -I/opt/pkg/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. -I. md5.c -o md5.o libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. md5.c -fPIC -DPIC -o .libs/md5.o md5.c: In function 'MD5Final': md5.c:148:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 148 | memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ | ^ libtool: compile: gcc -c -I/home/pbulk/build/textproc/dict-server/work/.buildlink/include -DHAVE_CONFIG_H -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DDICT_PLUGIN_PATH=\"/opt/pkg/libexec/\" -DDICT_DICTIONARY_PATH=\"/opt/pkg/share/dictd/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/opt/pkg/etc/\" -I. md5.c -o md5.o >/dev/null 2>&1 gmake: *** [Makefile:120: md5.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/dict-server *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/dict-server