------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/netqmail-1.06_4.txz ===> Creating groups. Creating group 'qmail' with gid '82'. Creating group 'qnofiles' with gid '81'. ===> Creating users Creating user 'alias' with uid '81'. Creating user 'qmaild' with uid '82'. Creating user 'qmaill' with uid '83'. Creating user 'qmailp' with uid '84'. Creating user 'qmailq' with uid '85'. Creating user 'qmailr' with uid '86'. Creating user 'qmails' with uid '87'. A /usr/local/etc/rc.d/qmailsmtpd and a /usr/local/etc/rc.d/qmailsend symlink were created. Your hostname is sting.dragonflybsd.org. hard error Sorry, I couldn't find your host's canonical name in DNS. You will have to set up control/me yourself. ===== Message from netqmail-1.06_4: -- ATTENTION: You can enable qmail as your default mailer executing: > /var/qmail/scripts/enable-qmail SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The ezmlm port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ezmlm-0.53_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The ezmlm port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ezmlm-0.53_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ezmlm-0.53_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The ezmlm port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ezmlm-0.53_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ezmlm-0.53_1 for building => SHA256 Checksum OK for ezmlm-0.53.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The ezmlm port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ezmlm-0.53_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ezmlm-0.53_1 for building ===> Extracting for ezmlm-0.53_1 => SHA256 Checksum OK for ezmlm-0.53.tar.gz. Extracted Memory Use: 1.16M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ezmlm-0.53_1 ===> Applying ports patches for ezmlm-0.53_1 ===> Applying dragonfly patches for ezmlm-0.53_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ezmlm-0.53_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ezmlm-0.53_1 --- 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 --- --- make-load --- --- make-makelib --- --- find-systype --- cat auto-ccld.sh find-systype.sh > find-systype --- make-makelib --- cat auto-ccld.sh make-makelib.sh > make-makelib --- make-compile --- cat auto-ccld.sh make-compile.sh > make-compile --- make-load --- cat auto-ccld.sh make-load.sh > make-load --- make-compile --- chmod 755 make-compile --- make-makelib --- chmod 755 make-makelib --- make-load --- chmod 755 make-load --- find-systype --- chmod 755 find-systype --- systype --- ./find-systype > systype --- load --- --- makelib --- ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > makelib --- load --- ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load --- makelib --- chmod 755 makelib --- load --- chmod 755 load --- compile --- ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > compile chmod 755 compile --- alloc.o --- --- alloc_re.o --- --- auto-str.o --- --- byte_chr.o --- --- byte_copy.o --- --- byte_cr.o --- --- byte_diff.o --- --- byte_rchr.o --- --- byte_zero.o --- --- alloc.o --- ./compile alloc.c alloc.c:3:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ --- alloc_re.o --- ./compile alloc_re.c --- auto-str.o --- ./compile auto-str.c 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] #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ auto-str.c:6:16: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio ss1 = SUBSTDIO_FDBUF(write,1,buf1,sizeof(buf1)); ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ss1.op') #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ auto-str.c:6:16: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio ss1 = SUBSTDIO_FDBUF(write,1,buf1,sizeof(buf1)); ^~~~~~~~~~~~~~ auto-str.c:8:6: warning: conflicting types for built-in function 'puts' [-Wbuiltin-declaration-mismatch] --- byte_chr.o --- ./compile byte_chr.c --- byte_copy.o --- ./compile byte_copy.c --- auto-str.o --- void puts(s) ^~~~ --- 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 --- --- case_lowerb.o --- --- case_diffb.o --- ./compile case_diffb.c --- case_lowerb.o --- ./compile case_lowerb.c --- case_startb.o --- ./compile case_startb.c --- constmap.o --- --- date822fmt.o --- --- datetime.o --- --- direntry.h --- --- envread.o --- --- error.o --- --- 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 --- error_str.o --- --- ezmlm-list.o --- --- error.o --- ./compile error.c --- envread.o --- ./compile envread.c --- ezmlm-list.o --- ./compile ezmlm-list.c --- error_str.o --- ./compile error_str.c --- ezmlm-make.o --- ./compile ezmlm-make.c --- ezmlm-manage.o --- ./compile ezmlm-manage.c --- 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] #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-list.c:17:16: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio out = SUBSTDIO_FDBUF(write,1,outbuf,sizeof(outbuf)); ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'out.op') #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-list.c:17:16: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio out = SUBSTDIO_FDBUF(write,1,outbuf,sizeof(outbuf)); ^~~~~~~~~~~~~~ ezmlm-list.c: In function 'main': ezmlm-list.c:51:13: warning: implicit declaration of function 'str_chr'; did you mean 'strerr'? [-Wimplicit-function-declaration] if (line.s[str_chr(line.s,'\n')]) ^~~~~~~ strerr --- ezmlm-reject.o --- ./compile ezmlm-reject.c --- direntry.h --- rm -f trydrent.o --- ezmlm-return.o --- ./compile ezmlm-return.c --- ezmlm-make.o --- ezmlm-make.c: In function 'dcreate': ezmlm-make.c:88:7: warning: implicit declaration of function 'mkdir'; did you mean 'rmdir'? [-Wimplicit-function-declaration] if (mkdir(dirplus.s,0755) == -1) ^~~~~ rmdir ezmlm-make.c: At top level: ezmlm-make.c:116:6: warning: conflicting types for built-in function 'fputs' [-Wbuiltin-declaration-mismatch] void fputs(buf) ^~~~~ ezmlm-make.c: In function 'main': ezmlm-make.c:149:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] umask(077); ^~~~~ --- ezmlm-send.o --- ./compile ezmlm-send.c --- ezmlm-reject.o --- 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] #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-reject.c:15:16: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio ss0 = SUBSTDIO_FDBUF(read,0,buf0,sizeof(buf0)); ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ss0.op') #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-reject.c:15:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 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] if (case_startb(x,len,"subject:")) { ^~~~~~~~~~~ ezmlm-reject.c:53:16: warning: implicit declaration of function 'case_diffb' [-Wimplicit-function-declaration] if (!case_diffb("help",4,x)) ^~~~~~~~~~ --- ezmlm-sub.o --- ./compile ezmlm-sub.c --- ezmlm-manage.o --- In file included from ezmlm-manage.c:25: log.h:4:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(); ^~~ ezmlm-manage.c: In function 'hashok': ezmlm-manage.c:61:8: warning: implicit declaration of function 'scan_ulong'; did you mean 'fmt_ulong'? [-Wimplicit-function-declaration] x += scan_ulong(x,&u); ^~~~~~~~~~ fmt_ulong 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] #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-manage.c:85:17: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio ssin = SUBSTDIO_FDBUF(read,0,inbuf,sizeof(inbuf)); ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ssin.op') #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-manage.c:85:17: note: in expansion of macro 'SUBSTDIO_FDBUF' 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] #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-manage.c:86:18: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio ssin2 = SUBSTDIO_FDBUF(read,0,inbuf,sizeof(inbuf)); ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ssin2.op') #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-manage.c:86:18: note: in expansion of macro 'SUBSTDIO_FDBUF' 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'; did you mean 'pread'? [-Wimplicit-function-declaration] fd = open_read(fn); ^~~~~~~~~ pread --- ezmlm-sub.o --- In file included from ezmlm-sub.c:3: log.h:4:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(); ^~~ ezmlm-sub.c: In function 'main': ezmlm-sub.c:18:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] if (chdir(dir) == -1) ^~~~~ ezmlm-sub.c:32:3: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(0); ^~~~~ ezmlm-sub.c:32:3: warning: incompatible implicit declaration of built-in function '_exit' --- ezmlm-unsub.o --- ./compile ezmlm-unsub.c --- ezmlm-send.o --- ezmlm-send.c:84:6: warning: conflicting types for built-in function 'puts' [-Wbuiltin-declaration-mismatch] void puts(buf) char *buf; ^~~~ 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] 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] 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] #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-send.c:116:16: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio ss0 = SUBSTDIO_FDBUF(read,0,buf0,sizeof(buf0)); ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ss0.op') #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-send.c:116:16: note: in expansion of macro 'SUBSTDIO_FDBUF' 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'; did you mean 'revoke'? [-Wimplicit-function-declaration] if (rename("numnew","num") == -1) ^~~~~~ revoke ezmlm-send.c: In function 'main': ezmlm-send.c:152:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] umask(022); ^~~~~ ezmlm-send.c:217:9: warning: implicit declaration of function 'mkdir'; did you mean 'rmdir'? [-Wimplicit-function-declaration] if (mkdir(fnadir.s,0755) == -1) ^~~~~ rmdir ezmlm-send.c:248:39: warning: implicit declaration of function 'byte_chr'; did you mean 'str_chr'? [-Wimplicit-function-declaration] if (constmap(&headerremovemap,line.s,byte_chr(line.s,line.len,':'))) ^~~~~~~~ str_chr ezmlm-send.c:275:9: warning: implicit declaration of function 'fchmod'; did you mean 'rcmd'? [-Wimplicit-function-declaration] if (fchmod(fdarchive,0744) == -1) die_archive(); ^~~~~~ rcmd --- ezmlm-weed.o --- --- ezmlm-unsub.o --- In file included from ezmlm-unsub.c:3: log.h:4:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(); ^~~ --- ezmlm-return.o --- In file included from ezmlm-return.c:20: log.h:4:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(); ^~~ --- ezmlm-unsub.o --- ezmlm-unsub.c: In function 'main': ezmlm-unsub.c:18:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] if (chdir(dir) == -1) ^~~~~ ezmlm-unsub.c:33:3: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(0); ^~~~~ ezmlm-unsub.c:33:3: warning: incompatible implicit declaration of built-in function '_exit' --- ezmlm-weed.o --- ./compile ezmlm-weed.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] fd = open_trunc(fndatenew.s); ^~~~~~~~~~ ezmlm-return.c:89:7: warning: implicit declaration of function 'rename'; did you mean 'revoke'? [-Wimplicit-function-declaration] if (rename(fndatenew.s,fndate.s) == -1) ^~~~~~ revoke ezmlm-return.c: In function 'doit': ezmlm-return.c:137:8: warning: implicit declaration of function 'open_read'; did you mean 'pread'? [-Wimplicit-function-declaration] fd = open_read(fnhash.s); ^~~~~~~~~ pread ezmlm-return.c: In function 'main': ezmlm-return.c:198:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] umask(022); ^~~~~ ezmlm-return.c:240:15: warning: implicit declaration of function 'scan_ulong'; did you mean 'fmt_ulong'? [-Wimplicit-function-declaration] action += scan_ulong(action,&cookiedate); ^~~~~~~~~~ fmt_ulong ezmlm-return.c:263:12: warning: implicit declaration of function 'open_append' [-Wimplicit-function-declaration] fdlock = open_append("lockbounce"); ^~~~~~~~~~~ ezmlm-return.c:266:7: warning: implicit declaration of function 'lock_ex'; did you mean 'lockf'? [-Wimplicit-function-declaration] if (lock_ex(fdlock) == -1) ^~~~~~~ lockf ezmlm-return.c:290:9: warning: implicit declaration of function 'slurpclose'; did you mean 'close'? [-Wimplicit-function-declaration] if (slurpclose(0,&bounce,1024) == -1) die_msgin(); ^~~~~~~~~~ close --- fd_copy.o --- ./compile fd_copy.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] #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-weed.c:10:16: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio ss0 = SUBSTDIO_FDBUF(read,0,buf0,sizeof(buf0)); ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ss0.op') #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ ezmlm-weed.c:10:16: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio ss0 = SUBSTDIO_FDBUF(read,0,buf0,sizeof(buf0)); ^~~~~~~~~~~~~~ --- fd_move.o --- ./compile fd_move.c --- fmt_str.o --- ./compile fmt_str.c --- fd_copy.o --- fd_copy.c: In function 'fd_copy': fd_copy.c:10:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(to); ^~~~~ --- fd_move.o --- fd_move.c: In function 'fd_move': fd_move.c:9:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(from); ^~~~~ --- fmt_uint.o --- ./compile fmt_uint.c --- fmt_uint0.o --- ./compile fmt_uint0.c --- fmt_ulong.o --- ./compile fmt_ulong.c --- fork.h --- --- getconf.o --- --- fork.h --- ( ( ./compile tryvfork.c && ./load tryvfork ) >/dev/null 2>&1 && cat fork.h2 || cat fork.h1 ) > fork.h --- 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] sa->len = byte_chr(sa->s,sa->len,0); ^~~~~~~~ --- hasflock.h --- ( ( ./compile tryflock.c && ./load tryflock ) >/dev/null 2>&1 && echo \#define HASFLOCK 1 || exit 0 ) > hasflock.h --- hassgact.h --- --- log.o --- --- hassgact.h --- ( ( ./compile trysgact.c && ./load trysgact ) >/dev/null 2>&1 && echo \#define HASSIGACTION 1 || exit 0 ) > hassgact.h --- now.o --- --- log.o --- ./compile log.c --- now.o --- ./compile now.c --- open_append.o --- ./compile open_append.c --- log.o --- In file included from log.c:4: log.h:4:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(); ^~~ --- fork.h --- rm -f tryvfork.o tryvfork --- open_read.o --- ./compile open_read.c --- open_trunc.o --- ./compile open_trunc.c --- quote.o --- --- scan_8long.o --- --- 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 --- hasflock.h --- rm -f tryflock.o tryflock --- sgetopt.o --- ./compile sgetopt.c --- sig_pipe.o --- ./compile sig_pipe.c --- slurp.o --- --- slurpclose.o --- --- slurp.o --- ./compile slurp.c --- slurpclose.o --- ./compile slurpclose.c --- str_chr.o --- ./compile str_chr.c --- str_cpy.o --- ./compile str_cpy.c --- slurp.o --- slurp.c: In function 'slurp': slurp.c:17:7: warning: implicit declaration of function 'slurpclose'; did you mean 'slurp'? [-Wimplicit-function-declaration] if (slurpclose(fd,sa,bufsize) == -1) return -1; ^~~~~~~~~~ slurp --- 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 --- hassgact.h --- rm -f trysgact.o trysgact --- 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 --- ./compile stralloc_pend.c --- strerr.o --- --- strerr_die.o --- --- strerr_sys.o --- --- strerr.o --- ./compile strerr.c --- strerr_die.o --- ./compile strerr_die.c --- strerr_sys.o --- ./compile strerr_sys.c --- subfderr.o --- --- subgetopt.o --- --- subfderr.o --- ./compile subfderr.c --- subgetopt.o --- ./compile subgetopt.c --- substdi.o --- ./compile substdi.c --- substdio.o --- ./compile substdio.c --- substdio_copy.o --- ./compile substdio_copy.c --- substdo.o --- --- 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] #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ subfderr.c:6:22: note: in expansion of macro 'SUBSTDIO_FDBUF' static substdio it = SUBSTDIO_FDBUF(write,2,subfd_errbuf,256); ^~~~~~~~~~~~~~ --- substdo.o --- ./compile substdo.c --- subfderr.o --- substdio.h:12:64: note: (near initialization for 'it.op') #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ subfderr.c:6:22: note: in expansion of macro 'SUBSTDIO_FDBUF' static substdio it = SUBSTDIO_FDBUF(write,2,subfd_errbuf,256); ^~~~~~~~~~~~~~ --- uint32.h --- ( ( ./compile tryulong32.c && ./load tryulong32 && ./tryulong32 ) >/dev/null 2>&1 && cat uint32.h2 || cat uint32.h1 ) > uint32.h --- wait_pid.o --- ./compile wait_pid.c --- alloc.a --- ./makelib alloc.a alloc.o alloc_re.o --- 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 --- error.a --- ./makelib error.a error.o error_str.o --- fd.a --- --- getln.a --- --- fd.a --- ./makelib fd.a fd_copy.o fd_move.o --- getln.a --- ./makelib getln.a getln.o getln2.o --- qmail.o --- ./compile qmail.c --- lock_ex.o --- ./compile lock_ex.c --- open.a --- --- fs.a --- --- seek.a --- --- 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 --- sig_catch.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] fd = open_read(fn); ^~~~~~~~~ die_read --- sig_catch.o --- ./compile sig_catch.c --- ezmlm-warn.o --- ezmlm-warn.c: In function 'doit': ezmlm-warn.c:99:8: warning: implicit declaration of function 'issub' [-Wimplicit-function-declaration] 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] if (!quote("ed,&outlocal)) die_nomem(); ^~~~~ ezmlm-warn.c:127:8: warning: implicit declaration of function 'quote2' [-Wimplicit-function-declaration] if (!quote2("ed,addr.s)) die_nomem(); ^~~~~~ --- str.a --- --- stralloc.a --- --- 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 --- ezmlm-warn.o --- ezmlm-warn.c: In function 'main': ezmlm-warn.c:217:12: warning: implicit declaration of function 'open_append' [-Wimplicit-function-declaration] fdlock = open_append("lockbounce"); ^~~~~~~~~~~ ezmlm-warn.c:220:7: warning: implicit declaration of function 'lock_ex'; did you mean 'lockf'? [-Wimplicit-function-declaration] if (lock_ex(fdlock) == -1) ^~~~~~~ lockf ezmlm-warn.c:245:7: warning: implicit declaration of function 'scan_ulong'; did you mean 'fmt_ulong'? [-Wimplicit-function-declaration] scan_ulong(d->d_name + 1,&bouncedate); ^~~~~~~~~~ fmt_ulong --- getopt.a --- --- strerr.a --- --- getopt.a --- ./makelib getopt.a subgetopt.o sgetopt.o --- strerr.a --- ./makelib strerr.a strerr.o strerr_sys.o strerr_die.o --- wait.a --- ./makelib wait.a wait_pid.o --- lock.a --- ./makelib lock.a lock_ex.o --- substdio.a --- ./makelib substdio.a substdio.o substdi.o substdo.o subfderr.o substdio_copy.o --- uint32.h --- rm -f tryulong32.o tryulong32 --- cookie.o --- --- issub.o --- --- subscribe.o --- --- surf.o --- --- cookie.o --- ./compile cookie.c --- subscribe.o --- ./compile subscribe.c --- surf.o --- ./compile surf.c --- issub.o --- ./compile issub.c --- surfpcs.o --- ./compile surfpcs.c --- auto-str --- ./load auto-str substdio.a error.a str.a --- ezmlm-list --- ./load ezmlm-list strerr.a getln.a substdio.a stralloc.a alloc.a error.a open.a str.a --- ezmlm-reject --- ./load ezmlm-reject getln.a strerr.a substdio.a error.a stralloc.a alloc.a str.a getopt.a case.a --- subscribe.o --- subscribe.c: In function 'doit': subscribe.c:36:16: warning: implicit declaration of function 'str_chr'; did you mean 'byte_chr'? [-Wimplicit-function-declaration] if (userhost[str_chr(userhost,'\n')]) return -8; ^~~~~~~ byte_chr subscribe.c:94:7: warning: implicit declaration of function 'rename'; did you mean 'revoke'? [-Wimplicit-function-declaration] if (rename(fnnew.s,fn.s) == -1) return -5; ^~~~~~ revoke --- ezmlm-weed --- ./load ezmlm-weed getln.a strerr.a substdio.a error.a stralloc.a alloc.a str.a --- sig.a --- ./makelib sig.a sig_catch.o sig_pipe.o --- auto_bin.c --- ./auto-str auto_bin `head -1 conf-bin` > auto_bin.c --- auto_qmail.c --- ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c --- auto_bin.o --- --- ezmlm-sub --- --- auto_bin.o --- ./compile auto_bin.c --- ezmlm-sub --- ./load ezmlm-sub subscribe.o log.o now.o fs.a strerr.a getln.a substdio.a stralloc.a alloc.a error.a str.a case.a open.a lock.a --- ezmlm-unsub --- ./load ezmlm-unsub subscribe.o log.o now.o fs.a strerr.a getln.a substdio.a stralloc.a alloc.a error.a str.a case.a open.a lock.a --- auto_qmail.o --- ./compile auto_qmail.c --- ezmlm-make --- ./load ezmlm-make auto_bin.o open.a getopt.a substdio.a strerr.a stralloc.a alloc.a error.a str.a --- ezmlm-send --- ./load ezmlm-send auto_qmail.o getconf.o qmail.o constmap.o slurp.o slurpclose.o wait.a getln.a strerr.a sig.a env.a open.a lock.a substdio.a stralloc.a alloc.a error.a str.a fd.a case.a fs.a --- surf.a --- ./makelib surf.a surf.o surfpcs.o --- ezmlm-manage --- --- ezmlm-return --- --- ezmlm-manage --- ./load ezmlm-manage auto_qmail.o getconf.o subscribe.o log.o cookie.o now.o datetime.o date822fmt.o slurpclose.o slurp.o qmail.o quote.o surf.a getln.a env.a sig.a strerr.a substdio.a stralloc.a alloc.a error.a str.a fs.a case.a open.a seek.a wait.a lock.a fd.a --- ezmlm-warn --- --- ezmlm-return --- ./load ezmlm-return quote.o getconf.o issub.o subscribe.o log.o slurpclose.o slurp.o now.o cookie.o surf.a lock.a env.a sig.a strerr.a getln.a substdio.a stralloc.a alloc.a error.a str.a fs.a case.a open.a --- ezmlm-warn --- ./load ezmlm-warn auto_qmail.o getconf.o cookie.o issub.o now.o slurpclose.o slurp.o quote.o datetime.o date822fmt.o qmail.o surf.a case.a strerr.a sig.a getln.a substdio.a stralloc.a alloc.a error.a open.a lock.a str.a fs.a fd.a wait.a SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ezmlm-0.53_1 depends on file: /var/qmail/bin/qmail-send - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ezmlm-0.53_1 ===> ezmlm-0.53_1 depends on file: /var/qmail/bin/qmail-send - found ===> Generating temporary packing list cd /construction/mail/ezmlm/ezmlm-0.53 && install -s -m 555 ezmlm-make ezmlm-manage ezmlm-send ezmlm-reject ezmlm-return ezmlm-warn ezmlm-weed ezmlm-list ezmlm-sub ezmlm-unsub /construction/mail/ezmlm/stage/usr/local/bin && install -m 444 *.1 /construction/mail/ezmlm/stage/usr/local/man/man1 && install -m 444 *.5 /construction/mail/ezmlm/stage/usr/local/man/man5 cd /construction/mail/ezmlm/ezmlm-0.53 && install -m 0644 BLURB INSTALL README THANKS TODO /construction/mail/ezmlm/stage/usr/local/share/doc/ezmlm ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ezmlm-0.53_1 file sizes/checksums [26]: 0% file sizes/checksums [26]: 100% packing files [26]: 0% packing files [26]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:05