SOLVED: MakeMKV 1.5.5 for Linux Problems - Bad Download

The place to discuss linux version of MakeMKV
Post Reply
SilentDis
Posts: 5
Joined: Fri Apr 30, 2010 6:33 pm

SOLVED: MakeMKV 1.5.5 for Linux Problems - Bad Download

Post by SilentDis »

EDIT: Thanks to skittle, everything's working great on this side. A little help for those also getting bad downloads:
makemkv_v1.5.5_beta_bin.tar.gz MD5: 1ab84a65f5712207bbf7b5f0172f840f
makemkv_v1.5.5_beta_oss.tar.gz MD5: 3847a502e88a88c604337e52ef9c3732

Thanks again, skittle!

--Original Message--
The OSS GUI portion posted at MakeMKV 1.5.5 for Linux is available points to v1.5.4.
The closed BIN portion contains no makefile, and also contains no amd64 build target.

I understand that this was most likely pushed as fast as possible as there is a desire to get it out there as fast as possible, mistakes happen :)

When can we expect an amd64 build of the engine, and an updated GUI portion for linux?
Big thank you for all your work on this, it is greatly appreciated!
Last edited by SilentDis on Fri Apr 30, 2010 7:30 pm, edited 1 time in total.
skittle
Posts: 349
Joined: Thu Jan 14, 2010 4:23 am

Re: MakeMKV 1.5.5 for Linux Problems

Post by skittle »

Yes, the link still says 1.5.4, but just download 1.5.5 manually:

also,:

Code: Select all

cat ~/source/makemkv/makemkv_v1.5.5_beta_bin/makefile.linux
...
ifeq ($(ARCH),x86_64)
ARCH=amd64
ARCH_OK=1
endif
...

Code: Select all

skittle@Skittle-PC:~/source/makemkv/makemkv_v1.5.5_beta_bin/bin$ ls
amd64  i386
[edit]
Last edited by skittle on Fri Apr 30, 2010 7:17 pm, edited 1 time in total.
SilentDis
Posts: 5
Joined: Fri Apr 30, 2010 6:33 pm

Re: MakeMKV 1.5.5 for Linux Problems

Post by SilentDis »

skittle wrote:Yes, the link still says 1.5.4, but just download 1.5.5 manually:

also,:

Code: Select all

cat ~/source/makemkv/makemkv_v1.5.5_beta_bin/makefile.linux
...
ifeq ($(ARCH),x86_64)
ARCH=amd64
ARCH_OK=1
endif
...

Code: Select all

skittle@Skittle-PC:~/source/makemkv/makemkv_v1.5.5_beta_bin/bin$ ls
amd64  i386
please dont spout misinformation!
I'm not. The version I just got from the page does not contain a makefile, nor an amd64 build. I downloaded it all of 10 minutes ago.
$ md5sum makemkv_v1.5.5_beta_bin.tar.gz
b04ec3f88b3f9bb221707eca31077486 makemkv_v1.5.5_beta_bin.tar.gz

:~/BD Rips/makemkv_v1.5.5_beta_bin$ ls
bin src
:~/BD Rips/makemkv_v1.5.5_beta_bin$ cd bin
:~/BD Rips/makemkv_v1.5.5_beta_bin/bin$ ls
i386
skittle
Posts: 349
Joined: Thu Jan 14, 2010 4:23 am

Re: MakeMKV 1.5.5 for Linux Problems

Post by skittle »

something wrong with your download then:
skittle@Skittle-PC:~$ md5sum makemkv_v1.5.5_beta_bin.tar.gz
1ab84a65f5712207bbf7b5f0172f840f makemkv_v1.5.5_beta_bin.tar.gz

download 1 second ago ;)

Code: Select all

skittle@Skittle-PC:~$ tar -xvzf makemkv_v1.5.5_beta_bin.tar.gz
makemkv_v1.5.5_beta_bin/
makemkv_v1.5.5_beta_bin/src/
makemkv_v1.5.5_beta_bin/src/ask_eula.sh
makemkv_v1.5.5_beta_bin/src/eula_en_linux.txt
makemkv_v1.5.5_beta_bin/bin/
makemkv_v1.5.5_beta_bin/bin/i386/
makemkv_v1.5.5_beta_bin/bin/i386/makemkvcon
makemkv_v1.5.5_beta_bin/bin/amd64/
makemkv_v1.5.5_beta_bin/bin/amd64/makemkvcon
makemkv_v1.5.5_beta_bin/makefile.linux
SilentDis
Posts: 5
Joined: Fri Apr 30, 2010 6:33 pm

Re: MakeMKV 1.5.5 for Linux Problems

Post by SilentDis »

skittle wrote:something wrong with your download then:
skittle@Skittle-PC:~$ md5sum makemkv_v1.5.5_beta_bin.tar.gz
1ab84a65f5712207bbf7b5f0172f840f makemkv_v1.5.5_beta_bin.tar.gz

download 1 second ago ;)

Code: Select all

skittle@Skittle-PC:~$ tar -xvzf makemkv_v1.5.5_beta_bin.tar.gz
makemkv_v1.5.5_beta_bin/
makemkv_v1.5.5_beta_bin/src/
makemkv_v1.5.5_beta_bin/src/ask_eula.sh
makemkv_v1.5.5_beta_bin/src/eula_en_linux.txt
makemkv_v1.5.5_beta_bin/bin/
makemkv_v1.5.5_beta_bin/bin/i386/
makemkv_v1.5.5_beta_bin/bin/i386/makemkvcon
makemkv_v1.5.5_beta_bin/bin/amd64/
makemkv_v1.5.5_beta_bin/bin/amd64/makemkvcon
makemkv_v1.5.5_beta_bin/makefile.linux
Weird. It appears I'm having a ton of problems with the site itself. I keep getting 503s accessing various pages, and upon reload, they work, etc. The md5sum of the version I just pulled is entirely different from the first 2 I had, as well as yours.

I'll keep trying, assuming till I get a matching MD5. Could you be so kind as to post the link and the MD5 of the OSS package as well? Thanks!
skittle
Posts: 349
Joined: Thu Jan 14, 2010 4:23 am

Re: MakeMKV 1.5.5 for Linux Problems

Post by skittle »

skittle@Skittle-PC:~/Download$ md5sum makemkv_v1.5.5_beta_oss.tar.gz
3847a502e88a88c604337e52ef9c3732 makemkv_v1.5.5_beta_oss.tar.gz

sent pm with link
SilentDis
Posts: 5
Joined: Fri Apr 30, 2010 6:33 pm

Re: MakeMKV 1.5.5 for Linux Problems

Post by SilentDis »

skittle wrote:skittle@Skittle-PC:~/Download$ md5sum makemkv_v1.5.5_beta_oss.tar.gz
3847a502e88a88c604337e52ef9c3732 makemkv_v1.5.5_beta_oss.tar.gz

sent pm with link
Thank you so much! Everything's workin' like a charm now, I'll go back and edit my original post with the useful data from this.

Again, big thanks for your help!
mike admin
Posts: 4075
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: SOLVED: MakeMKV 1.5.5 for Linux Problems - Bad Download

Post by mike admin »

OSS version wasn't updated to 1.5.5 on purpose. Most of the time you can use newer bin with old oss getting less trouble if you're upgrading.
Post Reply