=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/converters/mpack", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mpack-1.6nb4 --- unixpk.o --- --- encode.o --- --- codes.o --- --- unixpk.o --- gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wno-error=implicit-int -Wno-error=implicit-function-declaration -c unixpk.c --- encode.o --- gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wno-error=implicit-int -Wno-error=implicit-function-declaration -c encode.c --- codes.o --- gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wno-error=implicit-int -Wno-error=implicit-function-declaration -c codes.c --- encode.o --- encode.c: In function 'encode': encode.c:88:13: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 88 | free(md5digest(descfile, &l)); /* XXX */ | ^~~~ encode.c:27:1: note: include '' or provide a declaration of 'free' 26 | #include +++ |+#include 27 | encode.c:88:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 88 | free(md5digest(descfile, &l)); /* XXX */ | ^~~~ encode.c:88:13: note: include '' or provide a declaration of 'free' --- codes.o --- codes.c: In function 'md5contextTo64': --- encode.o --- encode.c:118:13: warning: implicit declaration of function 'os_perror'; did you mean 'strerror'? [-Wimplicit-function-declaration] 118 | os_perror(buf); | ^~~~~~~~~ | strerror --- codes.o --- codes.c:107:5: error: too many arguments to function 'MD5Final'; expected 0, have 2 107 | MD5Final(digest, context); | ^~~~~~~~ ~~~~~~ In file included from codes.c:42: md5.h:66:6: note: declared here 66 | void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *)); | ^~~~~~~~ codes.c: In function 'md5digest': codes.c:130:5: error: too many arguments to function 'MD5Init'; expected 0, have 1 130 | MD5Init(&context); | ^~~~~~~ ~~~~~~~~ md5.h:63:6: note: declared here 63 | void MD5Init PROTO_LIST ((MD5_CTX *)); | ^~~~~~~ codes.c:133:9: error: too many arguments to function 'MD5Update'; expected 0, have 3 133 | MD5Update(&context, buf, nbytes); | ^~~~~~~~~ ~~~~~~~~ md5.h:64:6: note: declared here 64 | void MD5Update PROTO_LIST | ^~~~~~~~~ --- encode.o --- encode.c:198:17: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 198 | free(appledigest); | ^~~~ encode.c:198:17: note: include '' or provide a declaration of 'free' encode.c:206:24: warning: implicit declaration of function 'to64' [-Wimplicit-function-declaration] 206 | written += to64(applefile, outfile, | ^~~~ encode.c:225:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 225 | free(digest); | ^~~~ encode.c:225:13: note: include '' or provide a declaration of 'free' --- unixpk.o --- unixpk.c: In function 'main': unixpk.c:185:9: warning: implicit declaration of function 'os_perror'; did you mean 'strerror'? [-Wimplicit-function-declaration] 185 | os_perror(fname); | ^~~~~~~~~ | strerror unixpk.c:197:9: warning: implicit declaration of function 'encode' [-Wimplicit-function-declaration] 197 | if (encode(infile, (FILE *)0, fname, descfile, subject, headers, | ^~~~~~ unixpk.c: In function 'sendmail': unixpk.c:257:23: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] 257 | while (pid != wait(&status)); | ^~~~ --- codes.o --- *** [codes.o] Error code 1 bmake: stopped making "all" in /tmp/work/converters/mpack/work/mpack-1.6 bmake: 1 error bmake: stopped making "all" in /tmp/work/converters/mpack/work/mpack-1.6 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/mpack *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/mpack