=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/mail/qmailanalog", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for qmailanalog-0.70nb2 --- auto-ccld.sh --- --- zoverall --- --- 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 chmod 755 zoverall --- zsendmail --- --- xqp --- --- 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 --- zsendmail --- chmod 755 zsendmail --- xqp --- chmod 755 xqp --- xsender --- --- xrecipient --- --- 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 --- xsender --- chmod 755 xsender --- xrecipient --- chmod 755 xrecipient --- ddist --- --- deferrals --- --- ddist --- cat warn-auto.sh ddist.sh | sed s}HOME}"`head -1 conf-home`"}g > ddist --- deferrals --- cat warn-auto.sh deferrals.sh | sed s}HOME}"`head -1 conf-home`"}g > deferrals --- ddist --- chmod 755 ddist --- deferrals --- chmod 755 deferrals --- failures --- --- successes --- --- 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 --- failures --- chmod 755 failures --- successes --- chmod 755 successes --- rhosts --- --- recipients --- --- 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 --- rhosts --- chmod 755 rhosts --- recipients --- chmod 755 recipients --- rxdelay --- --- senders --- --- 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 --- rxdelay --- chmod 755 rxdelay --- senders --- chmod 755 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 --- suids --- chmod 755 suids --- zddist --- chmod 755 zddist --- zdeferrals --- --- zfailures --- --- 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 --- zdeferrals --- chmod 755 zdeferrals --- zfailures --- chmod 755 zfailures --- zsuccesses --- --- zrhosts --- --- 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 --- zsuccesses --- chmod 755 zsuccesses --- zrhosts --- chmod 755 zrhosts --- zrecipients --- --- zrxdelay --- --- zrecipients --- cat warn-auto.sh zrecipients.sh | sed s}HOME}"`head -1 conf-home`"}g > zrecipients --- zrxdelay --- cat warn-auto.sh zrxdelay.sh | sed s}HOME}"`head -1 conf-home`"}g > zrxdelay --- zrecipients --- chmod 755 zrecipients --- zrxdelay --- chmod 755 zrxdelay --- zsenders --- --- zsuids --- --- zsenders --- cat warn-auto.sh zsenders.sh | sed s}HOME}"`head -1 conf-home`"}g > zsenders --- zsuids --- cat warn-auto.sh zsuids.sh | sed s}HOME}"`head -1 conf-home`"}g > zsuids --- zsenders --- chmod 755 zsenders --- zsuids --- chmod 755 zsuids --- 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 --- load --- chmod 755 load --- makelib --- --- alloc.o --- --- 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(); alloc.c:4:13: warning: conflicting types for built-in function 'free'; expected 'void(void *)' [-Wbuiltin-declaration-mismatch] 4 | extern void free(); | ^~~~ alloc.c:4:13: note: 'free' is declared in header '' alloc.c: In function 'alloc': alloc.c:14:26: warning: old-style function definition [-Wold-style-definition] 14 | /*@null@*//*@out@*/char *alloc(n) | ^~~~~ alloc.c:16:1: error: number of arguments doesn't match prototype 16 | { | ^ In file included from alloc.c:1: alloc.h:4:33: error: prototype declaration 4 | extern /*@null@*//*@out@*/char *alloc(); | ^~~~~ alloc.c:20:7: error: too many arguments to function 'malloc'; expected 0, have 1 20 | x = malloc(n); | ^~~~~~ ~ alloc.c:3:14: note: declared here 3 | extern char *malloc(); | ^~~~~~ alloc.c: In function 'alloc_free': alloc.c:25:6: warning: old-style function definition [-Wold-style-definition] 25 | void alloc_free(x) | ^~~~~~~~~~ alloc.c:27:1: error: number of arguments doesn't match prototype 27 | { | ^ alloc.h:5:13: error: prototype declaration 5 | extern void alloc_free(); | ^~~~~~~~~~ alloc.c:31:3: error: too many arguments to function 'free'; expected 0, have 1 31 | free(x); | ^~~~ ~ alloc.c:4:13: note: declared here 4 | extern void free(); | ^~~~ *** [alloc.o] Error code 1 bmake: stopped making "it" in /tmp/work/mail/qmailanalog/work/qmailanalog-0.70 --- alloc_re.o --- alloc_re.c: In function 'alloc_re': alloc_re.c:4:5: warning: old-style function definition [-Wold-style-definition] 4 | int alloc_re(x,m,n) | ^~~~~~~~ alloc_re.c:8:1: error: number of arguments doesn't match prototype 8 | { | ^ In file included from alloc_re.c:1: alloc.h:6:12: error: prototype declaration 6 | extern int alloc_re(); | ^~~~~~~~ alloc_re.c:11:7: error: too many arguments to function 'alloc'; expected 0, have 1 11 | y = alloc(n); | ^~~~~ ~ alloc.h:4:33: note: declared here 4 | extern /*@null@*//*@out@*/char *alloc(); | ^~~~~ alloc_re.c:13:3: error: too many arguments to function 'byte_copy'; expected 0, have 3 13 | byte_copy(y,m,*x); | ^~~~~~~~~ ~ In file included from alloc_re.c:2: byte.h:6:13: note: declared here 6 | extern void byte_copy(); | ^~~~~~~~~ alloc_re.c:14:3: error: too many arguments to function 'alloc_free'; expected 0, have 1 14 | alloc_free(*x); | ^~~~~~~~~~ ~~ alloc.h:5:13: note: declared here 5 | extern void alloc_free(); | ^~~~~~~~~~ *** [alloc_re.o] Error code 1 bmake: stopped making "it" in /tmp/work/mail/qmailanalog/work/qmailanalog-0.70 bmake: 2 errors bmake: stopped making "it" in /tmp/work/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