Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 93403
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Television related Applications in Gentoo's Portage <media-tv@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Juan J. GarcĂ­a de Soria <skandalfo@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 93403 depends on: Show dependency tree
Bug 93403 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-21 00:22 0000
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 From Doug Goldstein 2005-05-22 15:48:05 0000 -------
Thank you. :) Fixed in CVS

------- Comment #2 From Jakub Moc (RETIRED) 2005-05-22 23:18:26 0000 -------
*** Bug 93624 has been marked as a duplicate of this bug. ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug