Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93403 - mythgame-0.18.1 ebuild incorrect
Summary: mythgame-0.18.1 ebuild incorrect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
: 93624 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-21 00:22 UTC by Juan J. García de Soria
Modified: 2005-05-22 23:18 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 Juan J. García de Soria 2005-05-21 00:22:26 UTC
The ebuild for mythgame-0.18.1 fails to build.

It provides a src_install function that tries to call some older (for whole
mythtv) version of eclass-provided function; however, it seems that there is a
plugin-specific eclass now.


Reproducible: Always
Steps to Reproduce:
1. Try to emerge mythgame-0.18.1
2.
3.

Actual Results:  
Missing shell function call prevents emerging.

Fixing the src_install() function in the ebuild fixes the problem.

Expected Results:  
The package builds and install properly.

The next corrected function in the ebuild fixes the problem (note the call to
the updated mythtv-plugins_src_install):

src_install () {
    mythtv-plugins_src_install || die "install failed"

    dodoc gamelist.xml
}
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2005-05-22 15:48:05 UTC
Thank you. :) Fixed in CVS
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-05-22 23:18:26 UTC
*** Bug 93624 has been marked as a duplicate of this bug. ***