Closed kovmir closed 7 months ago
hi @kovmir ,
it looks like you haven't a full install of current, because the library that is missing in the error is provided by this package shipped with the distribution
abseil-cpp-20240116.1-x86_64-1
maybe you have an old version installed via package from SBo: remember that current packages always have precedence.
Right, I had an old SBo version abseil-cpp-20230125.3-x86_64-1_SBo
.
I still cann't:
/tmp/SBo/mumble-1.4.287/src/crypto/CryptStateOCB2.cpp:260:20: warning: ‘void AES_encrypt(const unsigned c
har*, unsigned char*, const AES_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
260 | AES_encrypt(reinterpret_cast< const unsigned char * >(src), reinterpret_cast< unsigned ch
ar * >(dst), key);
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
/tmp/SBo/mumble-1.4.287/src/crypto/CryptStateOCB2.cpp:357:9: note: in expansion of macro ‘AESencrypt’
357 | AESencrypt(tmp, pad, &encrypt_key);
| ^~~~~~~~~~
/usr/include/openssl/aes.h:57:6: note: declared here
57 | void AES_encrypt(const unsigned char *in, unsigned char *out,
| ^~~~~~~~~~~
/tmp/SBo/mumble-1.4.287/src/crypto/CryptStateOCB2.cpp:260:20: warning: ‘void AES_encrypt(const unsigned c
har*, unsigned char*, const AES_KEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
260 | AES_encrypt(reinterpret_cast< const unsigned char * >(src), reinterpret_cast< unsigned ch
ar * >(dst), key);
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
/tmp/SBo/mumble-1.4.287/src/crypto/CryptStateOCB2.cpp:375:9: note: in expansion of macro ‘AESencrypt’
375 | AESencrypt(tmp, tag, &encrypt_key);
| ^~~~~~~~~~
/usr/include/openssl/aes.h:57:6: note: declared here
57 | void AES_encrypt(const unsigned char *in, unsigned char *out,
| ^~~~~~~~~~~
make[1]: *** [CMakeFiles/Makefile2:1162: src/CMakeFiles/shared.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Hi @kovmir , could you please try again with the newer version that I submitted yesterday in the repository?
It works, thank you.
On -current 6.6.22 building mumble: