Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923353 - app-crypt/heimdal-7.8.0-r1 fails tests (with dev-libs/openssl:0/3?): EVP_CipherInit_ex einit
Summary: app-crypt/heimdal-7.8.0-r1 fails tests (with dev-libs/openssl:0/3?): EVP_Ciph...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Kerberos Maintainers
URL: https://github.com/heimdal/heimdal/is...
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2024-01-30 18:19 UTC by matoro
Modified: 2024-08-26 19:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log and emerge --info (build.log.gz,74.16 KB, application/gzip)
2024-01-30 18:21 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-01-30 18:19:36 UTC
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
Comment 1 matoro archtester 2024-01-30 18:21:25 UTC
Created attachment 883743 [details]
build.log and emerge --info
Comment 2 Mike Gilbert gentoo-dev 2024-08-26 17:37:13 UTC
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.
Comment 3 Mike Gilbert gentoo-dev 2024-08-26 19:01:02 UTC
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>