Not sure about that error. Perhaps some version of ld that doesn't understand that -b binary option? malattia@tito:~/Downloads/makemkv-oss-1.10.2> objdump -i |grep '^binary' binary malattia@tito:~/Downloads/makemkv-oss-1.10.2> ld -version GNU ld (GNU Binutils for Debian) 2.27.51.20161201 Copyright (...
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 th...
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.c: I...
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 ?? () fro...