=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for same-1.8 --- .gdbinit --- --- same.o --- --- .gdbinit --- rm -f .gdbinit --- same.o --- # compile same-1.8/same.o clang -O2 -I/usr/include -fPIE -std=gnu99 -Werror -I/usr/include -c same.c --- .gdbinit --- touch .gdbinit --- same.o --- same.c:436:8: error: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Werror,-Wincompatible-pointer-types] in = gzopen(o_cache, "r"); ^ ~~~~~~~~~~~~~~~~~~~~ same.c:442:28: error: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Werror,-Wincompatible-pointer-types] while (!stop && gzgets(in, buf, sizeof(buf))) { ^~ * /usr/include/zlib.h:1492:42: note: passing argument to parameter 'file' here ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); ^ same.c:480:13: error: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Werror,-Wincompatible-pointer-types] gzclose(in); ^~ * /usr/include/zlib.h:1631:43: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ same.c:519:9: error: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Werror,-Wincompatible-pointer-types] out = gzopen(tmpname, "w"); ^ ~~~~~~~~~~~~~~~~~~~~ same.c:537:13: error: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Werror,-Wincompatible-pointer-types] gzclose(out); ^~~ * /usr/include/zlib.h:1631:43: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ same.c:567:14: error: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Werror,-Wincompatible-pointer-types] gzprintf(out, "%lu\t0x%08x", (unsigned long)entry->size, (int)entry->crc); ^~~ * /usr/include/zlib.h:1469:46: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); ^ same.c:570:11: error: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Werror,-Wincompatible-pointer-types] gzprintf(out, "\t%s\n", names->name); ^~~ * /usr/include/zlib.h:1469:46: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); ^ 7 errors generated. *** [same.o] Error code 1 make: stopped in /data/scratch/sysutils/same/work/same-1.8 1 error make: stopped in /data/scratch/sysutils/same/work/same-1.8 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/sysutils/same *** Error code 1 Stop. make: stopped in /data/pkgsrc/sysutils/same