Search found 8 matches

by malattia
Wed Jan 04, 2017 4:04 am
Forum: MakeMKV for Linux
Topic: Compilation fails on Debian/Sid
Replies: 6
Views: 18719

Re: Compilation fails on Debian/Sid

Ah, yes. If this is the error you get, you don't need the patch I suggested earlier:

Code: Select all

/usr/include/openssl/ecdsa.h:78:16: error: redefinition of 'struct ECDSA_SIG_st'
Not sure what error you get with 1.10.4, perhaps post that?
by malattia
Tue Jan 03, 2017 3:39 pm
Forum: MakeMKV for Linux
Topic: Compilation fails on Debian/Sid
Replies: 6
Views: 18719

Re: Compilation fails on Debian/Sid

You shouldn't need the patch with 1.10.4.
by malattia
Sun Dec 18, 2016 4:20 am
Forum: MakeMKV for Linux
Topic: 1.10.2 compile failure with recent openssl (on Debian)
Replies: 6
Views: 16254

Re: 1.10.2 compile failure with recent openssl (on Debian)

Using ld.gold seems to get things back in shape.

There's some ways to set ld.gold as the default here: https://bugs.debian.org/cgi-bin/bugrepo ... bug=718814

This seems to work for me:

Code: Select all

PATH=/usr/lib/gold-ld:$PATH make
by malattia
Sun Dec 18, 2016 4:06 am
Forum: MakeMKV for Linux
Topic: 1.10.2 compile failure with recent openssl (on Debian)
Replies: 6
Views: 16254

Re: 1.10.2 compile failure with recent openssl (on Debian)

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 (...
by malattia
Mon Dec 05, 2016 6:13 am
Forum: MakeMKV for Linux
Topic: Compilation fails on Debian/Sid
Replies: 6
Views: 18719

Re: Compilation fails on Debian/Sid

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...
by malattia
Mon Dec 05, 2016 3:08 am
Forum: MakeMKV for Linux
Topic: 1.10.2 compile failure with recent openssl (on Debian)
Replies: 6
Views: 16254

1.10.2 compile failure with recent openssl (on Debian)

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...
by malattia
Sun Dec 01, 2013 3:07 am
Forum: MakeMKV for Linux
Topic: other startup problem
Replies: 7
Views: 14967

Re: other startup problem

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...