+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ipa-2.1.2/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ipa-2.1.2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for ipa-2.1.2 Making all in man Making all in ru.KOI8-R Making all in src /opt/local/bin/bmake all-am gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipastat-confcommon.o -MD -MP -MF .deps/ipastat-confcommon.Tpo -c -o ipastat-confcommon.o `test -f 'confcommon.c' || echo './'`confcommon.c mv -f .deps/ipastat-confcommon.Tpo .deps/ipastat-confcommon.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipastat-memfunc.o -MD -MP -MF .deps/ipastat-memfunc.Tpo -c -o ipastat-memfunc.o `test -f 'memfunc.c' || echo './'`memfunc.c mv -f .deps/ipastat-memfunc.Tpo .deps/ipastat-memfunc.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipastat-parser.o -MD -MP -MF .deps/ipastat-parser.Tpo -c -o ipastat-parser.o `test -f 'parser.c' || echo './'`parser.c mv -f .deps/ipastat-parser.Tpo .deps/ipastat-parser.Po gcc -DHAVE_CONFIG_H -I. -DWITH_MEMFUNC_STAT -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipa-confcommon.o -MD -MP -MF .deps/ipa-confcommon.Tpo -c -o ipa-confcommon.o `test -f 'confcommon.c' || echo './'`confcommon.c mv -f .deps/ipa-confcommon.Tpo .deps/ipa-confcommon.Po gcc -DHAVE_CONFIG_H -I. -DWITH_MEMFUNC_STAT -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipa-memfunc.o -MD -MP -MF .deps/ipa-memfunc.Tpo -c -o ipa-memfunc.o `test -f 'memfunc.c' || echo './'`memfunc.c mv -f .deps/ipa-memfunc.Tpo .deps/ipa-memfunc.Po gcc -DHAVE_CONFIG_H -I. -DWITH_MEMFUNC_STAT -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipa-parser.o -MD -MP -MF .deps/ipa-parser.Tpo -c -o ipa-parser.o `test -f 'parser.c' || echo './'`parser.c mv -f .deps/ipa-parser.Tpo .deps/ipa-parser.Po gcc -DHAVE_CONFIG_H -I. -DWITH_MEMFUNC_STAT -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipa-ipa.o -MD -MP -MF .deps/ipa-ipa.Tpo -c -o ipa-ipa.o `test -f 'ipa.c' || echo './'`ipa.c In function 'run_opt_cmds', inlined from 'main' at ipa.c:1358:11: ipa.c:987:36: warning: 'sublimit' may be used uninitialized [-Wmaybe-uninitialized] 987 | cmds_limit = &sublimit->rc[RC_STARTUP]; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ipa.c: In function 'main': ipa.c:824:32: note: 'sublimit' was declared here 824 | const struct sublimit *sublimit; | ^~~~~~~~ In function 'run_opt_cmds', inlined from 'main' at ipa.c:1358:11: ipa.c:1025:36: warning: 'limit' may be used uninitialized [-Wmaybe-uninitialized] 1025 | cmds_limit = &limit->rc[RC_SHUTDOWN]; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ipa.c: In function 'main': ipa.c:818:29: note: 'limit' was declared here 818 | const struct limit *limit; | ^~~~~ In function 'run_opt_cmds', inlined from 'main' at ipa.c:1358:11: ipa.c:1089:35: warning: 'rule' may be used uninitialized [-Wmaybe-uninitialized] 1089 | cmds_rule = &rule->rc[RC_SHUTDOWN]; | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ipa.c: In function 'main': ipa.c:813:28: note: 'rule' was declared here 813 | const struct rule *rule; | ^~~~ In function 'run_opt_cmds', inlined from 'main' at ipa.c:1358:11: ipa.c:1070:38: warning: 'threshold' may be used uninitialized [-Wmaybe-uninitialized] 1070 | cmds = &threshold->below_thr; | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ipa.c: In function 'main': ipa.c:828:33: note: 'threshold' was declared here 828 | const struct threshold *threshold; | ^~~~~~~~~ mv -f .deps/ipa-ipa.Tpo .deps/ipa-ipa.Po gcc -DHAVE_CONFIG_H -I. -DWITH_MEMFUNC_STAT -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipa-ipa_ac.o -MD -MP -MF .deps/ipa-ipa_ac.Tpo -c -o ipa-ipa_ac.o `test -f 'ipa_ac.c' || echo './'`ipa_ac.c mv -f .deps/ipa-ipa_ac.Tpo .deps/ipa-ipa_ac.Po gcc -DHAVE_CONFIG_H -I. -DWITH_MEMFUNC_STAT -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipa-ipa_autorules.o -MD -MP -MF .deps/ipa-ipa_autorules.Tpo -c -o ipa-ipa_autorules.o `test -f 'ipa_autorules.c' || echo './'`ipa_autorules.c mv -f .deps/ipa-ipa_autorules.Tpo .deps/ipa-ipa_autorules.Po gcc -DHAVE_CONFIG_H -I. -DWITH_MEMFUNC_STAT -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipa-ipa_cmd.o -MD -MP -MF .deps/ipa-ipa_cmd.Tpo -c -o ipa-ipa_cmd.o `test -f 'ipa_cmd.c' || echo './'`ipa_cmd.c mv -f .deps/ipa-ipa_cmd.Tpo .deps/ipa-ipa_cmd.Po gcc -DHAVE_CONFIG_H -I. -DWITH_MEMFUNC_STAT -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipa-ipa_conf.o -MD -MP -MF .deps/ipa-ipa_conf.Tpo -c -o ipa-ipa_conf.o `test -f 'ipa_conf.c' || echo './'`ipa_conf.c ipa_conf.c: In function 'parse_generic_worktime': ipa_conf.c:1766:24: warning: 'strchr' argument missing terminating nul [-Wstringop-overread] 1766 | wday = strchr(wdays_short, *ptr) - wdays_short; | ^~~~~~~~~~~~~~~~~~~~~~~~~ ipa_conf.c:1742:19: note: referenced argument declared here 1742 | static const char wdays_short[DAYS_IN_WEEK] = { | ^~~~~~~~~~~ mv -f .deps/ipa-ipa_conf.Tpo .deps/ipa-ipa_conf.Po gcc -DHAVE_CONFIG_H -I. -DWITH_MEMFUNC_STAT -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -Wall -Wformat -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ipa-ipa_ctl.o -MD -MP -MF .deps/ipa-ipa_ctl.Tpo -c -o ipa-ipa_ctl.o `test -f 'ipa_ctl.c' || echo './'`ipa_ctl.c ipa_ctl.c: In function 'init_ctl': ipa_ctl.c:383:21: error: 'struct msghdr' has no member named 'msg_control' 383 | query_msghdr.msg_control = NULL; | ^ ipa_ctl.c:384:21: error: 'struct msghdr' has no member named 'msg_controllen' 384 | query_msghdr.msg_controllen = 0; | ^ *** [ipa-ipa_ctl.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/sysutils/ipa/work/ipa-2.1.2/src 1 error bmake[2]: stopped in /home/pbulk/build/sysutils/ipa/work/ipa-2.1.2/src *** [all] Error code 2 bmake[1]: stopped in /home/pbulk/build/sysutils/ipa/work/ipa-2.1.2/src 1 error bmake[1]: stopped in /home/pbulk/build/sysutils/ipa/work/ipa-2.1.2/src *** [all-recursive] Error code 1 bmake: stopped in /home/pbulk/build/sysutils/ipa/work/ipa-2.1.2 1 error bmake: stopped in /home/pbulk/build/sysutils/ipa/work/ipa-2.1.2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2022Q4-x86_64/sysutils/ipa *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-2022Q4-x86_64/sysutils/ipa