Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79960 - 'src_unpack ()' missing in games-emulation/mupen64-blight-tr64gl-0.8.7_pre1.ebuild
Summary: 'src_unpack ()' missing in games-emulation/mupen64-blight-tr64gl-0.8.7_pre1.e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-29 08:48 UTC by Mikael Eklund
Modified: 2005-01-30 23:13 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 Mikael Eklund 2005-01-29 08:48:10 UTC
mupen64-blight-tr64gl-0.8.7_pre1 won't install because of missing 'src_unpack ()' in the ebuild.
This version is distributed as a non-gzipped binary (in contrast to the previous version). The binary is not moved to the WORKDIR when portage is trying to unzip it, causing 'doexe' to fail.

Suggested solutions:

1. Add:

src_unpack () {
	cp ${DISTDIR}/${MY_P}.so ${S}
}

or similar to the ebuild.

or

2. gzip the binary

Reproducible: Always
Steps to Reproduce:
1.try to 'emerge =games-emulation/mupen64-blight-tr64gl-0.8.7_pre1'
2.
3.

Actual Results:  
it fails

Expected Results:  
it should not fail. ;)
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-01-30 23:13:28 UTC
fixed.  thanks for the bug report.