Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 293452

Summary: emerging mythtv with directv use flag fails because of incorrect path to d10control.pl specified in ebuild
Product: Gentoo Linux Reporter: hirakendu <hirakendu>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description hirakendu 2009-11-17 03:34:16 UTC
In the mythtv ebuild, please correct the path to d10control.pl, by changing the line:
dobin contrib/channel_changers/d10control.pl || die "failed to install d10control"
to:
dobin contrib/channel_changers/d10control/d10control.pl || die "failed to install d10control"
.


Reproducible: Always

Steps to Reproduce:
Comment 1 Patrick Lauer gentoo-dev 2009-11-17 17:34:28 UTC
Which version of the ebuild?
Comment 2 hirakendu 2009-11-17 20:34:27 UTC
The latest 0.22 (both 0.22_p22824-r1 and 0.22_p22811 and also in 0.23_alpha22834). IMHO it is pretty obvious if one has a look at the ebuild (and the following line) and is a trivial correction.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2009-11-18 05:37:21 UTC
Fixed without a bump since it prevents successful emerges. Thanks.
Comment 4 hirakendu 2009-11-18 07:41:35 UTC
Thanks.