+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/meson-tools-0.1nb1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/meson-tools-0.1nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for meson-tools-0.1nb1 cc -g -o amlbootsig.o -c amlbootsig.c cc -g -o unamlbootsig.o -c unamlbootsig.c In file included from /usr/include/assert.h:35, from amlbootsig.c:7: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/inttypes.h:25, from unamlbootsig.c:7: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ amlbootsig.c: In function 'do_fip': amlbootsig.c:110:17: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 110 | SHA256_Init(&sha256_ctx); | ^~~~~~~~~~~ In file included from amlbootsig.c:15: /home/pbulk/build/sysutils/meson-tools/work/.buildlink/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ amlbootsig.c:111:17: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 111 | SHA256_Update(&sha256_ctx, buf, fip_hdr.header_size); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /home/pbulk/build/sysutils/meson-tools/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:112:17: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 112 | SHA256_Update(&sha256_ctx, buf + fip_hdr.data_offset, 0); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /home/pbulk/build/sysutils/meson-tools/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:119:17: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 119 | SHA256_Update(&sha256_ctx, buf, len); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /home/pbulk/build/sysutils/meson-tools/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:125:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | SHA256_Update(&sha256_ctx, buf, ROUND_UP(len, 16)); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /home/pbulk/build/sysutils/meson-tools/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:128:17: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 128 | SHA256_Final(sha256_digest, &sha256_ctx); | ^~~~~~~~~~~~ In file included from amlbootsig.c:15: /home/pbulk/build/sysutils/meson-tools/work/.buildlink/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ amlbootsig.c: In function 'boot_sig': amlbootsig.c:235:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 235 | SHA256_Init(&sha256_ctx); | ^~~~~~~~~~~ In file included from amlbootsig.c:15: /home/pbulk/build/sysutils/meson-tools/work/.buildlink/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ amlbootsig.c:236:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 236 | SHA256_Update(&sha256_ctx, buf, hdr.header_size); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /home/pbulk/build/sysutils/meson-tools/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:237:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 237 | SHA256_Update(&sha256_ctx, buf + hdr.data_offset, hdr._offset2); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /home/pbulk/build/sysutils/meson-tools/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:239:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 239 | SHA256_Final(sha256_digest, &sha256_ctx); | ^~~~~~~~~~~~ In file included from amlbootsig.c:15: /home/pbulk/build/sysutils/meson-tools/work/.buildlink/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ cc -g -o amlinfo.o -c amlinfo.c In file included from /usr/include/inttypes.h:25, from amlinfo.c:7: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ cc -g -o amlbootsig amlbootsig.o -lcrypto cc -g -o unamlbootsig unamlbootsig.o -lcrypto /bin/ld: cannot find -lcrypto /bin/ld: cannot find -lcrypto collect2: error: ld returned 1 exit status make: *** [Makefile:12: amlbootsig] Error 1 make: *** Waiting for unfinished jobs.... collect2: error: ld returned 1 exit status make: *** [Makefile:15: unamlbootsig] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/sysutils/meson-tools *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/sysutils/meson-tools