=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for compface-1.5.2nb11 clang -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -pipe -Os cmain.c cmain.c:78:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ cmain.c:56:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ cmain.c:89:11: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ cmain.c:56:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ cmain.c:101:11: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ cmain.c:56:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ cmain.c:109:17: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ cmain.c:56:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ cmain.c:112:17: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ cmain.c:56:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ cmain.c:115:17: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] WARN ^ cmain.c:61:47: note: expanded from macro 'WARN' #define WARN {(void)strcat(fbuf, "\n"); (void)write(2, fbuf, strlen(fbuf));} ^ cmain.c:134:14: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] if ((len = write(outfile, s, t - s)) == -1) ^ cmain.c:155:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] while (len = read(infile, t, FACEBUFLEN - count)) ^ cmain.c:155:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (len = read(infile, t, FACEBUFLEN - count)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cmain.c:155:13: note: place parentheses around the assignment to silence this warning while (len = read(infile, t, FACEBUFLEN - count)) ^ ( ) cmain.c:155:13: note: use '==' to turn this assignment into an equality comparison while (len = read(infile, t, FACEBUFLEN - count)) ^ == cmain.c:162:4: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ cmain.c:56:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ cmain.c:169:4: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] WARN ^ cmain.c:61:47: note: expanded from macro 'WARN' #define WARN {(void)strcat(fbuf, "\n"); (void)write(2, fbuf, strlen(fbuf));} ^ 11 warnings generated. clang -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -pipe -Os compface.c clang -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -pipe -Os arith.c arith.c:95:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter] register WORD a, *r; ^ ./compface.h:154:29: note: previous declaration is here void BigDiv P((unsigned char, unsigned char *)) ; ^ arith.c:139:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter] register WORD a; ^ ./compface.h:155:29: note: previous declaration is here void BigMul P((unsigned char)) ; ^ arith.c:213:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter] WORD a; ^ ./compface.h:152:29: note: previous declaration is here void BigAdd P((unsigned char)) ; ^ 3 warnings generated. clang -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -pipe -Os file.c clang -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -pipe -Os compress.c clang -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -pipe -Os gen.c clang -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -pipe -Os uncompface.c ar rc libcompface.a arith.o file.o compress.o gen.o uncompface.o ranlib libcompface.a clang -L/opt/pkg/lib -o compface cmain.o compface.o libcompface.a clang -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -pipe -Os uncmain.c uncmain.c:81:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ uncmain.c:52:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ uncmain.c:92:11: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ uncmain.c:52:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ uncmain.c:104:11: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ uncmain.c:52:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ uncmain.c:112:17: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ uncmain.c:52:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ uncmain.c:115:17: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ uncmain.c:52:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ uncmain.c:118:17: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] WARN ^ uncmain.c:57:47: note: expanded from macro 'WARN' #define WARN {(void)strcat(fbuf, "\n"); (void)write(2, fbuf, strlen(fbuf));} ^ uncmain.c:137:14: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] if ((len = write(outfile, s, t - s)) == -1) ^ uncmain.c:158:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] while (len = read(infile, t, FACEBUFLEN - count)) ^ uncmain.c:158:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (len = read(infile, t, FACEBUFLEN - count)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uncmain.c:158:13: note: place parentheses around the assignment to silence this warning while (len = read(infile, t, FACEBUFLEN - count)) ^ ( ) uncmain.c:158:13: note: use '==' to turn this assignment into an equality comparison while (len = read(infile, t, FACEBUFLEN - count)) ^ == uncmain.c:165:4: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ uncmain.c:52:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ uncmain.c:172:4: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] WARN ^ uncmain.c:57:47: note: expanded from macro 'WARN' #define WARN {(void)strcat(fbuf, "\n"); (void)write(2, fbuf, strlen(fbuf));} ^ 11 warnings generated. clang -L/opt/pkg/lib -o uncompface uncmain.o libcompface.a