=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/time/leapsunpack", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for leapsunpack-0.06 --- systype --- --- leapsinstall --- rm -f leapsinstall --- systype --- sh find-systype.sh > systype --- leapsinstall --- cat warn-auto.sh leapsinstall.sh > leapsinstall chmod 755 leapsinstall --- choose --- rm -f choose cat warn-auto.sh choose.sh > choose chmod 755 choose --- compile --- --- load --- --- compile --- rm -f compile --- load --- rm -f load --- compile --- sh print-cc.sh > compile --- load --- sh print-ld.sh > load --- compile --- chmod 755 compile --- load --- chmod 755 load --- makelib --- rm -f makelib --- alloc.o --- --- makelib --- sh print-ar.sh > makelib --- alloc.o --- ./compile alloc.c --- makelib --- chmod 755 makelib --- alloc_re.o --- ./compile alloc_re.c --- alloc.o --- alloc.c: In function 'alloc': alloc.c:15:26: warning: old-style function definition [-Wold-style-definition] 15 | /*@null@*//*@out@*/char *alloc(n) | ^~~~~ alloc.c:17:1: error: number of arguments doesn't match prototype 17 | { | ^ In file included from alloc.c:4: alloc.h:6:33: error: prototype declaration 6 | extern /*@null@*//*@out@*/char *alloc(); | ^~~~~ alloc.c: In function 'alloc_free': alloc.c:26:6: warning: old-style function definition [-Wold-style-definition] 26 | void alloc_free(x) | ^~~~~~~~~~ alloc.c:28:1: error: number of arguments doesn't match prototype 28 | { | ^ alloc.h:7:13: error: prototype declaration 7 | extern void alloc_free(); | ^~~~~~~~~~ *** [alloc.o] Error code 1 bmake: stopped making "it" in /tmp/work/time/leapsunpack/work/leapsunpack-0.06 --- alloc_re.o --- alloc_re.c: In function 'alloc_re': alloc_re.c:6:5: warning: old-style function definition [-Wold-style-definition] 6 | int alloc_re(x,m,n) | ^~~~~~~~ alloc_re.c:10:1: error: number of arguments doesn't match prototype 10 | { | ^ In file included from alloc_re.c:3: alloc.h:8:12: error: prototype declaration 8 | extern int alloc_re(); | ^~~~~~~~ alloc_re.c:13:7: error: too many arguments to function 'alloc'; expected 0, have 1 13 | y = alloc(n); | ^~~~~ ~ alloc.h:6:33: note: declared here 6 | extern /*@null@*//*@out@*/char *alloc(); | ^~~~~ alloc_re.c:15:3: error: too many arguments to function 'byte_copy'; expected 0, have 3 15 | byte_copy(y,m,*x); | ^~~~~~~~~ ~ In file included from alloc_re.c:4: byte.h:8:13: note: declared here 8 | extern void byte_copy(); | ^~~~~~~~~ alloc_re.c:16:3: error: too many arguments to function 'alloc_free'; expected 0, have 1 16 | alloc_free(*x); | ^~~~~~~~~~ ~~ alloc.h:7:13: note: declared here 7 | extern void alloc_free(); | ^~~~~~~~~~ *** [alloc_re.o] Error code 1 bmake: stopped making "it" in /tmp/work/time/leapsunpack/work/leapsunpack-0.06 bmake: 2 errors bmake: stopped making "it" in /tmp/work/time/leapsunpack/work/leapsunpack-0.06 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/time/leapsunpack *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/time/leapsunpack