=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/ucspi-udp", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for ucspi-udp-0.88.1 --- load --- --- compile --- --- load --- ( cat warn-auto.sh; echo 'main="$1"; shift'; echo exec "`head -1 conf-ld`" '-o "$main" "$main".o ${1+"$@"}' ) > load --- compile --- ( cat warn-auto.sh; echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' ) > compile --- load --- chmod 755 load --- compile --- chmod 755 compile --- choose --- --- systype --- --- choose --- cat warn-auto.sh choose.sh | sed s}HOME}"`head -1 conf-home`"}g > choose --- systype --- ( cat warn-auto.sh; echo CC=\'`head -1 conf-cc`\'; echo LD=\'`head -1 conf-ld`\'; cat find-systype.sh; ) | sh > systype --- choose --- chmod 755 choose --- udpcat --- cat warn-auto.sh udpcat.sh | sed s}HOME}"`head -1 conf-home`"}g > udpcat chmod 755 udpcat --- rts --- cat warn-auto.sh rts.sh | sed s}HOME}"`head -1 conf-home`"}g > rts chmod 755 rts --- alloc.o --- ./compile alloc.c 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/net/ucspi-udp/work/tsi-ucspi-udp-ea972137e1da3189237aecc954bff2377398cb36 bmake: 1 error bmake: stopped making "it" in /tmp/work/net/ucspi-udp/work/tsi-ucspi-udp-ea972137e1da3189237aecc954bff2377398cb36 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/ucspi-udp *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/ucspi-udp