=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for yafic-1.2.2nb2
--- all ---
/usr/bin/make  all-am
--- yafic.o ---
--- common.o ---
--- ruleset.o ---
--- view.o ---
--- common.o ---
source='common.c' object='common.o' libtool=no  depfile='.deps/common.Po' tmpdepfile='.deps/common.TPo'  depmode=gcc3 /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/include -Wall -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -c `test -f 'common.c' || echo './'`common.c
--- yafic.o ---
source='yafic.c' object='yafic.o' libtool=no  depfile='.deps/yafic.Po' tmpdepfile='.deps/yafic.TPo'  depmode=gcc3 /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/include -Wall -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -c `test -f 'yafic.c' || echo './'`yafic.c
--- ruleset.o ---
source='ruleset.c' object='ruleset.o' libtool=no  depfile='.deps/ruleset.Po' tmpdepfile='.deps/ruleset.TPo'  depmode=gcc3 /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/include -Wall -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -c `test -f 'ruleset.c' || echo './'`ruleset.c
--- view.o ---
source='view.c' object='view.o' libtool=no  depfile='.deps/view.Po' tmpdepfile='.deps/view.TPo'  depmode=gcc3 /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/include -Wall -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -c `test -f 'view.c' || echo './'`view.c
--- common.o ---
common.c:53:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
--- view.o ---
view.c:49:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
--- statpack.o ---
source='statpack.c' object='statpack.o' libtool=no  depfile='.deps/statpack.Po' tmpdepfile='.deps/statpack.TPo'  depmode=gcc3 /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/include -Wall -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -c `test -f 'statpack.c' || echo './'`statpack.c
--- crypto.o ---
source='crypto.c' object='crypto.o' libtool=no  depfile='.deps/crypto.Po' tmpdepfile='.deps/crypto.TPo'  depmode=gcc3 /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/include -Wall -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -c `test -f 'crypto.c' || echo './'`crypto.c
--- ruleset.o ---
ruleset.c: In function 'myhash':
ruleset.c:79:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
At top level:
ruleset.c:55:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
--- sha1.o ---
source='sha1.c' object='sha1.o' libtool=no  depfile='.deps/sha1.Po' tmpdepfile='.deps/sha1.TPo'  depmode=gcc3 /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/include -Wall -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -c `test -f 'sha1.c' || echo './'`sha1.c
--- yafic.o ---
yafic.c: In function 'hashFile':
yafic.c:163:32: warning: pointer targets in passing argument 2 of 'readlink' differ in signedness [-Wpointer-sign]
In file included from /usr/include/unistd.h:74:0,
                 from yafic.c:40:
/usr/include/ssp/unistd.h:42:342: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}'
 __ssp_redirect(ssize_t, readlink, (const char *__restrict __path, \
                                                                                                                                                                                                                                                                                                                                                      ^       
At top level:
yafic.c:82:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
--- yafic-sign.o ---
source='yafic-sign.c' object='yafic-sign.o' libtool=no  depfile='.deps/yafic-sign.Po' tmpdepfile='.deps/yafic-sign.TPo'  depmode=gcc3 /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/include -Wall -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -c `test -f 'yafic-sign.c' || echo './'`yafic-sign.c
--- sha1.o ---
sha1.c:57:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
--- statpack.o ---
statpack.c:51:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
--- crypto.o ---
distcc[3286] ERROR: compile crypto.c on 10.0.20.122:3640 failed
distcc[3286] (dcc_build_somewhere) Warning: remote compilation of 'crypto.c' failed, retrying locally
distcc[3286] Warning: failed to distribute crypto.c to 10.0.20.122:3640, running locally instead
--- yafic-sign.o ---
yafic-sign.c:45:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
--- crypto.o ---
crypto.c: In function 'SignFile':
crypto.c:103:14: error: storage size of 'ctx' isn't known
   EVP_MD_CTX ctx;
              ^~~
crypto.c:114:31: error: dereferencing pointer to incomplete type 'EVP_PKEY {aka struct evp_pkey_st}'
   mdType = EVP_PKEY_type (pkey->type) == EVP_PKEY_DSA ? EVP_dss1 () :
                               ^~
crypto.c:114:57: warning: implicit declaration of function 'EVP_dss1'; did you mean 'EVP_sm3'? [-Wimplicit-function-declaration]
   mdType = EVP_PKEY_type (pkey->type) == EVP_PKEY_DSA ? EVP_dss1 () :
                                                         ^~~~~~~~
                                                         EVP_sm3
crypto.c:103:14: warning: unused variable 'ctx' [-Wunused-variable]
   EVP_MD_CTX ctx;
              ^~~
crypto.c: In function 'VerifyFile':
crypto.c:173:14: error: storage size of 'ctx' isn't known
   EVP_MD_CTX ctx;
              ^~~
crypto.c:173:14: warning: unused variable 'ctx' [-Wunused-variable]
At top level:
crypto.c:53:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] =
                   ^~~~~
distcc[3286] ERROR: compile crypto.c on localhost failed
*** [crypto.o] Error code 1

make[1]: stopped in /tmp/pkgbuild/security/yafic/work.aarch64/yafic-1.2.2
1 error

make[1]: stopped in /tmp/pkgbuild/security/yafic/work.aarch64/yafic-1.2.2
*** [all] Error code 2

make: stopped in /tmp/pkgbuild/security/yafic/work.aarch64/yafic-1.2.2
1 error

make: stopped in /tmp/pkgbuild/security/yafic/work.aarch64/yafic-1.2.2
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/security/yafic
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/security/yafic