Am 10.05.22 um 08:33 schrieb Aki Tuomi:> Hi all! > > We are pleased to release v2.3.19 of Dovecot. > > The docker images have been upgraded to use bullseye as base image. > > https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz > https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz.sigHello, "make check" fail here: test-crypto.c:827: Assert failed: ret == TRUE Panic: file dcrypt-openssl.c: line 2639 (dcrypt_openssl_private_to_public_key): assertion failed: (priv_key != NULL && pub_key_r != NULL) Error: Raw backtrace: ./test-crypto(backtrace_append+0x42) [0x556260e86cb2] -> ./test-crypto(backtrace_get+0x1e) [0x556260e86dce] -> ./test-crypto(+0x25bcb) [0x556260e65bcb] -> ./test-crypto(+0x25c01) [0x556260e65c01] -> ./test-crypto(+0x13dab) [0x556260e53dab] -> .libs/libdcrypt_openssl.so(+0x5f13) [0x7f6133c60f13] -> ./test-crypto(+0x1e436) [0x556260e5e436] -> ./test-crypto(+0x21aef) [0x556260e61aef] -> ./test-crypto(test_run+0x47) [0x556260e626c7] -> ./test-crypto(main+0x50) [0x556260e582a0] -> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7f6133c99d0a] -> ./test-crypto(_start+0x2a) [0x556260e583ba] /bin/bash: line 1: 90 Aborted ./$bin any advise is welcome... Andreas
>>>>> "A" == A Schulze <sca at andreasschulze.de> writes:A> Am 10.05.22 um 08:33 schrieb Aki Tuomi:>> Hi all! >> >> We are pleased to release v2.3.19 of Dovecot. >> >> The docker images have been upgraded to use bullseye as base image. >> >> https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz >> https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz.sigA> Hello, A> "make check" fail here: A> test-crypto.c:827: Assert failed: ret == TRUE A> Panic: file dcrypt-openssl.c: line 2639 (dcrypt_openssl_private_to_public_key): assertion failed: (priv_key != NULL && pub_key_r != NULL) A> Error: Raw backtrace: ./test-crypto(backtrace_append+0x42) [0x556260e86cb2] -> ./test-crypto(backtrace_get+0x1e) [0x556260e86dce] -> ./test-crypto(+0x25bcb) [0x556260e65bcb] -> ./test-crypto(+0x25c01) [0x556260e65c01] -> ./test-crypto(+0x13dab) [0x556260e53dab] -> .libs/libdcrypt_openssl.so(+0x5f13) [0x7f6133c60f13] -> ./test-crypto(+0x1e436) [0x556260e5e436] -> ./test-crypto(+0x21aef) [0x556260e61aef] -> ./test-crypto(test_run+0x47) [0x556260e626c7] -> ./test-crypto(main+0x50) [0x556260e582a0] -> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7f6133c99d0a] -> ./test-crypto(_start+0x2a) [0x556260e583ba] A> /bin/bash: line 1: 90 Aborted ./$bin A> any advise is welcome... What linux distro are you using? Which compiler? Can you post the config.log output to see what you're settings are?