=> 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 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]; ^ ./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); ^ correct.c:28:8: error: expected ';' after expression ulong ftimestamp; ^ ; correct.c:28:3: error: use of undeclared identifier 'ulong' ulong ftimestamp; ^ correct.c:28:12: error: use of undeclared identifier 'ftimestamp' ulong ftimestamp; ^ correct.c:31:3: error: use of undeclared identifier 'ftimestamp' ftimestamp = 0UL; ^ correct.c:196:68: error: use of undeclared identifier 'ftimestamp' orgname, &binbytes, filename, &ftimestamp); ^ correct.c:209:45: warning: address of array 'dum' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!mcrc(line, 0) || !corrpart || !dum) ~^~~ correct.c:241:7: error: use of undeclared identifier 'ftimestamp' ftimestamp = 0UL; ^ correct.c:253:29: error: use of undeclared identifier 'ftimestamp' indexfile, &ftimestamp) != 2) ^ correct.c:254:15: error: use of undeclared identifier 'ftimestamp' ftimestamp = 0UL; ^ correct.c:269:10: error: use of undeclared identifier 'ftimestamp' if ((ftimestamp && idxptr->timestamp && (ftimestamp != idxptr->timestamp)) ^ correct.c:269:46: error: use of undeclared identifier 'ftimestamp' if ((ftimestamp && idxptr->timestamp && (ftimestamp != idxptr->timestamp)) ^ correct.c:392:7: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] unlink (newname); ^ correct.c:454:4: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] unlink (indexfile); ^ 3 warnings and 18 errors generated. In file included from 7plus.c:91: ./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: gmake: *** [netbsd.mak:28: correct.o] Error 1 unknown type name 'ulong' gmake: *** Waiting for unfinished jobs.... void set_filetime (const char *filename, ulong ftimestamp); ^ 7plus.c:604:29: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Wimplicit-function-declaration] endstr = (char *) malloc ((int) strlen (argv[i]) +1); ^ 7plus.c:604:29: note: include the header or explicitly provide a declaration for 'malloc' 7plus.c:694:8: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] if (!isatty (fileno (o))) ^ 7plus.c:734:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf (o, help[i++]); ^~~~~~~~~ 7plus.c:734:19: note: treat the string as an argument to avoid this fprintf (o, help[i++]); ^ "%s", 7plus.c:746:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit (21); ^ 7plus.c:746:5: note: include the header or explicitly provide a declaration for 'exit' 7plus.c:751:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free (s); ^ 5 warnings and 8 errors generated. In file included from extract.c:1: ./7plus.h:369:3: error: unknown type name 'ulong' ulong timestamp; ^ ./7plus.h:371:3gmake: *** [netbsd.mak:28: 7plus.o] Error 1 : 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); ^ In file included from utils.c:1: ./7plus.h:369:3: error: unknown type name 'ulong' ulong timestamp; ^ ./7plus.h:449:44: error: unknown type name 'ulong'In file included from join.c:1: ./7plus.h:369:3: error: unknown type name 'ulong' ./7plus.h:371:3In file included from encode.c::1: ./7plus.h:369 void set_filetime (const char *filename, ulong ftimestamp);:3: ulong timestamp; error: unknown type name 'ulong' ^ ^ error: unknown type name 'ulong' ulong timestamp; ulong lines_ok[4090]; ./7plus.h:371:3: error: unknown type name 'ulong' ulong lines_ok[4090]; ^ ^ ^ extract.c:19:8: error: expected ';' after expression ulong bytes, sum; ^ ; extract.c:19:3: error: use of undeclared identifier 'ulong' ulong bytes, sum; ^ ./7plus.hextract.c:19:9: error./7plus.h:412:1: error: unknown type name 'ulong' :: use of undeclared identifier 'bytes'ulong read_ulong (FILE *in); ^ 371:3: error: unknown type name 'ulong'./7plus.h:414./7plus.h:34:: error: 412unknown type name 'ulong' : ulong bytes, sum; 1 ^ void write_ulong (FILE *out, ulong val); ulong lines_ok[4090]; ^ ^ extract.c:19:16: error: ./7plus.h:418:58: error: unknown type name 'ulong' use of undeclared identifier 'sum' ./7plus.h::412:int copy_file (const char *to, const char *from, ulong timestamp);1: ulong bytes, sum; In file included from error: unknown type name 'ulong' ulong read_ulong (FILE *in); ^rebuild.c :1 ^ ^ : ./7plus.h ./7plus.h:369:3: error: unknown type name 'ulong':414:34: error: unknown type name 'ulong' extract.cerror: unknown type name 'ulong' ./7plus.hulong read_ulong (FILE *in);: :^419 ulong timestamp; ^ 24:3: void write_ulong (FILE *out, ulong val);error : use of undeclared identifier 'bytes' : bytes = sum = 0UL;64 ^ ^ ./7plus.h:371:extract.c:24:11: error: 3use of undeclared identifier 'sum': error:./7plus.h: error418:./7plus.h:58:: unknown type name 'ulong'414: : bytes = sum = 0UL; unknown type name 'ulong'34: errorvoid replace (const char *oldfil, const char *newfil, ulong timestamp); error: unknown type name 'ulong' ^In file included from : ^ ulong lines_ok[4090]; unknown type name 'ulong' int copy_file (const char *to, const char *from, ulong timestamp); void write_ulong (FILE *out, ulong val); ^ ^ decode.c:1: ./7plus.h:369:3: error: unknown type name 'ulong' ./7plus.h:448: ^2extract.c:58: ulong timestamp;37: ./7plus.h: ./7plus.herror: 418error: use of undeclared identifier 'bytes'::41958:: error: : 64unknown type name 'ulong' :unknown type name 'ulong' fprintf (o, "%6lu %5d -\n", bytes, lines); error: unknown type name 'ulong' ./7plus.h int copy_file (const char *to, const char *from, ulong timestamp); ulong get_filetime (const char *filename); ^ : ^ ^412:1 ^: error ./7plus.h: void replace (const char *oldfil, const char *newfil, ulong timestamp);unknown type name 'ulong' ^ :371 :3: error: unknown type name 'ulong'./7plus.h: extract.culong read_ulong (FILE *in); ./7plus.h:^ 448:419:642: :59:9: ./7plus.h:414 ulong lines_ok[4090]; error: ^errorunknown type name 'ulong':./7plus.h: use of undeclared identifier 'sum':44934 : :44 :: errorerror: unknown type name 'ulong' errorvoid write_ulong (FILE *out, ulong val);: ^ sum += bytes; ulong get_filetime (const char *filename);: unknown type name 'ulong'./7plus.h unknown type name 'ulong' ^:412:1 ^ void set_filetime (const char *filename, ulong ftimestamp); ^ :./7plus.h:418:58: error: void replace (const char *oldfil, const char *newfil, ulong timestamp);unknown type name 'ulong' ^ extract.c./7plus.h:449:44: int copy_file (const char *to, const char *from, ulong timestamp);error: unknown type name 'ulong': 59:16utils.c:./7plus.h void set_filetime (const char *filename, ulong ftimestamp);: : 44888 ^ ^: : error: 2use of undeclared identifier 'bytes' 5: sum += bytes;warning : implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] ^ ./7plus.h :419:64: error: unknown type name 'ulong' exit (1);:encode.c :error16: :8: error: unknown type name 'ulong' ^ errorvoid replace (const char *oldfil, const char *newfil, ulong timestamp); extract.cexpected ';' after expression: :unknown type name 'ulong' 173: ulong get_filetime (const char *filename); utils.c: ulong ftimestamp, ftstamp0 , after[16], *af, h; ^88: ^9: ^ ;5:ulong read_ulong (FILE *in); ^ error: use of undeclared identifier 'bytes' note bytes = 0UL;: ./7plus.hinclude the header or explicitly provide a declaration for 'exit': ./7plus.hencode.c./7plus.h:449 : ^16 :3:448::442:: utils.cerror error:101: use of undeclared identifier 'ulong'error: :12 extract.cunknown type name 'ulong' : ulong ftimestamp, ftstamp0 , after[16], *af, h; error void set_filetime (const char *filename, ulong ftimestamp); ^: :: unknown type name 'ulong' unknown type name 'ulong' 203::41411::34: register ulong cs; ^warning ^: ulong get_filetime (const char *filename);implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]error ^ encode.c:16:12:./7plus.h:449:44: exit (1); error: use of undeclared identifier 'ftimestamp' error ulong ftimestamp, ftstamp0 , after[16], *af, h; ^ : unknown type name 'ulong' ^ void set_filetime (const char *filename, ulong ftimestamp); ^ extract.c:203:11: note: utils.cjoin.cinclude the header or explicitly provide a declaration for 'exit' :191:8encode.c:16:24: error: :use of undeclared identifier 'ftstamp0'76 :8: : ulong ftimestamp, ftstamp0 , after[16], *af, h;unknown type name 'ulong' ^ error: expected ';' after expression extract.c:210encode.c ulong timestamp[2];8: : errors16: ^: 35: ;error: generated. error 9expected ';' after expression: join.c:76: void write_ulong (FILE *out, ulong val);use of undeclared identifier 'after' ^ error ulong ftimestamp, ftstamp0 , after[16], *af, h; ^ : use of undeclared identifier 'bytes' : bytes += (ulong) ret; 3 ^: error : use of undeclared identifier 'ulong' encode.c:16:47: fatal errorerror: too many errors emitted, stopping now [-ferror-limit=] ulong timestamp[2]; ^ : use of undeclared identifier 'af' ulong i, begin, end; ^ ; ulong ftimestamp, ftstamp0 , after[16], *af, h;1./7plus.h: ^ warning and 20 errors generated. utils.c:join.c:76:9encode.c:16:51: error: use of undeclared identifier 'h' : error: use of undeclared identifier 'timestamp' ulong ftimestamp, ftstamp0 , after[16], *af, h; ulong timestamp[2]; ^ ^ gmake: *** [netbsd.mak:28: rebuild.o] Error 1 191418:58:: error: unknown type name 'ulong' 3: error: use of undeclared identifier 'ulong' int copy_file (const char *to, const char *from, ulong timestamp); ulong i, begin, end; ^ ^ encode.c:31:3: error: use of undeclared identifier 'ftimestamp' ftimestamp = ftstamp0 = 0UL; ^ utils.c:gmake: *** [netbsd.mak:28: extract.o] Error 1 191:9: error: use of undeclared identifier 'i' ulong i, begin, end; ^ ./7plus.h:419:64: error: unknown type name 'ulong' join.cvoid replace (const char *oldfil, const char *newfil, ulong timestamp);: 86:encode.c: ^531:16: utils.c:: error: use of undeclared identifier 'timestamp' timestamp[i] = 0UL;error: use of undeclared identifier 'ftstamp0' ftimestamp = ftstamp0 = 0UL; ^ 191: ^ ./7plus.h:12448encode.c:::242:7: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] join.c:146:: error17: unlink (_7PLUS_FLS); error: ^warning: : use of undeclared identifier 'begin' ulong i, begin, end; unknown type name 'ulong' format string is not a string literal (potentially insecure) [-Wformat-security] ^ ulong get_filetime (const char *filename); ^ fprintf (tmp, delimit); ^~~~~~~ ./7plus.h:449:44: error: unknown type name 'ulong' void set_filetime (const char *filename, ulong ftimestamp); ^ join.c:146:17: note: treat the string as an argument to avoid this utils.cencode.c fprintf (tmp, delimit); ^ "%s", :191:19: error: :82:7use of undeclared identifier 'end'decode.c ulong i, begin, end; ^:: 56join.c:158 ::5:37: warning: error: use of undeclared identifier 'timestamp'implicit declaration of function 'unlink' [-Wimplicit-function-declaration] error: use of undeclared identifier 'ftstamp0' ftstamp0 = 0UL; ^ unlink (filename); ^ sscanf (line[i], "[%lx", ×tamp[i]); ^ 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: errordecode.c:78:8: error: expected ';' after expression : ulong ftimestamp;use of undeclared identifier 'end'join.c : 204:25 if ((end>>5) > (begin>>5)) ^ ^ : warning: format string is not a string literal (potentially insecure) [-Wformat-security] ; utils.c:223: fprintf (tmp, delimit);21decode.c: : encode.c:error: use of undeclared identifier 'begin'78:3 ^~~~~~~ 167join.c:204:25::4 note: : error: use of undeclared identifier 'ulong' treat the string as an argument to avoid this : fprintf (tmp, delimit); ulong ftimestamp; if ((end>>5) > (begin>>5)) ^ error: use of undeclared identifier 'ftimestamp' ^ ^ ftimestamp = get_filetime (q); ^ "%s", utils.c:224:12: error: use of undeclared identifier 'i' decode.c:78:12:encode.c for (i = begin;i < ((begin |31UL) + 1UL); i++) ^ :fatal error error: use of undeclared identifier 'ftimestamp' 180: too many errors emitted, stopping now [-ferror-limit=]: ulong ftimestamp;5join.c:216: warning :: 8: error: use of undeclared identifier 'timestamp' implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] ^ exit (20); ^ if (!timestamp[0] && timestamp[1]) ^ encode.c:180:5: note: include the header or explicitly provide a declaration for 'exit' decode.c:88:3: error: use of undeclared identifier 'ftimestamp' ftimestamp = 0UL; ^ join.c:216:24: error: use of undeclared identifier 'timestamp' if (!timestamp[0] && timestamp[1]) ^ 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); ^~~~~~~~~~ decode.c/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.hjoin.c:219::7: :error47:56: note: : expanded from macro 'sprintf' use of undeclared identifier 'timestamp' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ 419:16: error: use of undeclared identifier 'ftimestamp' if (timestamp[i]) ^ encode.c:320:40: warning: address of array 'searchbin' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!ftimestamp && strchr (rline, '[')) ^ sprintf (filename, "%s%s%s", searchbin?searchbin:"", ^~~~~~~~~~join.c:220:30: error: use of undeclared identifier 'timestamp' fprintf (tmp, "[%lX]%s", timestamp[i], delimit);1/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h warning and 20 errors generated: ^. 47:56: note: expanded from macro 'sprintf' decode.c:432:62: error: use of undeclared identifier 'ftimestamp' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ dummy, &ftimestamp) != 2) ^ encode.c:335:44: warning: address of array 'searchbin' will always evaluate to 'true' [-Wpointer-bool-conversion] sprintf (filename, "%s%s.p%02x", searchbin?searchbin:"", ^~~~~~~~~~ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:decode.c:433:17: error: use of undeclared identifier 'ftimestamp' 56 ftimestamp = 0UL;: note: expanded from macro 'sprintf' join.c:227:7: __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) error ^~~~~~~~~~~ ^ : use of undeclared identifier 'timestamp' encode.c:355:40: warning: address of array 'searchbin' will always evaluate to 'true' [-Wpointer-bool-conversion] if (timestamp[0] && timestamp[1] && timestamp[0] != timestamp[1]) sprintf (filename, "%s%s%s", searchbin?searchbin:"", ^~~~~~~~~~ ^ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/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__) ^~~~~~~~~~~ gmake: *** [netbsd.mak:28: utils.o] Error 1 decode.c:435:33: error: use of undeclared identifier 'ftimestamp' idxptr->timestamp = ftimestamp; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] join.c:227:23: error: use of undeclared identifier 'timestamp' if (timestamp[0] && timestamp[1] && timestamp[0] != timestamp[1]) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 2 warnings and 20 errors generated. 6 warnings and 20 errors generated. decode.c:549:35: error: use of undeclared identifier 'ftimestamp' replace (srcname, metafile, ftimestamp); ^ gmake: *** [netbsd.mak:28: encode.o] Error 1 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=] gmake: *** [netbsd.mak:28: join.o] Error 1 1 warning and 20 errors generated. gmake: *** [netbsd.mak:28: decode.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