=> 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 meson-tools-0.1 clang -g -o amlbootsig.o -c amlbootsig.c clang -g -o unamlbootsig.o -c unamlbootsig.c clang -g -o amlinfo.o -c amlinfo.c amlbootsig.c:15:10: fatal error: 'openssl/sha.h' file not found #include ^~~~~~~~~~~~~~~ unamlbootsig.c:33:27: warning: passing 'uint8_t [80]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (len >= 4 && strncmp(buf, AMLOGIC_SIGNATURE, 4) == 0) { ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:84:26amlinfo.c:: note: passing argument to parameter '__s1' here 46:27: warning: passing 'uint8_t [80]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] int strncmp(const char *__s1, const char *__s2, size_t __n); ^ if (len >= 4 && strncmp(buf, AMLOGIC_SIGNATURE, 4) == 0) { ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here unamlbootsig.c:35:39: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] int strncmp(const char *__s1, const char *__s2, size_t __n); ^ } else if (len >= 16 + 4 && strncmp(buf + 16, AMLOGIC_SIGNATURE, 4) == 0) { ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here amlinfo.c:49:39: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] int strncmp(const char *__s1, const char *__s2, size_t __n); ^ } else if (len >= 16 + 4 && strncmp(buf + 16, AMLOGIC_SIGNATURE, 4) == 0) { ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ unamlbootsig.c:49:65: warning: format specifies type 'unsigned long long' but the argument has type 'long' [-Wformat] printf("FIP header @ 0x%" PRIx64 " (flags 0x%" PRIx64 ")\n", pos, fip_hdr->flags); ~~~~~~~~~ ^~~ amlinfo.c:62:65: warning: format specifies type 'unsigned long long' but the argument has type 'long' [-Wformat] printf("FIP header @ 0x%" PRIx64 " (flags 0x%" PRIx64 ")\n", pos, fip_hdr->flags); ~~~~~~~~~ ^~~ amlinfo.c:68:unamlbootsig.c:72:29: warning: passing 'uint8_t [80]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] 29: warning if (len >= 4 && strncmp(buf, AMLOGIC_SIGNATURE, 4) == 0) { ^~~ : passing 'uint8_t [80]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: 84:26: note: passing argument to parameter '__s1' here 1 error if (len >= 4 && strncmp(buf, AMLOGIC_SIGNATURE, 4) == 0) { generated. ^~~ int strncmp(const char *__s1, const char *__s2, size_t __n); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ amlinfo.c:86:43: warning: format specifies type 'unsigned long long' but the argument has type 'long' [-Wformat] unamlbootsig.c:112:43: warning: format specifies type 'unsigned long long' but the argument has type 'long' [-Wformat] printf("@AML header @ 0x%" PRIx64 "\n", pos); ~~~~~~~~~ ^~~ printf("@AML header @ 0x%" PRIx64 "\n", pos); ~~~~~~~~~ ^~~ gmake: *** [Makefile:9: amlbootsig.o] Error 1 gmake: *** Waiting for unfinished jobs.... 5 warnings generated. 5 warnings generated. *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/sysutils/meson-tools *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/sysutils/meson-tools