Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293452 - emerging mythtv with directv use flag fails because of incorrect path to d10control.pl specified in ebuild
Summary: emerging mythtv with directv use flag fails because of incorrect path to d10c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-17 03:34 UTC by hirakendu
Modified: 2009-11-18 07:41 UTC (History)
0 users

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 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.