=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for rtunes-0.8nb2 --- parse.c --- --- rtunes.o --- --- cipher.o --- --- parse.c --- yacc -d parse.y --- rtunes.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -ansi -I/opt/pkg/include -c rtunes.c --- cipher.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -ansi -I/opt/pkg/include -c cipher.c --- parse.c --- mv y.tab.c parse.c --- mp4.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -ansi -I/opt/pkg/include -c mp4.c --- rtunes.o --- rtunes.c:31:10: fatal error: 'endian.h' file not found #include ^~~~~~~~~~ 1 error generated. *** [rtunes.o] Error code 1 bmake: stopped in /Users/pbulk/build/audio/rtunes/work/rtunes-0.8/rtunes --- cipher.o --- cipher.c:76:2: warning: 'AES_cbc_encrypt' is deprecated [-Wdeprecated-declarations] AES_cbc_encrypt(buf + 16, buf + 16, len_encrypt, &aeskey, aesiv_copy, ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/aes.h:65:1: note: 'AES_cbc_encrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ cipher.c:120:8: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations] key = RSA_new(); ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/rsa.h:207:1: note: 'RSA_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ cipher.c:121:2: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations] RSA_set0_key(key, ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/rsa.h:213:1: note: 'RSA_set0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ cipher.c:128:6: warning: 'RSA_public_encrypt' is deprecated [-Wdeprecated-declarations] if (RSA_public_encrypt(16, aeskey, to, key, RSA_PKCS1_OAEP_PADDING) < 1) ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/rsa.h:287:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/audio/rtunes/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 4 warnings generated. 1 error bmake: stopped in /Users/pbulk/build/audio/rtunes/work/rtunes-0.8/rtunes *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/audio/rtunes *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/audio/rtunes