=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 unamlbootsig.c:33:27: warning: passing 'uint8_t[80]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] amlinfo.c:46: if (len >= 4 && strncmp(buf, AMLOGIC_SIGNATURE, 4) == 0) { ^~~ 27: warning: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:84passing 'uint8_t[80]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (len >= 4 && strncmp(buf, AMLOGIC_SIGNATURE, 4) == 0) { ^~~ :/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:84:26: note: 26: note: passing argument to parameter '__s1' here passing argument to parameter '__s1' hereint strncmp(const char *__s1, const char *__s2, size_t __n); ^ int strncmp(const char *__s1, const char *__s2, size_t __n); ^ unamlbootsig.c:35:39: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]amlinfo.c :49: } else if (len >= 16 + 4 && strncmp(buf + 16, AMLOGIC_SIGNATURE, 4) == 0) { 39: ^~~~~~~~ warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:84:26: } else if (len >= 16 + 4 && strncmp(buf + 16, AMLOGIC_SIGNATURE, 4) == 0) { note: passing argument to parameter '__s1' here ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:84:26: int strncmp(const char *__s1, const char *__s2, size_t __n); 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:29: warning: passing 'uint8_t[80]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (len >= 4 && strncmp(buf, AMLOGIC_SIGNATURE, 4) == 0) { ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:84:26unamlbootsig.c:: 72:29: warning: note: passing argument to parameter '__s1' herepassing 'uint8_t[80]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (len >= 4 && strncmp(buf, AMLOGIC_SIGNATURE, 4) == 0) { ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.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); ^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] printf("@AML header @ 0x%" PRIx64 "\n", pos); ~~~~~~~~~ ^~~ 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); ~~~~~~~~~ ^~~ amlbootsig.c:115:15: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (strncmp(buf + 16, "@AML", 4) == 0) { ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.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); ^ amlbootsig.c:207:14: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (strncmp(src_buf + 16, "@AML", 4) == 0) { ^~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.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); ^ 5 warnings generated. 5 warnings generated. clang -g -o amlinfo amlinfo.o -lcrypto clang -g -o unamlbootsig unamlbootsig.o -lcrypto 2 warnings generated. clang -g -o amlbootsig amlbootsig.o -lcrypto ld: library not found for -lcrypto ld: library not found for -lcrypto ld: library not found for -lcrypto clang: error: linker command failed with exit code 1 (use -v to see invocation) clang: error: linker command failed with exit code 1 (use -v to see invocation) clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:18: amlinfo] Error 1 gmake: *** Waiting for unfinished jobs.... gmake: *** [Makefile:12: amlbootsig] Error 1 gmake: *** [Makefile:15: unamlbootsig] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/sysutils/meson-tools *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/sysutils/meson-tools