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!
SOLVED: MakeMKV 1.5.5 for Linux Problems - Bad Download
SOLVED: MakeMKV 1.5.5 for Linux Problems - Bad Download
Last edited by SilentDis on Fri Apr 30, 2010 7:30 pm, edited 1 time in total.
Re: MakeMKV 1.5.5 for Linux Problems
Yes, the link still says 1.5.4, but just download 1.5.5 manually:
also,:
[edit]
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
Last edited by skittle on Fri Apr 30, 2010 7:17 pm, edited 1 time in total.
Re: MakeMKV 1.5.5 for Linux Problems
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.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 ...
please dont spout misinformation!Code: Select all
skittle@Skittle-PC:~/source/makemkv/makemkv_v1.5.5_beta_bin/bin$ ls amd64 i386
$ 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
Re: MakeMKV 1.5.5 for Linux Problems
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
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
Re: MakeMKV 1.5.5 for Linux Problems
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.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 agoCode: 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
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!
Re: MakeMKV 1.5.5 for Linux Problems
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
3847a502e88a88c604337e52ef9c3732 makemkv_v1.5.5_beta_oss.tar.gz
sent pm with link
Re: MakeMKV 1.5.5 for Linux Problems
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.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
Again, big thanks for your help!
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: SOLVED: MakeMKV 1.5.5 for Linux Problems - Bad Download
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.