=> 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 apg-2.3.0bnb8 --- apg --- --- apgbfm --- --- apgd --- --- apg --- clang -O2 -DAPG_USE_CRYPT -o apg bloom.c ./sha/sha.c ./cast/cast.c rnd.c pronpass.c randpass.c restrict.c errors.c apg.c getopt.c convert.c -lm -lcrypt --- apgbfm --- clang -O2 -DAPGBFM -o apgbfm apgbfm.c bloom.c sha/sha.c errors.c getopt.c convert.c -lm --- apgd --- clang -O2 -DCLISERV -o apgd bloom.c ./sha/sha.c ./cast/cast.c rnd.c pronpass.c randpass.c restrict.c errors.c apg.c getopt.c convert.c -lm -lcrypt --- apg --- apg.c:485:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ( (restrictions_present == TRUE)) ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ apg.c:485:33: note: remove extraneous parentheses around the comparison to silence this warning if ( (restrictions_present == TRUE)) ~ ^ ~ apg.c:485:33: note: use '=' to turn this equality comparison into an assignment if ( (restrictions_present == TRUE)) ^~ = apg.c:616:79: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf ("\nPlease enter some random data (only first %d are significant)\n", sizeof(prom)); ~~ ^~~~~~~~~~~~ %lu --- apgd --- apg.c:485:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ( (restrictions_present == TRUE)) ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ apg.c:485:33: note: remove extraneous parentheses around the comparison to silence this warning if ( (restrictions_present == TRUE)) ~ ^ ~ apg.c:485:33: note: use '=' to turn this equality comparison into an assignment if ( (restrictions_present == TRUE)) ^~ = 1 warning generated. --- apg --- 2 warnings generated. --- apgd --- ld: library not found for -lcrypto clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [apgd] Error code 1 bmake: stopped in /opt/work/security/apg/work/apg-2.3.0b --- apg --- ld: library not found for -lcrypto clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [apg] Error code 1 bmake: stopped in /opt/work/security/apg/work/apg-2.3.0b 2 errors bmake: stopped in /opt/work/security/apg/work/apg-2.3.0b *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/security/apg *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/security/apg