=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for 7plus-225nb1 gcc -c -O2 -Wall -pedantic -ansi -D__unix__ 7plus.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ encode.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ correct.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ rebuild.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ decode.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ extract.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ join.c gcc -c -O2 -Wall -pedantic -ansi -D__unix__ utils.c In file included from rebuild.c:1: ./7plus.h:369:3: error: unknown type name 'ulong' ulong timestamp; ^ ./7plus.h:371:3: error: unknown type name 'ulong' ulong lines_ok[4090]; ^ ./7plus.h:412:1: error: unknown type name 'ulong' ulong read_ulong (FILE *in); ^ ./7plus.h:414:34: error: unknown type name 'ulong' void write_ulong (FILE *out, ulong val); ^ ./7plus.h:418:58: error: unknown type name 'ulong' int copy_file (const char *to, const char *from, ulong timestamp); ^ ./7plus.h:419:64: error: unknown type name 'ulong' void replace (const char *oldfil, const char *newfil, ulong timestamp); ^ ./7plus.h:448:2: error: unknown type name 'ulong' ulong get_filetime (const char *filename); ^ ./7plus.h:449:44: error: unknown type name 'ulong' void set_filetime (const char *filename, ulong ftimestamp); ^ 8 errors generated. In file included from encode.c:1: ./7plus.h:369:3: error: unknown type name 'ulong' ulong timestamp; ^ ./7plus.h:371:3: error: unknown type name 'ulong' ulong lines_ok[4090]; ^ ./7plus.h:412:1: error: unknown type name 'ulong' ulong read_ulong (FILE *in); ^ ./7plus.h:414:34: error: unknown type name 'ulong' gmake: *** [netbsd.mak:28: rebuild.o] Error 1 gmake: *** Waiting for unfinished jobs.... void write_ulong (FILE *out, ulong val); ^ ./7plus.h:418:58: error: unknown type name 'ulong' int copy_file (const char *to, const char *from, ulong timestamp); ^ ./7plus.h:419:64: error: unknown type name 'ulong' void replace (const char *oldfil, const char *newfil, ulong timestamp); ^ ./7plus.h:448:2: error: unknown type name 'ulong' ulong get_filetime (const char *filename); ^ ./7plus.h:449:44: error: unknown type name 'ulong' void set_filetime (const char *filename, ulong ftimestamp); ^ encode.c:16:8: error: expected ';' after expression ulong ftimestamp, ftstamp0 , after[16], *af, h; ^ ; encode.c:16:3: error: use of undeclared identifier 'ulong' ulong ftimestamp, ftstamp0 , after[16], *af, h; ^ encode.c:16:12: error: use of undeclared identifier 'ftimestamp' ulong ftimestamp, ftstamp0 , after[16], *af, h; ^ encode.c:16:24: error: use of undeclared identifier 'ftstamp0' ulong ftimestamp, ftstamp0 , after[16], *af, h; ^ encode.c:16:35: error: use of undeclared identifier 'after' ulong ftimestamp, ftstamp0 , after[16], *af, h; ^ encode.c:16:47: error: use of undeclared identifier 'af' ulong ftimestamp, ftstamp0 , after[16], *af, h; ^ encode.c:16:51: error: use of undeclared identifier 'h' ulong ftimestamp, ftstamp0 , after[16], *af, h; ^ encode.c:31:3: error: use of undeclared identifier 'ftimestamp' ftimestamp = ftstamp0 = 0UL; ^ encode.c:31:16: error: use of undeclared identifier 'ftstamp0' ftimestamp = ftstamp0 = 0UL; ^ encode.c:42:7: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] unlink (_7PLUS_FLS); ^ In file included from correct.c:1: ./7plus.h:369:3: error: unknown type name 'ulong' ulong timestamp; ^ ./7plus.h:371:3: error: unknown type name 'ulong' ulong lines_ok[4090]; ^ encode.c:82:7: error: use of undeclared identifier 'ftstamp0' ftstamp0 = 0UL; ^ ./7plus.h:412:1: error: unknown type name 'ulong' ulong read_ulong (FILE *in); ^ encode.c:167:4: error: use of undeclared identifier 'ftimestamp' ftimestamp = get_filetime (q); ^ ./7plus.h:414:34: error: unknown type name 'ulong' void write_ulong (FILE *out, ulong val); ^encode.c:180:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit (20); ^ encode.c:180:5: note: include the header or explicitly provide a declaration for 'exit' ./7plus.h:418:58: error: unknown type name 'ulong' int copy_file (const char *to, const char *from, ulong timestamp); ^ encode.c:270:34: warning: address of array 'searchbin' will always evaluate to 'true' [-Wpointer-bool-conversion] sprintf (filename, "%s%s", searchbin?searchbin:"", _7PLUS_FLS); ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ encode.c:320:40: warning: address of array 'searchbin' will always evaluate to 'true' [-Wpointer-bool-conversion] sprintf (filename, "%s%s%s", searchbin?searchbin:"", ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ ./7plus.h:encode.c419:64: error: unknown type name 'ulong' :335:44: warning: address of array 'searchbin' will always evaluate to 'true' [-Wpointer-bool-conversion] void replace (const char *oldfil, const char *newfil, ulong timestamp); ^ sprintf (filename, "%s%s.p%02x", searchbin?searchbin:"", ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ encode.c:355:40: warning: address of array 'searchbin' will always evaluate to 'true' [-Wpointer-bool-conversion] ./7plus.h:448:2: error: unknown type name 'ulong' sprintf (filename, "%s%s%s", searchbin?searchbin:"", ^~~~~~~~~~ ulong get_filetime (const char *filename); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47In file included from extract.c:1:: 56: note: expanded from macro 'sprintf' ./7plus.h:./7plus.h __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ 369:3: error: unknown type name 'ulong' ulong timestamp; ^ :449:44: error: unknown type name 'ulong' void set_filetime (const char *filename, ulong ftimestamp); ^ ./7plus.h:371:3: error: unknown type name 'ulong' ulong lines_ok[4090]; ^ ./7plus.h:412:1: error: unknown type name 'ulong' ulong read_ulong (FILE *in); ^ correct.c:28./7plus.h:414:34: error: unknown type name 'ulong' :void write_ulong (FILE *out, ulong val);8: ^ fatal errorerror: expected ';' after expression : too many errors emitted, stopping now [-ferror-limit=] ulong ftimestamp;./7plus.h:418:58: error: unknown type name 'ulong' ^ ; int copy_file (const char *to, const char *from, ulong timestamp); ^ correct.c:28:3: error: use of undeclared identifier 'ulong' ulong ftimestamp; ^ ./7plus.h:419:64: errorcorrect.c: unknown type name 'ulong' :void replace (const char *oldfil, const char *newfil, ulong timestamp); ^ 28:12: error: use of undeclared identifier 'ftimestamp' ulong ftimestamp; ^ 6 warnings and 20 errors generated. In file included from join.c:1: ./7plus.h:369:3: error: unknown type name 'ulong' ulong timestamp; ^ ./7plus.h./7plus.h:371:3: error: unknown type name 'ulong' :448:2: error: correct.cunknown type name 'ulong' ulong lines_ok[4090]; ^: In file included from 7plus.c:9131: ulong get_filetime (const char *filename);./7plus.h :3 ^ :./7plus.h:369:412:1: : 3./7plus.herror:error: unknown type name 'ulong' :: 449use of undeclared identifier 'ftimestamp' gmake: *** [netbsd.mak:28: encode.o] Error 1 ftimestamp = 0UL;error: :44:unknown type name 'ulong' error: ulong read_ulong (FILE *in); ^ unknown type name 'ulong' ulong timestamp; ^ ^ void set_filetime (const char *filename, ulong ftimestamp); ./7plus.h ^ ./7plus.h:371:3: error: unknown type name 'ulong' ulong lines_ok[4090]; ^ :414:34: error: unknown type name 'ulong' void write_ulong (FILE *out, ulong val); ^./7plus.h:412:1: error: unknown type name 'ulong' ulong read_ulong (FILE *in); ^ ./7plus.h:414:34: error: unknown type name 'ulong' void write_ulong (FILE *out, ulong val); ^ correct.c:196:68./7plus.h::418:58:./7plus.h:418: 58error:error: use of undeclared identifier 'ftimestamp': error unknown type name 'ulong': orgname, &binbytes, filename, &ftimestamp); extract.c:19:unknown type name 'ulong' 8: error ^ int copy_file (const char *to, const char *from, ulong timestamp);: expected ';' after expression int copy_file (const char *to, const char *from, ulong timestamp); ^ ulong bytes, sum; ^ ; correct.c :extract.c209:45::19: warning: ./7plus.h:419 ^ address of array 'dum' will always evaluate to 'true' [-Wpointer-bool-conversion]3:: error: use of undeclared identifier 'ulong' ulong bytes, sum; ^ if (!mcrc(line, 0) || !corrpart || !dum) ~^~~ ./7plus.h:419:64: error64: :unknown type name 'ulong'extract.c :error19: void replace (const char *oldfil, const char *newfil, ulong timestamp);unknown type name 'ulong' :void replace (const char *oldfil, const char *newfil, ulong timestamp);9:correct.c error : ^ use of undeclared identifier 'bytes' ^ :In file included from ulong bytes, sum;decode.c:1: ./7plus.h./7plus.h:: 448: ^2:241 369: ./7plus.h:448:error:72:: : unknown type name 'ulong'error: unknown type name 'ulong'3 error ulong get_filetime (const char *filename); extract.c:19 ^: : 16: erroruse of undeclared identifier 'ftimestamp' :: error ulong get_filetime (const char *filename);./7plus.hunknown type name 'ulong' ulong timestamp; : use of undeclared identifier 'sum' ftimestamp = 0UL; ^ ^: ^ ulong bytes, sum; 449:44: error./7plus.h:449: ^: ./7plus.h44 :371:3: error: unknown type name 'ulong' unknown type name 'ulong' ulong lines_ok[4090];: error : ^unknown type name 'ulong' correct.cextract.c void set_filetime (const char *filename, ulong ftimestamp); : ^: 253: void set_filetime (const char *filename, ulong ftimestamp);29: error: use of undeclared identifier 'ftimestamp' indexfile, &ftimestamp) != 2) ^ ^24 ./7plus.h::412:1: error: unknown type name 'ulong' 3: error: use of undeclared identifier 'bytes' ulong read_ulong (FILE *in);correct.c :254:15: error: use of undeclared identifier 'ftimestamp' bytes = sum = 0UL; ftimestamp = 0UL;^ ^ ^ join.c:76:8: error: expected ';' after expression 7plus.c:604:29: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Wimplicit-function-declaration] extract.c ulong timestamp[2];: endstr = (char *) malloc ((int) strlen (argv[i]) +1); 24:11: error: use of undeclared identifier 'sum' ./7plus.h ^ ; bytes = sum = 0UL; ^ ^ correct.c:414::7plus.c 269join.c:7634:10::604: 29::3:: errorerror: use of undeclared identifier 'ftimestamp'error: : use of undeclared identifier 'ulong' note: unknown type name 'ulong'include the header or explicitly provide a declaration for 'malloc' extract.c: 58:37: error: use of undeclared identifier 'bytes' if ((ftimestamp && idxptr->timestamp && (ftimestamp != idxptr->timestamp)) ulong timestamp[2]; ^ fprintf (o, "%6lu %5d -\n", bytes, lines); ^ void write_ulong (FILE *out, ulong val); ^ 7plus.c :694:8: warning ^: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] join.c:76:9: error: extract.c:59:9: error: use of undeclared identifier 'sum' use of undeclared identifier 'timestamp'correct.c:269:46: error sum += bytes; if (!isatty (fileno (o))): use of undeclared identifier 'ftimestamp' ./7plus.h ^ ulong timestamp[2]; if ((ftimestamp && idxptr->timestamp && (ftimestamp != idxptr->timestamp)) ^ : ^418 :58: ^ error: unknown type name 'ulong' extract.cint copy_file (const char *to, const char *from, ulong timestamp); ^ :59:16: error: use of undeclared identifier 'bytes' 7plus.c./7plus.h:419: sum += bytes; ^ :734:19: join.c64:warning:86:5: : error: use of undeclared identifier 'timestamp' correct.cformat string is not a string literal (potentially insecure) [-Wformat-security] error: fprintf (o, help[i++]);unknown type name 'ulong' :void replace (const char *oldfil, const char *newfil, ulong timestamp); ^ timestamp[i] = 0UL; 392 : ^ 7: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] ^~~~~~~~~extract.c ./7plus.h:7plus.c:734:19: note: :treat the string as an argument to avoid this unlink (newname);join.c 448 fprintf (o, help[i++]);::2:146173: ^ ^ 17: :error: unknown type name 'ulong'9warning: : "%s", format string is not a string literal (potentially insecure) [-Wformat-security] correct.c:454 ulong get_filetime (const char *filename);:7plus.c: ^ 4 fprintf (tmp, delimit); error: use of undeclared identifier 'bytes': warning746:5 ^~~~~~~ : ./7plus.himplicit declaration of function 'unlink' [-Wimplicit-function-declaration] : unlink (indexfile);join.c :449 ^ 146:: bytes = 0UL;44 ^: : error : 3 warningunknown type name 'ulong' 17warning:: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]extract.cs:203 and 18 errors generated. note : :11: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] treat the string as an argument to avoid this exit (1); fprintf (tmp, delimit); ^ "%s", exit (21); void set_filetime (const char *filename, ulong ftimestamp); ^ ^ ^ 7plus.c:746:5: note: include the header or explicitly provide a declaration for 'exit' extract.c:join.c7plus.c:751:2033: ::warning11: note: decode.c158:: include the header or explicitly provide a declaration for 'exit' 37: error: use of undeclared identifier 'timestamp': implicit declaration of function 'free' [-Wimplicit-function-declaration]56 :5: sscanf (line[i], "[%lx", ×tamp[i]); warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] free (s);extract.c:210 unlink (filename); ^ : ^ ^ 9: join.c:204:25: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf (tmp, delimit); ^~~~~~~ errorjoin.c:204:25: note: treat the string as an argument to avoid this : use of undeclared identifier 'bytes' fprintf (tmp, delimit); ^ "%s", bytes += (ulong) ret;gmake: *** [netbsd.mak:28: correct.o] Error 1 ^ decode.c:78:8: error: expected ';' after expression ulong ftimestamp; ^ ; decode.c:78:3: error: use of undeclared identifier 'ulong' ulong ftimestamp; ^ join.c:216:8: error: use of undeclared identifier 'timestamp' if (!timestamp[0] && timestamp[1]) ^ 5 warnings and 8 errors generated. fatal error: too many errors emitted, stopping now [-ferror-limit=] decode.c:78:12: error: use of undeclared identifier 'ftimestamp' join.c:216:24: error: use of undeclared identifier 'timestamp' ulong ftimestamp; if (!timestamp[0] && timestamp[1]) ^ ^1 warning and 20 errors generated. decode.c:88:3: error: use of undeclared identifier 'ftimestamp' ftimestamp = 0UL; ^ gmake: *** [netbsd.mak:28: 7plus.o] Error 1 join.c:219:7: error: use of undeclared identifier 'timestamp' if (timestamp[i]) ^ gmake: *** [netbsd.mak:28: extract.o] Error 1 join.c:220:30: error: use of undeclared identifier 'timestamp' fprintf (tmp, "[%lX]%s", timestamp[i], delimit); ^ join.c:227:7: error: use of undeclared identifier 'timestamp' if (timestamp[0] && timestamp[1] && timestamp[0] != timestamp[1]) ^ join.c:227:23:decode.c:419:16: error: use of undeclared identifier 'ftimestamp' error: if (!ftimestamp && strchr (rline, '[')) ^ use of undeclared identifier 'timestamp' if (timestamp[0] && timestamp[1] && timestamp[0] != timestamp[1]) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] decode.c:432:62: error: use of undeclared identifier 'ftimestamp' dummy, &ftimestamp) != 2) ^ 2 warnings and 20 errors generated. decode.c:433:17: error: use of undeclared identifier 'ftimestamp' ftimestamp = 0UL; ^ decode.c:435:33: error: use of undeclared identifier 'ftimestamp' idxptr->timestamp = ftimestamp; ^ gmake: *** [netbsd.mak:28: join.o] Error 1 decode.c:549:35: error: use of undeclared identifier 'ftimestamp' replace (srcname, metafile, ftimestamp); ^ decode.c:614:10: error: unknown type name 'ulong' static ulong after[16], *af; ^ decode.c:629:3: error: use of undeclared identifier 'af' af = after; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. gmake: *** [netbsd.mak:28: decode.o] Error 1 In file included from utils.c:1: ./7plus.h:369:3: error: unknown type name 'ulong' ulong timestamp; ^ ./7plus.h:371:3: error: unknown type name 'ulong' ulong lines_ok[4090]; ^ ./7plus.h:412:1: error: unknown type name 'ulong' ulong read_ulong (FILE *in); ^ ./7plus.h:414:34: error: unknown type name 'ulong' void write_ulong (FILE *out, ulong val); ^ ./7plus.h:418:58: error: unknown type name 'ulong' int copy_file (const char *to, const char *from, ulong timestamp); ^ ./7plus.h:419:64: error: unknown type name 'ulong' void replace (const char *oldfil, const char *newfil, ulong timestamp); ^ ./7plus.h:448:2: error: unknown type name 'ulong' ulong get_filetime (const char *filename); ^ ./7plus.h:449:44: error: unknown type name 'ulong' void set_filetime (const char *filename, ulong ftimestamp); ^ utils.c:88:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit (1); ^ utils.c:88:5: note: include the header or explicitly provide a declaration for 'exit' utils.c:101:12: error: unknown type name 'ulong' register ulong cs; ^ utils.c:191:8: error: expected ';' after expression ulong i, begin, end; ^ ; utils.c:191:3: error: use of undeclared identifier 'ulong' ulong i, begin, end; ^ utils.c:191:9: error: use of undeclared identifier 'i' ulong i, begin, end; ^ utils.c:191:12: error: use of undeclared identifier 'begin' ulong i, begin, end; ^ utils.c:191:19: error: use of undeclared identifier 'end' ulong i, begin, end; ^ utils.c:219:10: error: use of undeclared identifier 'begin' if ((begin = read_ulong (ifile)) == 0xffffffffUL) ^ utils.c:221:5: error: use of undeclared identifier 'end' end = read_ulong (ifile); ^ utils.c:223:10: error: use of undeclared identifier 'end' if ((end>>5) > (begin>>5)) ^ utils.c:223:21: error: use of undeclared identifier 'begin' if ((end>>5) > (begin>>5)) ^ utils.c:224:12: error: use of undeclared identifier 'i' for (i = begin;i < ((begin |31UL) + 1UL); i++) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. gmake: *** [netbsd.mak:28: utils.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/ham/7plus *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/ham/7plus