Bunch of tests fail like: FAIL: mdtest ============ mdtest: rc4 8: EVP_CipherInit_ex einit MD4... FAIL mdtest (exit status: 1) FAIL: test_cipher ================= test_cipher: rc2: 0 EVP_CipherInit_ex einit FAIL test_cipher (exit status: 1) FAIL: test_hmac =============== test_hmac: rc4 8: EVP_CipherInit_ex einit FAIL test_hmac (exit status: 1) FAIL: test_pkcs12 ================= test_pkcs12: rc4 8: EVP_CipherInit_ex einit FAIL test_pkcs12 (exit status: 1) Related to https://github.com/heimdal/heimdal/issues/1005 ? Reproducible: Always
Created attachment 883743 [details] build.log and emerge --info
It looks like you ran the tests on amd64. app-crypt/heimdal-7.8.0 is already marked stable on amd64. I am therefore unblocking bug 901943.
commit 91af7c9c8b9da614355ab51aef288243db51f5c6 Author: Eray Aslan <eras@gentoo.org> Date: Tue Sep 19 17:56:12 2023 +0200 app-crypt/heimdal: remove openssl support heimdal does not support openssl-3. remove openssl support since openssl-1.1 is EOL. This is not as bad as it sounds since we fall back to heimdal's hcrypto library Closes: https://bugs.gentoo.org/913718 Signed-off-by: Eray Aslan <eras@gentoo.org>