The place to discuss linux version of MakeMKV
		
	
			
		
		
			- 
				
																			 HittiittitiH
- Posts: 53
- Joined: Fri Jul 02, 2021 8:18 pm
						
						
													
							
						
									
						Post
					
								by HittiittitiH » Mon Aug 18, 2025 5:58 pm
			
			
			
			
			[Solved] 
viewtopic.php?p=181146#p181146
Reading
viewtopic.php?f=3&t=224
I download the tar.gz 2 files.
I try to open them and I get an error.
Code: Select all
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
I cannot extract what ever inside to install.
Linux Mint Release Linux Mint 22.1 Xia 64-bit.
					Last edited by 
HittiittitiH on Mon Aug 18, 2025 6:25 pm, edited 1 time in total.
									
 
		 
				
		
		 
	 
	
				
	
				
		
		
			- 
				
																			 HittiittitiH
- Posts: 53
- Joined: Fri Jul 02, 2021 8:18 pm
						
						
													
							
						
									
						Post
					
								by HittiittitiH » Mon Aug 18, 2025 6:09 pm
			
			
			
			
			
This is with makemkv-oss-1.18.1.tar.gz & makemkv-bin-1.18.1.tar.gz .
 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 Woodstock
- Posts: 10676
- Joined: Sun Jul 24, 2011 11:21 pm
						
						
													
							
						
									
						Post
					
								by Woodstock » Mon Aug 18, 2025 6:11 pm
			
			
			
			
			It isn't a TAR until you remove the gzip encoding that makes it smaller. Kind of like zip, but it isn't.
First extract the TAR file from the tar.gz file (gunzip makemkv-bin-1.18.1.tar.gz) then you can use TAR to break the files out.
			
									
									
						 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 HittiittitiH
- Posts: 53
- Joined: Fri Jul 02, 2021 8:18 pm
						
						
													
							
						
									
						Post
					
								by HittiittitiH » Mon Aug 18, 2025 6:24 pm
			
			
			
			
			Woodstock wrote: ↑Mon Aug 18, 2025 6:11 pm
It isn't a TAR until you remove the gzip encoding that makes it smaller. Kind of like zip, but it isn't.
First extract the TAR file from the tar.gz file (gunzip makemkv-bin-1.18.1.tar.gz) then you can use TAR to break the files out.
 
Nice. Thank you.
 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 HittiittitiH
- Posts: 53
- Joined: Fri Jul 02, 2021 8:18 pm
						
						
													
							
						
									
						Post
					
								by HittiittitiH » Mon Aug 18, 2025 6:32 pm
			
			
			
			
			Woodstock wrote: ↑Mon Aug 18, 2025 6:11 pm
It isn't a TAR until you remove the gzip encoding that makes it smaller. Kind of like zip, but it isn't.
First extract the TAR file from the tar.gz file (gunzip makemkv-bin-1.18.1.tar.gz) then you can use TAR to break the files out.
 
You seem sophisticated.
What about this?
admin1@ItsAlive:~/Downloads/Makemkv/makemkv-bin-1.18.1$ cd /home/admin1/Downloads/ffmpeg-7.1.1
admin1@ItsAlive:~/Downloads/ffmpeg-7.1.1$ ./configure --prefix=/tmp/ffmpeg --enable-static --disable-shared --enable-pic
nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.
If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 HittiittitiH
- Posts: 53
- Joined: Fri Jul 02, 2021 8:18 pm
						
						
													
							
						
									
						Post
					
								by HittiittitiH » Mon Aug 18, 2025 6:36 pm
			
			
			
			
			HittiittitiH wrote: ↑Mon Aug 18, 2025 6:32 pm
Woodstock wrote: ↑Mon Aug 18, 2025 6:11 pm
It isn't a TAR until you remove the gzip encoding that makes it smaller. Kind of like zip, but it isn't.
First extract the TAR file from the tar.gz file (gunzip makemkv-bin-1.18.1.tar.gz) then you can use TAR to break the files out.
 
You seem sophisticated.
What about this?
admin1@ItsAlive:~/Downloads/Makemkv/makemkv-bin-1.18.1$ cd /home/admin1/Downloads/ffmpeg-7.1.1
admin1@ItsAlive:~/Downloads/ffmpeg-7.1.1$ ./configure --prefix=/tmp/ffmpeg --enable-static --disable-shared --enable-pic
nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.
If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
 
Ok, installed both nasm/yasm.
All is good for now. Thank you.