Ha, I didn't notice there was a post on this already and submitted another one (pending approval -- mike: feel free to drop it).
ECDSA_SIG became an opaque structure not allocatable on the stack some time ago[1]. I think it was never meant to be, in fact BIGNUM was made opaque longer ago[2] and I ...
Openssl appears to have hidden declarations of ECDSA_SIG[1], so the code in libabi/src/ossl_ec.c fails now. Here's the errors:
libabi/src/ossl_ec.c: In function ‘OSSL_ECDSA_do_verify_rs’: libabi/src/ossl_ec.c:204:15: error: storage size of ‘sig’ isn’t known ECDSA_SIG sig; ^~~ libabi/src/ossl_ec ...
I tried stracing makemkvcon and it's not making any system call (ie. no output). Attaching with gdb here's a stack trace:
0x00007fea15449aa0 in SYS_memcpy () from /usr/lib/libmakemkv.so.1 (gdb) bt #0 0x00007fea15449aa0 in SYS_memcpy () from /usr/lib/libmakemkv.so.1 #1 0x00007fea12172ecb in ...