=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for apg-2.3.0bnb11 --- apg --- --- apgbfm --- --- apgd --- --- apg --- clang -pipe -Os -L/opt/pkg/lib -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 -pipe -Os -L/opt/pkg/lib -DAPGBFM -o apgbfm apgbfm.c bloom.c sha/sha.c errors.c getopt.c convert.c -lm --- apgd --- clang -pipe -Os -L/opt/pkg/lib -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 /Users/pbulk/build/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 /Users/pbulk/build/security/apg/work/apg-2.3.0b 2 errors bmake: stopped in /Users/pbulk/build/security/apg/work/apg-2.3.0b *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/security/apg *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/security/apg