+ 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/i2cbd-2.0_BETA5nb6/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/i2cbd-2.0_BETA5nb6/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for i2cbd-2.0_BETA5nb6 --- all --- Making in src --- dispatch.o --- --- globals.o --- --- ipcf.o --- --- main.o --- --- groups.o --- --- users.o --- --- msgs.o --- --- errors.o --- --- dispatch.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -DPREFIX=\"/opt/pkg\" -DPKG_SYSCONFDIR=\"/etc/opt/pkg/icbd\" -I.. -c dispatch.c --- globals.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -DPREFIX=\"/opt/pkg\" -DPKG_SYSCONFDIR=\"/etc/opt/pkg/icbd\" -I.. -c globals.c --- ipcf.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -DPREFIX=\"/opt/pkg\" -DPKG_SYSCONFDIR=\"/etc/opt/pkg/icbd\" -I.. -c ipcf.c --- users.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -DPREFIX=\"/opt/pkg\" -DPKG_SYSCONFDIR=\"/etc/opt/pkg/icbd\" -I.. -c users.c --- main.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -DPREFIX=\"/opt/pkg\" -DPKG_SYSCONFDIR=\"/etc/opt/pkg/icbd\" -I.. -c main.c --- msgs.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -DPREFIX=\"/opt/pkg\" -DPKG_SYSCONFDIR=\"/etc/opt/pkg/icbd\" -I.. -c msgs.c --- groups.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -DPREFIX=\"/opt/pkg\" -DPKG_SYSCONFDIR=\"/etc/opt/pkg/icbd\" -I.. -c groups.c --- errors.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -DPREFIX=\"/opt/pkg\" -DPKG_SYSCONFDIR=\"/etc/opt/pkg/icbd\" -I.. -c errors.c --- main.o --- main.c:9:10: fatal error: db.h: No such file or directory 9 | #include | ^~~~~~ compilation terminated. *** [main.o] Error code 1 bmake[1]: stopped in /home/pbulk/build/chat/i2cbd/work/i2cbd-2.0_BETA5/src --- globals.o --- globals.c:23:16: error: 'MAXHOSTNAMELEN' undeclared here (not in a function); did you mean 'MAXLINKNAMELEN'? 23 | char thishost1[MAXHOSTNAMELEN]; /* our hostname */ | ^~~~~~~~~~~~~~ | MAXLINKNAMELEN --- ipcf.o --- ipcf.c: In function 's_didpoll': ipcf.c:48:4: warning: implicit declaration of function 'snprintf' [-Wimplicit-function-declaration] 48 | snprintf(line, LINE_SIZE, "[KILL] killing %d (%d)", i, S_kill[i]); | ^~~~~~~~ ipcf.c:9:1: note: 'snprintf' is defined in header ''; did you forget to '#include '? 8 | #include "externs.h" +++ |+#include 9 | ipcf.c:48:4: warning: nested extern declaration of 'snprintf' [-Wnested-externs] 48 | snprintf(line, LINE_SIZE, "[KILL] killing %d (%d)", i, S_kill[i]); | ^~~~~~~~ ipcf.c:57:36: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration] 57 | if ((u_tab[j].login == 1) && (strcasecmp(u_tab[j].group,g_tab[i].name) == 0)) | ^~~~~~~~~~ | strncmp ipcf.c:57:36: warning: nested extern declaration of 'strcasecmp' [-Wnested-externs] --- groups.o --- groups.c: In function 'find_group': groups.c:121:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration] 121 | if ( strcasecmp(g_tab[i].name, name) == 0) { | ^~~~~~~~~~ | strncmp groups.c:121:8: warning: nested extern declaration of 'strcasecmp' [-Wnested-externs] groups.c: In function 'fill_group_entry': groups.c:171:9: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 171 | strlcpy(g_tab[n].name, name, MAX_GROUPLEN+1); | ^~~~~~~ | strncpy groups.c:171:9: warning: nested extern declaration of 'strlcpy' [-Wnested-externs] --- ipcf.o --- ipcf.c: In function 's_lost_user': ipcf.c:138:2: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 138 | strlcpy(t_grp, u_tab[n].group, MAX_GROUPLEN+1); | ^~~~~~~ | strncpy ipcf.c:138:2: warning: nested extern declaration of 'strlcpy' [-Wnested-externs] --- users.o --- users.c: In function 'fill_user_entry': users.c:53:2: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 53 | strlcpy(u_tab[n].loginid, loginid, MAX_IDLEN+1); | ^~~~~~~ | strncpy users.c:53:2: warning: nested extern declaration of 'strlcpy' [-Wnested-externs] users.c: In function 'count_users_in_group': users.c:101:7: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration] 101 | if (strcasecmp(u_tab[i].group,group) == 0) { | ^~~~~~~~~~ | strncmp users.c:101:7: warning: nested extern declaration of 'strcasecmp' [-Wnested-externs] --- errors.o --- errors.c: In function 'mdb': errors.c:26:9: warning: implicit declaration of function 'snprintf' [-Wimplicit-function-declaration] 26 | snprintf(tbuf, 512, "%s %s: icbd: %s \n", timebuf, thishost, s); | ^~~~~~~~ errors.c:11:1: note: 'snprintf' is defined in header ''; did you forget to '#include '? 10 | #include "externs.h" +++ |+#include 11 | errors.c:26:9: warning: nested extern declaration of 'snprintf' [-Wnested-externs] 26 | snprintf(tbuf, 512, "%s %s: icbd: %s \n", timebuf, thishost, s); | ^~~~~~~~ --- globals.o --- *** [globals.o] Error code 1 bmake[1]: stopped in /home/pbulk/build/chat/i2cbd/work/i2cbd-2.0_BETA5/src --- errors.o --- errors.c: In function 'error': errors.c:51:2: warning: implicit declaration of function 'vsnprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration] 51 | vsnprintf(buf + 8, LINE_SIZE - 8, s, ap); | ^~~~~~~~~ | vsprintf errors.c:51:2: warning: nested extern declaration of 'vsnprintf' [-Wnested-externs] --- msgs.o --- msgs.c: In function 'openmsg': msgs.c:54:8: warning: implicit declaration of function 'snprintf' [-Wimplicit-function-declaration] 54 | snprintf(line, LINE_SIZE, "%s was auto-booted for spamming.", u_tab[n].nickname); | ^~~~~~~~ msgs.c:20:1: note: 'snprintf' is defined in header ''; did you forget to '#include '? 19 | #include "lookup.h" +++ |+#include 20 | msgs.c:54:8: warning: nested extern declaration of 'snprintf' [-Wnested-externs] 54 | snprintf(line, LINE_SIZE, "%s was auto-booted for spamming.", u_tab[n].nickname); | ^~~~~~~~ msgs.c: In function 'loginmsg': msgs.c:162:3: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 162 | strlcpy(which_group,"1", MAX_NICKLEN+4); | ^~~~~~~ | strncpy msgs.c:162:3: warning: nested extern declaration of 'strlcpy' [-Wnested-externs] msgs.c:167:7: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration] 167 | if ( strcasecmp(fields[3],"w") == 0) { | ^~~~~~~~~~ | strncmp msgs.c:167:7: warning: nested extern declaration of 'strcasecmp' [-Wnested-externs] msgs.c: In function 'cmdmsg': msgs.c:437:7: warning: unused variable 'line' [-Wunused-variable] 437 | char line[LINE_SIZE]; | ^~~~ 2 errors bmake[1]: stopped in /home/pbulk/build/chat/i2cbd/work/i2cbd-2.0_BETA5/src Making in util A failure has been detected in another branch of the parallel make bmake[1]: stopped in /home/pbulk/build/chat/i2cbd/work/i2cbd-2.0_BETA5/util *** [all] Error code 2 bmake: stopped in /home/pbulk/build/chat/i2cbd/work/i2cbd-2.0_BETA5 1 error bmake: stopped in /home/pbulk/build/chat/i2cbd/work/i2cbd-2.0_BETA5 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/chat/i2cbd *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/chat/i2cbd