=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/macutil", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for macutil-2.0b3 --- all --- (cd crc; make CF='-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS') --- makecrc.o --- gcc -O -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c makecrc.c makecrc.c:35:13: warning: conflicting types for built-in function 'exit'; expected 'void(int)' [-Wbuiltin-declaration-mismatch] 35 | extern void exit(); | ^~~~ makecrc.c:34:1: note: 'exit' is declared in header '' 33 | #include +++ |+#include 34 | makecrc.c:36:14: warning: conflicting types for built-in function 'strcat'; expected 'char *(char *, const char *)' [-Wbuiltin-declaration-mismatch] 36 | extern char *strcat(); | ^~~~~~ makecrc.c:34:1: note: 'strcat' is declared in header '' 33 | #include +++ |+#include 34 | makecrc.c:40:1: error: return type defaults to 'int' [-Wimplicit-int] 40 | main() | ^~~~ makecrc.c: In function 'main': makecrc.c:42:5: error: too many arguments to function 'initcrctab'; expected 0, have 5 42 | initcrctab("ccitt", 0x1021, 0xffff, 0, 16); | ^~~~~~~~~~ ~~~~~~~ makecrc.c:38:13: note: declared here 38 | static void initcrctab(); | ^~~~~~~~~~ makecrc.c:43:5: error: too many arguments to function 'initcrctab'; expected 0, have 5 43 | initcrctab("kermit", 0x8408, 0, 1, 16); | ^~~~~~~~~~ ~~~~~~~~ makecrc.c:38:13: note: declared here 38 | static void initcrctab(); | ^~~~~~~~~~ makecrc.c:44:5: error: too many arguments to function 'initcrctab'; expected 0, have 5 44 | initcrctab("arc", 0xa001, 0, 1, 16); | ^~~~~~~~~~ ~~~~~ makecrc.c:38:13: note: declared here 38 | static void initcrctab(); | ^~~~~~~~~~ makecrc.c:45:5: error: too many arguments to function 'initcrctab'; expected 0, have 5 45 | initcrctab("binhex", 0x1021, 0, 0, 16); | ^~~~~~~~~~ ~~~~~~~~ makecrc.c:38:13: note: declared here 38 | static void initcrctab(); | ^~~~~~~~~~ makecrc.c:46:5: error: too many arguments to function 'initcrctab'; expected 0, have 5 46 | initcrctab("ccitt32",0x04c11db7,0xffffffff,0,32); | ^~~~~~~~~~ ~~~~~~~~~ makecrc.c:38:13: note: declared here 38 | static void initcrctab(); | ^~~~~~~~~~ makecrc.c:47:5: error: too many arguments to function 'initcrctab'; expected 0, have 5 47 | initcrctab("zip",0xedb88320,0xffffffff,1,32); | ^~~~~~~~~~ ~~~~~ makecrc.c:38:13: note: declared here 38 | static void initcrctab(); | ^~~~~~~~~~ makecrc.c:48:5: error: too many arguments to function 'exit'; expected 0, have 1 48 | exit(0); | ^~~~ ~ makecrc.c:35:13: note: declared here 35 | extern void exit(); | ^~~~ makecrc.c: In function 'initcrctab': makecrc.c:52:13: warning: old-style function definition [-Wold-style-definition] 52 | static void initcrctab(name, poly, init, swapped, bits) | ^~~~~~~~~~ makecrc.c:63:11: error: too many arguments to function 'strcat'; expected 0, have 2 63 | (void)strcat(buf, name); | ^~~~~~ ~~~ makecrc.c:36:14: note: declared here 36 | extern char *strcat(); | ^~~~~~ makecrc.c:64:11: error: too many arguments to function 'strcat'; expected 0, have 2 64 | (void)strcat(buf, ".c"); | ^~~~~~ ~~~ makecrc.c:36:14: note: declared here 36 | extern char *strcat(); | ^~~~~~ makecrc.c:67:9: error: too many arguments to function 'exit'; expected 0, have 1 67 | exit(1); | ^~~~ ~ makecrc.c:35:13: note: declared here 35 | extern void exit(); | ^~~~ *** [makecrc.o] Error code 1 make[1]: stopped making "libcrc.a" in /tmp/work/archivers/macutil/work/macutil/crc make[1]: 1 error make[1]: stopped making "libcrc.a" in /tmp/work/archivers/macutil/work/macutil/crc *** [all] Error code 2 bmake: stopped making "all" in /tmp/work/archivers/macutil/work/macutil bmake: 1 error bmake: stopped making "all" in /tmp/work/archivers/macutil/work/macutil *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/macutil *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/macutil