+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ezmlm-0.53nb2/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ezmlm-0.53nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for ezmlm-0.53nb2 --- auto-ccld.sh --- ( cat warn-auto.sh; echo CC=\'`head -1 conf-cc`\'; echo LD=\'`head -1 conf-ld`\' ) > auto-ccld.sh --- find-systype --- --- make-compile --- --- find-systype --- cat auto-ccld.sh find-systype.sh > find-systype --- make-compile --- cat auto-ccld.sh make-compile.sh > make-compile --- find-systype --- chmod 755 find-systype --- make-compile --- chmod 755 make-compile --- make-load --- --- make-makelib --- --- make-load --- cat auto-ccld.sh make-load.sh > make-load --- make-makelib --- cat auto-ccld.sh make-makelib.sh > make-makelib --- make-load --- chmod 755 make-load --- make-makelib --- chmod 755 make-makelib --- systype --- ./find-systype > systype --- compile --- --- load --- --- compile --- ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > compile --- load --- ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load --- compile --- chmod 755 compile --- makelib --- --- load --- chmod 755 load --- makelib --- ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > makelib --- alloc.o --- ./compile alloc.c --- makelib --- chmod 755 makelib --- alloc_re.o --- ./compile alloc_re.c --- alloc.o --- alloc.c:3:14: warning: conflicting types for built-in function 'malloc'; expected 'void *(long unsigned int)' [-Wbuiltin-declaration-mismatch] 3 | extern char *malloc(); | ^~~~~~ alloc.c:3:1: note: 'malloc' is declared in header '' 2 | #include "error.h" +++ |+#include 3 | extern char *malloc(); --- auto-str.o --- ./compile auto-str.c --- byte_chr.o --- ./compile byte_chr.c --- auto-str.o --- In file included from auto-str.c:1: substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, const void *, size_t)' {aka 'long int (*)(int, const void *, long unsigned int)'} [-Wincompatible-pointer-types] 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ auto-str.c:6:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 6 | substdio ss1 = SUBSTDIO_FDBUF(write,1,buf1,sizeof(buf1)); | ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ss1.op') 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ auto-str.c:6:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 6 | substdio ss1 = SUBSTDIO_FDBUF(write,1,buf1,sizeof(buf1)); | ^~~~~~~~~~~~~~ auto-str.c:8:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 8 | void puts(s) | ^~~~ auto-str.c:4:1: note: 'puts' is declared in header '' 3 | #include "exit.h" +++ |+#include 4 | --- byte_copy.o --- ./compile byte_copy.c --- byte_cr.o --- ./compile byte_cr.c --- byte_diff.o --- ./compile byte_diff.c --- byte_rchr.o --- ./compile byte_rchr.c --- byte_zero.o --- ./compile byte_zero.c --- case_diffb.o --- ./compile case_diffb.c --- case_lowerb.o --- ./compile case_lowerb.c --- case_startb.o --- ./compile case_startb.c --- constmap.o --- ./compile constmap.c --- date822fmt.o --- ./compile date822fmt.c --- datetime.o --- ./compile datetime.c --- direntry.h --- ( ./compile trydrent.c >/dev/null 2>&1 && cat direntry.h2 || cat direntry.h1 ) > direntry.h --- envread.o --- ./compile envread.c --- direntry.h --- rm -f trydrent.o --- error.o --- ./compile error.c --- error_str.o --- ./compile error_str.c --- ezmlm-list.o --- ./compile ezmlm-list.c --- ezmlm-make.o --- --- ezmlm-list.o --- In file included from ezmlm-list.c:2: substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, const void *, size_t)' {aka 'long int (*)(int, const void *, long unsigned int)'} [-Wincompatible-pointer-types] 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-list.c:17:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 17 | substdio out = SUBSTDIO_FDBUF(write,1,outbuf,sizeof(outbuf)); | ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'out.op') 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-list.c:17:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 17 | substdio out = SUBSTDIO_FDBUF(write,1,outbuf,sizeof(outbuf)); | ^~~~~~~~~~~~~~ ezmlm-list.c: In function 'main': --- ezmlm-make.o --- ./compile ezmlm-make.c --- ezmlm-list.o --- ezmlm-list.c:51:20: warning: implicit declaration of function 'str_chr' [-Wimplicit-function-declaration] 51 | if (line.s[str_chr(line.s,'\n')]) | ^~~~~~~ --- ezmlm-manage.o --- ./compile ezmlm-manage.c --- ezmlm-make.o --- ezmlm-make.c: In function 'dcreate': ezmlm-make.c:88:7: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] 88 | if (mkdir(dirplus.s,0755) == -1) | ^~~~~ ezmlm-make.c: At top level: ezmlm-make.c:116:6: warning: conflicting types for built-in function 'fputs'; expected 'int(const char *, void *)' [-Wbuiltin-declaration-mismatch] 116 | void fputs(buf) | ^~~~~ ezmlm-make.c:12:1: note: 'fputs' is declared in header '' 11 | #include "auto_bin.h" +++ |+#include 12 | ezmlm-make.c: In function 'main': ezmlm-make.c:149:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 149 | umask(077); | ^~~~~ --- ezmlm-manage.o --- ezmlm-manage.c: In function 'hashok': ezmlm-manage.c:61:8: warning: implicit declaration of function 'scan_ulong' [-Wimplicit-function-declaration] 61 | x += scan_ulong(x,&u); | ^~~~~~~~~~ In file included from qmail.h:4, from ezmlm-manage.c:14: ezmlm-manage.c: At top level: substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, void *, size_t)' {aka 'long int (*)(int, void *, long unsigned int)'} [-Wincompatible-pointer-types] 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-manage.c:85:17: note: in expansion of macro 'SUBSTDIO_FDBUF' 85 | substdio ssin = SUBSTDIO_FDBUF(read,0,inbuf,sizeof(inbuf)); | ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ssin.op') 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-manage.c:85:17: note: in expansion of macro 'SUBSTDIO_FDBUF' 85 | substdio ssin = SUBSTDIO_FDBUF(read,0,inbuf,sizeof(inbuf)); | ^~~~~~~~~~~~~~ substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, void *, size_t)' {aka 'long int (*)(int, void *, long unsigned int)'} [-Wincompatible-pointer-types] 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-manage.c:86:18: note: in expansion of macro 'SUBSTDIO_FDBUF' 86 | substdio ssin2 = SUBSTDIO_FDBUF(read,0,inbuf,sizeof(inbuf)); | ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ssin2.op') 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-manage.c:86:18: note: in expansion of macro 'SUBSTDIO_FDBUF' 86 | substdio ssin2 = SUBSTDIO_FDBUF(read,0,inbuf,sizeof(inbuf)); | ^~~~~~~~~~~~~~ ezmlm-manage.c: In function 'copy': ezmlm-manage.c:97:8: warning: implicit declaration of function 'open_read' [-Wimplicit-function-declaration] 97 | fd = open_read(fn); | ^~~~~~~~~ --- ezmlm-reject.o --- ./compile ezmlm-reject.c In file included from ezmlm-reject.c:2: substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, void *, size_t)' {aka 'long int (*)(int, void *, long unsigned int)'} [-Wincompatible-pointer-types] 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-reject.c:15:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 15 | substdio ss0 = SUBSTDIO_FDBUF(read,0,buf0,sizeof(buf0)); | ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ss0.op') 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-reject.c:15:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 15 | substdio ss0 = SUBSTDIO_FDBUF(read,0,buf0,sizeof(buf0)); | ^~~~~~~~~~~~~~ ezmlm-reject.c: In function 'main': ezmlm-reject.c:46:9: warning: implicit declaration of function 'case_startb' [-Wimplicit-function-declaration] 46 | if (case_startb(x,len,"subject:")) { | ^~~~~~~~~~~ ezmlm-reject.c:53:16: warning: implicit declaration of function 'case_diffb' [-Wimplicit-function-declaration] 53 | if (!case_diffb("help",4,x)) | ^~~~~~~~~~ --- ezmlm-return.o --- ./compile ezmlm-return.c --- ezmlm-send.o --- ./compile ezmlm-send.c --- ezmlm-return.o --- ezmlm-return.c: In function 'dowit': ezmlm-return.c:75:8: warning: implicit declaration of function 'open_trunc' [-Wimplicit-function-declaration] 75 | fd = open_trunc(fndatenew.s); | ^~~~~~~~~~ ezmlm-return.c:89:7: warning: implicit declaration of function 'rename' [-Wimplicit-function-declaration] 89 | if (rename(fndatenew.s,fndate.s) == -1) | ^~~~~~ ezmlm-return.c: In function 'doit': ezmlm-return.c:137:8: warning: implicit declaration of function 'open_read' [-Wimplicit-function-declaration] 137 | fd = open_read(fnhash.s); | ^~~~~~~~~ ezmlm-return.c: In function 'main': ezmlm-return.c:198:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 198 | umask(022); | ^~~~~ ezmlm-return.c:240:15: warning: implicit declaration of function 'scan_ulong' [-Wimplicit-function-declaration] 240 | action += scan_ulong(action,&cookiedate); | ^~~~~~~~~~ ezmlm-return.c:263:12: warning: implicit declaration of function 'open_append' [-Wimplicit-function-declaration] 263 | fdlock = open_append("lockbounce"); | ^~~~~~~~~~~ ezmlm-return.c:266:7: warning: implicit declaration of function 'lock_ex'; did you mean 'lockf'? [-Wimplicit-function-declaration] 266 | if (lock_ex(fdlock) == -1) | ^~~~~~~ | lockf ezmlm-return.c:290:9: warning: implicit declaration of function 'slurpclose' [-Wimplicit-function-declaration] 290 | if (slurpclose(0,&bounce,1024) == -1) die_msgin(); | ^~~~~~~~~~ --- ezmlm-send.o --- ezmlm-send.c:84:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 84 | void puts(buf) char *buf; | ^~~~ ezmlm-send.c:20:1: note: 'puts' is declared in header '' 19 | #include "constmap.h" +++ |+#include 20 | ezmlm-send.c: In function 'sublistmatch': ezmlm-send.c:100:7: warning: implicit declaration of function 'byte_rchr'; did you mean 'str_rchr'? [-Wimplicit-function-declaration] 100 | i = byte_rchr(sublist.s,sublist.len,'@'); | ^~~~~~~~~ | str_rchr ezmlm-send.c:103:7: warning: implicit declaration of function 'byte_diff'; did you mean 'str_diff'? [-Wimplicit-function-declaration] 103 | if (byte_diff(sublist.s,i,sender)) return 0; | ^~~~~~~~~ | str_diff In file included from subfd.h:4, from ezmlm-send.c:2: ezmlm-send.c: At top level: substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, void *, size_t)' {aka 'long int (*)(int, void *, long unsigned int)'} [-Wincompatible-pointer-types] 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-send.c:116:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 116 | substdio ss0 = SUBSTDIO_FDBUF(read,0,buf0,sizeof(buf0)); | ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ss0.op') 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-send.c:116:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 116 | substdio ss0 = SUBSTDIO_FDBUF(read,0,buf0,sizeof(buf0)); | ^~~~~~~~~~~~~~ ezmlm-send.c: In function 'numwrite': ezmlm-send.c:131:7: warning: implicit declaration of function 'rename' [-Wimplicit-function-declaration] 131 | if (rename("numnew","num") == -1) | ^~~~~~ ezmlm-send.c: In function 'main': ezmlm-send.c:152:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 152 | umask(022); | ^~~~~ ezmlm-send.c:217:9: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] 217 | if (mkdir(fnadir.s,0755) == -1) | ^~~~~ ezmlm-send.c:248:46: warning: implicit declaration of function 'byte_chr' [-Wimplicit-function-declaration] 248 | if (constmap(&headerremovemap,line.s,byte_chr(line.s,line.len,':'))) | ^~~~~~~~ ezmlm-send.c:275:9: warning: implicit declaration of function 'fchmod' [-Wimplicit-function-declaration] 275 | if (fchmod(fdarchive,0744) == -1) die_archive(); | ^~~~~~ --- ezmlm-sub.o --- ./compile ezmlm-sub.c --- ezmlm-unsub.o --- ./compile ezmlm-unsub.c ezmlm-unsub.c: In function 'main': ezmlm-unsub.c:18:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 18 | if (chdir(dir) == -1) | ^~~~~ ezmlm-unsub.c:33:3: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] 33 | _exit(0); | ^~~~~ ezmlm-unsub.c:33:3: warning: incompatible implicit declaration of built-in function '_exit' [-Wbuiltin-declaration-mismatch] --- ezmlm-sub.o --- ezmlm-sub.c: In function 'main': ezmlm-sub.c:18:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 18 | if (chdir(dir) == -1) | ^~~~~ ezmlm-sub.c:32:3: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] 32 | _exit(0); | ^~~~~ ezmlm-sub.c:32:3: warning: incompatible implicit declaration of built-in function '_exit' [-Wbuiltin-declaration-mismatch] --- ezmlm-weed.o --- ./compile ezmlm-weed.c --- fd_copy.o --- ./compile fd_copy.c fd_copy.c: In function 'fd_copy': fd_copy.c:10:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 10 | close(to); | ^~~~~ --- fd_move.o --- ./compile fd_move.c --- ezmlm-weed.o --- In file included from ezmlm-weed.c:5: substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, void *, size_t)' {aka 'long int (*)(int, void *, long unsigned int)'} [-Wincompatible-pointer-types] 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-weed.c:10:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 10 | substdio ss0 = SUBSTDIO_FDBUF(read,0,buf0,sizeof(buf0)); | ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ss0.op') 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ ezmlm-weed.c:10:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 10 | substdio ss0 = SUBSTDIO_FDBUF(read,0,buf0,sizeof(buf0)); | ^~~~~~~~~~~~~~ --- fd_move.o --- fd_move.c: In function 'fd_move': fd_move.c:9:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 9 | close(from); | ^~~~~ --- fmt_str.o --- ./compile fmt_str.c --- fmt_uint.o --- ./compile fmt_uint.c --- fmt_uint0.o --- ./compile fmt_uint0.c --- fmt_ulong.o --- ./compile fmt_ulong.c --- getconf.o --- ./compile getconf.c --- getln.o --- ./compile getln.c --- getln2.o --- ./compile getln2.c --- getconf.o --- getconf.c: In function 'getconf_line': getconf.c:59:13: warning: implicit declaration of function 'byte_chr' [-Wimplicit-function-declaration] 59 | sa->len = byte_chr(sa->s,sa->len,0); | ^~~~~~~~ --- install.o --- ./compile install.c --- log.o --- ./compile log.c --- install.o --- install.c: In function 'doit': install.c:71:26: warning: implicit declaration of function 'scan_ulong' [-Wimplicit-function-declaration] 71 | uid = -1; if (*uidstr) scan_ulong(uidstr,&uid); | ^~~~~~~~~~ install.c:73:3: warning: implicit declaration of function 'scan_8long' [-Wimplicit-function-declaration] 73 | scan_8long(modestr,&mode); | ^~~~~~~~~~ install.c:77:11: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] 77 | if (mkdir(target.s,0700) == -1) | ^~~~~ install.c:114:7: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] 114 | if (chmod(target.s,mode) == -1) | ^~~~~ In file included from install.c:1: install.c: At top level: substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, void *, size_t)' {aka 'long int (*)(int, void *, long unsigned int)'} [-Wincompatible-pointer-types] 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ install.c:119:15: note: in expansion of macro 'SUBSTDIO_FDBUF' 119 | substdio in = SUBSTDIO_FDBUF(read,0,buf,sizeof(buf)); | ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'in.op') 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ install.c:119:15: note: in expansion of macro 'SUBSTDIO_FDBUF' 119 | substdio in = SUBSTDIO_FDBUF(read,0,buf,sizeof(buf)); | ^~~~~~~~~~~~~~ install.c: In function 'main': install.c:128:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 128 | umask(077); | ^~~~~ --- now.o --- ./compile now.c --- open_append.o --- --- open_read.o --- --- open_append.o --- ./compile open_append.c --- open_read.o --- ./compile open_read.c --- open_trunc.o --- ./compile open_trunc.c --- quote.o --- ./compile quote.c --- scan_8long.o --- ./compile scan_8long.c --- scan_ulong.o --- ./compile scan_ulong.c --- seek_set.o --- ./compile seek_set.c --- sgetopt.o --- --- seek_set.o --- seek_set.c: In function 'seek_set': seek_set.c:7:7: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] 7 | { if (lseek(fd,(off_t) pos,SET) == -1) return -1; return 0; } | ^~~~~ --- sgetopt.o --- ./compile sgetopt.c --- sig_pipe.o --- ./compile sig_pipe.c --- slurp.o --- ./compile slurp.c --- slurpclose.o --- ./compile slurpclose.c --- slurp.o --- slurp.c: In function 'slurp': slurp.c:17:7: warning: implicit declaration of function 'slurpclose' [-Wimplicit-function-declaration] 17 | if (slurpclose(fd,sa,bufsize) == -1) return -1; | ^~~~~~~~~~ --- str_chr.o --- ./compile str_chr.c --- str_cpy.o --- ./compile str_cpy.c --- str_diff.o --- ./compile str_diff.c --- str_diffn.o --- ./compile str_diffn.c --- str_len.o --- ./compile str_len.c --- str_rchr.o --- ./compile str_rchr.c --- str_start.o --- ./compile str_start.c --- stralloc_arts.o --- ./compile stralloc_arts.c --- stralloc_cat.o --- ./compile stralloc_cat.c --- stralloc_catb.o --- ./compile stralloc_catb.c --- stralloc_cats.o --- ./compile stralloc_cats.c --- stralloc_copy.o --- ./compile stralloc_copy.c --- stralloc_eady.o --- ./compile stralloc_eady.c --- stralloc_opyb.o --- ./compile stralloc_opyb.c --- stralloc_opys.o --- ./compile stralloc_opys.c --- stralloc_pend.o --- --- strerr.o --- --- stralloc_pend.o --- ./compile stralloc_pend.c --- strerr.o --- ./compile strerr.c --- strerr_die.o --- ./compile strerr_die.c --- strerr_sys.o --- ./compile strerr_sys.c --- subfderr.o --- ./compile subfderr.c --- subgetopt.o --- ./compile subgetopt.c --- subfderr.o --- In file included from subfderr.c:2: substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, const void *, size_t)' {aka 'long int (*)(int, const void *, long unsigned int)'} [-Wincompatible-pointer-types] 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ subfderr.c:6:22: note: in expansion of macro 'SUBSTDIO_FDBUF' 6 | static substdio it = SUBSTDIO_FDBUF(write,2,subfd_errbuf,256); | ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'it.op') 12 | #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } | ^ subfderr.c:6:22: note: in expansion of macro 'SUBSTDIO_FDBUF' 6 | static substdio it = SUBSTDIO_FDBUF(write,2,subfd_errbuf,256); | ^~~~~~~~~~~~~~ --- substdi.o --- ./compile substdi.c --- substdio.o --- ./compile substdio.c --- substdio_copy.o --- ./compile substdio_copy.c --- substdo.o --- ./compile substdo.c --- wait_pid.o --- ./compile wait_pid.c --- fork.h --- ( ( ./compile tryvfork.c && ./load tryvfork ) >/dev/null 2>&1 && cat fork.h2 || cat fork.h1 ) > fork.h --- hasflock.h --- ( ( ./compile tryflock.c && ./load tryflock ) >/dev/null 2>&1 && echo \#define HASFLOCK 1 || exit 0 ) > hasflock.h --- fork.h --- rm -f tryvfork.o tryvfork --- hassgact.h --- ( ( ./compile trysgact.c && ./load trysgact ) >/dev/null 2>&1 && echo \#define HASSIGACTION 1 || exit 0 ) > hassgact.h --- hasflock.h --- rm -f tryflock.o tryflock --- uint32.h --- ( ( ./compile tryulong32.c && ./load tryulong32 && ./tryulong32 ) >/dev/null 2>&1 && cat uint32.h2 || cat uint32.h1 ) > uint32.h --- hassgact.h --- rm -f trysgact.o trysgact --- alloc.a --- ./makelib alloc.a alloc.o alloc_re.o --- uint32.h --- rm -f tryulong32.o tryulong32 --- case.a --- ./makelib case.a case_diffb.o case_lowerb.o case_startb.o --- ezmlm-warn.o --- ./compile ezmlm-warn.c --- env.a --- ./makelib env.a envread.o --- ezmlm-warn.o --- ezmlm-warn.c: In function 'copy': ezmlm-warn.c:67:8: warning: implicit declaration of function 'open_read'; did you mean 'die_read'? [-Wimplicit-function-declaration] 67 | fd = open_read(fn); | ^~~~~~~~~ | die_read ezmlm-warn.c: In function 'doit': ezmlm-warn.c:99:8: warning: implicit declaration of function 'issub' [-Wimplicit-function-declaration] 99 | if (!issub(addr.s)) { close(fd); /*XXX*/unlink(fn.s); return; } | ^~~~~ ezmlm-warn.c:122:8: warning: implicit declaration of function 'quote' [-Wimplicit-function-declaration] 122 | if (!quote("ed,&outlocal)) die_nomem(); | ^~~~~ ezmlm-warn.c:127:8: warning: implicit declaration of function 'quote2' [-Wimplicit-function-declaration] 127 | if (!quote2("ed,addr.s)) die_nomem(); | ^~~~~~ ezmlm-warn.c: In function 'main': ezmlm-warn.c:217:12: warning: implicit declaration of function 'open_append' [-Wimplicit-function-declaration] 217 | fdlock = open_append("lockbounce"); | ^~~~~~~~~~~ ezmlm-warn.c:220:7: warning: implicit declaration of function 'lock_ex'; did you mean 'lockf'? [-Wimplicit-function-declaration] 220 | if (lock_ex(fdlock) == -1) | ^~~~~~~ | lockf ezmlm-warn.c:245:7: warning: implicit declaration of function 'scan_ulong' [-Wimplicit-function-declaration] 245 | scan_ulong(d->d_name + 1,&bouncedate); | ^~~~~~~~~~ --- error.a --- ./makelib error.a error.o error_str.o --- fd.a --- ./makelib fd.a fd_copy.o fd_move.o --- getln.a --- ./makelib getln.a getln.o getln2.o --- open.a --- ./makelib open.a open_append.o open_read.o open_trunc.o --- fs.a --- ./makelib fs.a fmt_str.o fmt_uint.o fmt_uint0.o fmt_ulong.o scan_ulong.o scan_8long.o --- seek.a --- ./makelib seek.a seek_set.o --- str.a --- ./makelib str.a str_len.o str_diff.o str_diffn.o str_cpy.o str_chr.o str_rchr.o str_start.o byte_chr.o byte_rchr.o byte_diff.o byte_copy.o byte_cr.o byte_zero.o --- stralloc.a --- ./makelib stralloc.a stralloc_eady.o stralloc_pend.o stralloc_copy.o stralloc_opys.o stralloc_opyb.o stralloc_cat.o stralloc_cats.o stralloc_catb.o stralloc_arts.o --- strerr.a --- ./makelib strerr.a strerr.o strerr_sys.o strerr_die.o --- getopt.a --- ./makelib getopt.a subgetopt.o sgetopt.o --- wait.a --- ./makelib wait.a wait_pid.o --- substdio.a --- ./makelib substdio.a substdio.o substdi.o substdo.o subfderr.o substdio_copy.o --- qmail.o --- ./compile qmail.c --- lock_ex.o --- ./compile lock_ex.c --- sig_catch.o --- ./compile sig_catch.c --- cookie.o --- ./compile cookie.c --- issub.o --- ./compile issub.c --- subscribe.o --- ./compile subscribe.c --- issub.o --- {standard input}: Assembler messages: {standard input}: Fatal error: can't write 33 bytes to section .text of issub.o: 'No space left on device' {standard input}: Fatal error: can't close issub.o: No space left on device --- subscribe.o --- subscribe.c: In function 'doit': subscribe.c:36:16: warning: implicit declaration of function 'str_chr' [-Wimplicit-function-declaration] 36 | if (userhost[str_chr(userhost,'\n')]) return -8; | ^~~~~~~ --- issub.o --- *** [issub.o] Error code 1 bmake: stopped in /home/pbulk/build/mail/ezmlm/work/ezmlm-0.53 --- subscribe.o --- subscribe.c:94:7: warning: implicit declaration of function 'rename' [-Wimplicit-function-declaration] 94 | if (rename(fnnew.s,fn.s) == -1) return -5; | ^~~~~~ {standard input}: Assembler messages: {standard input}: Fatal error: can't write 37 bytes to section .text of subscribe.o: 'No space left on device' {standard input}: Fatal error: can't close subscribe.o: No space left on device *** [subscribe.o] Error code 1 bmake: stopped in /home/pbulk/build/mail/ezmlm/work/ezmlm-0.53 2 errors bmake: stopped in /home/pbulk/build/mail/ezmlm/work/ezmlm-0.53 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mail/ezmlm *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mail/ezmlm