Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468826 - media-video/makemkv-1.8.1 won't emerge due to missing patch
Summary: media-video/makemkv-1.8.1 won't emerge due to missing patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Marlowe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-07 08:06 UTC by Florian Gamböck
Modified: 2013-05-07 08:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Gamböck 2013-05-07 08:06:53 UTC
Hi there!

Version 1.8.1 of the makeMKV-ebuild won't merge. src_prepare() calls a patch file makemkv-1.8.1-makefile.linux.patch, which doesn't exist and therefore dies.

Reproducible: Always

Steps to Reproduce:
1. emerge =media-video/makemkv-1.8.1
2. be amazed.
Actual Results:  
The ebuild crashed upon that missing file.

Expected Results:  
The ebuild should fall back to makemkv-1.8.0-makefile.linux.patch, or this file should be copied to makemkv-1.8.1-makefile.linux.patch so that emerge can find it.

 * Messages for package media-video/makemkv-1.8.1:

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch
 *   ( makemkv-1.8.1-makefile.linux.patch )
 * ERROR: media-video/makemkv-1.8.1 failed (prepare phase):
 *   Cannot find $EPATCH_SOURCE!
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 2694:  Called epatch '/usr/portage/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch'
 *   environment, line  942:  Called die
 * The specific snippet of code:
 *                   die "Cannot find \$EPATCH_SOURCE!";
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-05-07 08:39:46 UTC
This has already been fixed. Please re-sync your portage tree and try again.
Comment 2 Florian Gamböck 2013-05-07 08:46:22 UTC
Oh ... Then sorry for bothering you. Appearently my last syncs weren't complete, because one hour ago the patch wasn't there.

Now it works fine, thank you!