=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 makeztxt-1.40 --- libztxt --- --- makeztxt.o --- --- libztxt --- cd libztxt && /opt/pkg/bin/bmake all --- makeztxt.o --- clang -O2 -I../common -I. -c makeztxt.c --- libztxt --- --- ztxt_add_regex.o --- --- ztxt_generate_db.o --- --- ztxt_list_bookmarks.o --- --- ztxt_set.o --- --- ztxt_free.o --- --- ztxt_init.o --- --- ztxt_process.o --- --- ztxt_add_regex.o --- clang -O2 -I../../common -I.. -c ztxt_add_regex.c --- ztxt_generate_db.o --- clang -O2 -I../../common -I.. -c ztxt_generate_db.c --- ztxt_list_bookmarks.o --- clang -O2 -I../../common -I.. -c ztxt_list_bookmarks.c --- ztxt_set.o --- clang -O2 -I../../common -I.. -c ztxt_set.c --- ztxt_free.o --- clang -O2 -I../../common -I.. -c ztxt_free.c --- ztxt_init.o --- clang -O2 -I../../common -I.. -c ztxt_init.c --- ztxt_process.o --- clang -O2 -I../../common -I.. -c ztxt_process.c --- makeztxt.o --- makeztxt.c:68:1: error: unknown type name 'u_long'; did you mean 'long'? u_long id_to_int(char *); ^~~~~~ long makeztxt.c:89:3: error: use of undeclared identifier 'u_int' u_int filesize; ^ makeztxt.c:150:7: error: use of undeclared identifier 'filesize' filesize = read(infile, inputbuf, instats.st_size); ^ makeztxt.c:151:15: error: use of undeclared identifier 'filesize'; did you mean 'insize'? errorif(filesize == -1); ^~~~~~~~ insize makeztxt.c:84:17: note: 'insize' declared here long insize; ^ makeztxt.c:154:39: error: use of undeclared identifier 'filesize'; did you mean 'insize'? ztxt_set_data(ztxtdb, inputbuf, filesize); ^~~~~~~~ insize makeztxt.c:84:17: note: 'insize' declared here long insize; ^ makeztxt.c:471:1: error: unknown type name 'u_long'; did you mean 'long'? u_long ^~~~~~ long makeztxt.c:477:22: error: use of undeclared identifier 'u_long'; did you mean 'long'? return (0x1000000*(u_long)idstr[0] + ^~~~~~ long makeztxt.c:477:21: error: reference to overloaded function could not be resolved; did you mean to call it? return (0x1000000*(u_long)idstr[0] + ^~~~~~~~ 8 errors generated. *** [makeztxt.o] Error code 1 bmake: stopped in /opt/work/textproc/makeztxt/work/makeztxt-1.40b --- libztxt --- ztxt_process.c:264:25: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'char [8192]' converts between pointers to integer types with different sign [-Wpointer-sign] zstream.next_in = buf; ^ ~~~ ztxt_process.c:265:26: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] zstream.next_out = zbuf; ^ ~~~~ ztxt_process.c:297:37: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'char [8192]' converts between pointers to integer types with different sign [-Wpointer-sign] zstream.next_in = buf; ^ ~~~ ztxt_process.c:308:37: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'char [8192]' converts between pointers to integer types with different sign [-Wpointer-sign] zstream.next_in = buf; ^ ~~~ ztxt_process.c:345:25: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] zstream.next_in = db->tmp; ^ ~~~~~~~ ztxt_process.c:346:26: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] zstream.next_out = zbuf; ^ ~~~~ --- ztxt_init.o --- ztxt_init.c:63:10: warning: passing 'UInt8 [32]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcpy(header->name, "New zTXT database"); ^~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ ztxt_init.c:64:24: warning: implicit conversion from '__uint32_t' (aka 'unsigned int') to 'UInt16' (aka 'unsigned short') changes value from 134217728 to 0 [-Wconstant-conversion] header->attributes = htonl(0x0008); ~ ^~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:136:25: note: expanded from macro 'htonl' #define htonl(x) __DARWIN_OSSwapInt32(x) ^~~~~~~~~~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:88:32: note: expanded from macro '__DARWIN_OSSwapInt32' (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:48:6: note: expanded from macro '__DARWIN_OSSwapConstInt32' ((__uint32_t)((((__uint32_t)(x) & 0xff000000U) >> 24) | \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- ztxt_set.o --- ztxt_set.c:40:11: warning: passing 'UInt8 [32]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(db->dbHeader->name, new_title, dmDBNameLength); ^~~~~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:128:28: note: expanded from macro 'strncpy' __builtin___strncpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ --- ztxt_init.o --- 2 warnings generated. --- ztxt_set.o --- 1 warning generated. --- ztxt_process.o --- 6 warnings generated. A failure has been detected in another branch of the parallel make bmake[1]: stopped in /opt/work/textproc/makeztxt/work/makeztxt-1.40b/libztxt *** [libztxt] Error code 2 bmake: stopped in /opt/work/textproc/makeztxt/work/makeztxt-1.40b 2 errors bmake: stopped in /opt/work/textproc/makeztxt/work/makeztxt-1.40b *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/textproc/makeztxt *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/textproc/makeztxt