=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/rtunes", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for rtunes-0.8nb2 --- parse.c --- --- rtunes.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 --- parse.c --- mv y.tab.c parse.c --- cipher.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wstrict-prototypes -ansi -I/opt/pkg/include -c cipher.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 making "all" in /var/tmp/work/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, ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/aes.h:64:1: note: 'AES_cbc_encrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/macros.h:228:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/macros.h:61:47: 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(); ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/macros.h:228:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/macros.h:61:47: 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, ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/rsa.h:218: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); ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/macros.h:228:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/macros.h:61:47: 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) ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/rsa.h:291:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/macros.h:228:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /var/tmp/work/audio/rtunes/work/.buildlink/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED' #define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 4 warnings generated. bmake: 1 error bmake: stopped making "all" in /var/tmp/work/audio/rtunes/work/rtunes-0.8/rtunes *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/rtunes *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/rtunes