+ 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/qmailanalog-0.70nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/qmailanalog-0.70nb2/work.log ===> Building for qmailanalog-0.70nb2 --- auto-ccld.sh --- --- zoverall --- --- zsendmail --- --- xqp --- --- auto-ccld.sh --- ( cat warn-auto.sh; echo CC=\'`head -1 conf-cc`\'; echo LD=\'`head -1 conf-ld`\' ) > auto-ccld.sh --- zoverall --- cat warn-auto.sh zoverall.sh | sed s}HOME}"`head -1 conf-home`"}g > zoverall --- zsendmail --- cat warn-auto.sh zsendmail.sh | sed s}HOME}"`head -1 conf-home`"}g > zsendmail --- xqp --- cat warn-auto.sh xqp.sh | sed s}HOME}"`head -1 conf-home`"}g > xqp --- zoverall --- chmod 755 zoverall --- zsendmail --- chmod 755 zsendmail --- xqp --- chmod 755 xqp --- xsender --- --- xrecipient --- --- ddist --- --- deferrals --- --- ddist --- cat warn-auto.sh ddist.sh | sed s}HOME}"`head -1 conf-home`"}g > ddist --- xsender --- cat warn-auto.sh xsender.sh | sed s}HOME}"`head -1 conf-home`"}g > xsender --- xrecipient --- cat warn-auto.sh xrecipient.sh | sed s}HOME}"`head -1 conf-home`"}g > xrecipient --- deferrals --- cat warn-auto.sh deferrals.sh | sed s}HOME}"`head -1 conf-home`"}g > deferrals --- xsender --- chmod 755 xsender --- ddist --- chmod 755 ddist --- deferrals --- chmod 755 deferrals --- xrecipient --- chmod 755 xrecipient --- failures --- --- successes --- --- rhosts --- --- recipients --- --- failures --- cat warn-auto.sh failures.sh | sed s}HOME}"`head -1 conf-home`"}g > failures --- successes --- cat warn-auto.sh successes.sh | sed s}HOME}"`head -1 conf-home`"}g > successes --- rhosts --- cat warn-auto.sh rhosts.sh | sed s}HOME}"`head -1 conf-home`"}g > rhosts --- recipients --- cat warn-auto.sh recipients.sh | sed s}HOME}"`head -1 conf-home`"}g > recipients --- failures --- chmod 755 failures --- successes --- chmod 755 successes --- rhosts --- chmod 755 rhosts --- recipients --- chmod 755 recipients --- rxdelay --- --- senders --- --- suids --- --- zddist --- --- rxdelay --- cat warn-auto.sh rxdelay.sh | sed s}HOME}"`head -1 conf-home`"}g > rxdelay --- senders --- cat warn-auto.sh senders.sh | sed s}HOME}"`head -1 conf-home`"}g > senders --- suids --- cat warn-auto.sh suids.sh | sed s}HOME}"`head -1 conf-home`"}g > suids --- zddist --- cat warn-auto.sh zddist.sh | sed s}HOME}"`head -1 conf-home`"}g > zddist --- rxdelay --- chmod 755 rxdelay --- senders --- chmod 755 senders --- suids --- chmod 755 suids --- zddist --- chmod 755 zddist --- zdeferrals --- --- zfailures --- --- zsuccesses --- --- zrhosts --- --- zdeferrals --- cat warn-auto.sh zdeferrals.sh | sed s}HOME}"`head -1 conf-home`"}g > zdeferrals --- zfailures --- cat warn-auto.sh zfailures.sh | sed s}HOME}"`head -1 conf-home`"}g > zfailures --- zsuccesses --- cat warn-auto.sh zsuccesses.sh | sed s}HOME}"`head -1 conf-home`"}g > zsuccesses --- zrhosts --- cat warn-auto.sh zrhosts.sh | sed s}HOME}"`head -1 conf-home`"}g > zrhosts --- zfailures --- chmod 755 zfailures --- zdeferrals --- chmod 755 zdeferrals --- zsuccesses --- chmod 755 zsuccesses --- zrhosts --- chmod 755 zrhosts --- zrecipients --- --- zrxdelay --- --- zsenders --- --- zsuids --- --- zrecipients --- cat warn-auto.sh zrecipients.sh | sed s}HOME}"`head -1 conf-home`"}g > zrecipients --- zsenders --- cat warn-auto.sh zsenders.sh | sed s}HOME}"`head -1 conf-home`"}g > zsenders --- zrxdelay --- cat warn-auto.sh zrxdelay.sh | sed s}HOME}"`head -1 conf-home`"}g > zrxdelay --- zsuids --- cat warn-auto.sh zsuids.sh | sed s}HOME}"`head -1 conf-home`"}g > zsuids --- zrecipients --- chmod 755 zrecipients --- zrxdelay --- chmod 755 zrxdelay --- zsuids --- chmod 755 zsuids --- zsenders --- chmod 755 zsenders --- find-systype --- --- make-compile --- --- make-load --- --- make-makelib --- --- find-systype --- cat auto-ccld.sh find-systype.sh > find-systype --- make-compile --- cat auto-ccld.sh make-compile.sh > make-compile --- make-load --- cat auto-ccld.sh make-load.sh > make-load --- make-makelib --- cat auto-ccld.sh make-makelib.sh > make-makelib --- find-systype --- chmod 755 find-systype --- make-load --- chmod 755 make-load --- make-makelib --- chmod 755 make-makelib --- make-compile --- chmod 755 make-compile --- systype --- ./find-systype > systype --- compile --- --- load --- --- makelib --- --- load --- ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load --- makelib --- ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > makelib --- compile --- ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > compile --- load --- chmod 755 load --- makelib --- chmod 755 makelib --- compile --- chmod 755 compile --- alloc.o --- --- alloc_re.o --- --- auto-str.o --- --- byte_chr.o --- --- alloc_re.o --- ./compile alloc_re.c --- alloc.o --- ./compile alloc.c --- auto-str.o --- ./compile auto-str.c --- byte_chr.o --- ./compile byte_chr.c --- auto-str.o --- 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 | --- 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(); --- byte_copy.o --- ./compile byte_copy.c --- byte_cr.o --- --- case_lowers.o --- --- byte_cr.o --- ./compile byte_cr.c --- case_lowers.o --- ./compile case_lowers.c --- columnt.o --- ./compile columnt.c --- error.o --- ./compile error.c --- error_str.o --- --- fmt_str.o --- --- error_str.o --- ./compile error_str.c --- fmt_str.o --- ./compile fmt_str.c --- fmt_strn.o --- ./compile fmt_strn.c --- fmt_uint.o --- ./compile fmt_uint.c --- fmt_uint0.o --- --- fmt_ulong.o --- --- fmt_uint0.o --- ./compile fmt_uint0.c --- fmt_ulong.o --- ./compile fmt_ulong.c --- fmt_ushort.o --- ./compile fmt_ushort.c --- getln.o --- ./compile getln.c --- getln2.o --- ./compile getln2.c --- hier.o --- ./compile hier.c --- install.o --- ./compile install.c --- instcheck.o --- ./compile instcheck.c --- hier.o --- hier.c: In function 'hier': hier.c:5:3: error: implicit declaration of function 'h' [-Wimplicit-function-declaration] 5 | h(auto_home,-1,-1,02755); | ^ hier.c:7:3: error: implicit declaration of function 'd' [-Wimplicit-function-declaration] 7 | d(auto_home,"bin",-1,-1,02755); | ^ hier.c:12:3: error: implicit declaration of function 'c' [-Wimplicit-function-declaration] 12 | c(auto_home,"share/doc/qmailanalog","MATCHUP",-1,-1,0644); | ^ *** [hier.o] Error code 1 bmake: stopped making "it" in /home/pbulk/build/mail/qmailanalog/work/qmailanalog-0.70 --- install.o --- install.c: In function 'h': install.c:20:7: error: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] 20 | if (mkdir(home,0700) == -1) | ^~~~~ install.c:23:7: error: implicit declaration of function 'chown' [-Wimplicit-function-declaration] 23 | if (chown(home,uid,gid) == -1) | ^~~~~ install.c:25:7: error: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] 25 | if (chmod(home,mode) == -1) | ^~~~~ install.c: In function 'd': install.c:36:7: error: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 36 | if (chdir(home) == -1) | ^~~~~ install.c: In function 'c': install.c:63:7: error: implicit declaration of function 'fchdir' [-Wimplicit-function-declaration] 63 | if (fchdir(fdsourcedir) == -1) | ^~~~~~ install.c:88:3: error: implicit declaration of function 'close' [-Wimplicit-function-declaration] 88 | close(fdin); | ^~~~~ install.c:91:7: error: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] 91 | if (fsync(fdout) == -1) | ^~~~~ install.c: In function 'main': install.c:146:3: error: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 146 | umask(077); | ^~~~~ *** [install.o] Error code 1 bmake: stopped making "it" in /home/pbulk/build/mail/qmailanalog/work/qmailanalog-0.70 --- instcheck.o --- instcheck.c: In function 'd': instcheck.c:59:7: error: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 59 | if (chdir(home) == -1) | ^~~~~ *** [instcheck.o] Error code 1 bmake: stopped making "it" in /home/pbulk/build/mail/qmailanalog/work/qmailanalog-0.70 bmake: 3 errors bmake: stopped making "it" in /home/pbulk/build/mail/qmailanalog/work/qmailanalog-0.70 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/qmailanalog *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/qmailanalog