=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/mail/qmail-rejectutils", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for qmail-rejectutils-20201215nb1 --- 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 chmod 755 load --- compile --- chmod 755 compile --- 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 "rejectutils" in /tmp/work/mail/qmail-rejectutils/work/netqmail-1.06 --- 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 "rejectutils" in /tmp/work/mail/qmail-rejectutils/work/netqmail-1.06 bmake: 2 errors bmake: stopped making "rejectutils" in /tmp/work/mail/qmail-rejectutils/work/netqmail-1.06 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/qmail-rejectutils *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/qmail-rejectutils