Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15046 - advancedmame fails to compile ebuild error
Summary: advancedmame fails to compile ebuild error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-03 11:45 UTC by Joel Hill (RETIRED)
Modified: 2003-02-03 13:42 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 Joel Hill (RETIRED) gentoo-dev 2003-02-03 11:45:29 UTC
>>> emerge (1 of 1) app-emulation/advancemame-0.63.0 to /
>>> md5 ;-) advancemame-0.63.0.tar.gz
>>> md5 ;-) advancemenu-2.2.3.tar.gz
>>> md5 ;-) mame063s.zip
>>> Unpacking source...
>>> Unpacking advancemame-0.63.0.tar.gz
>>> Unpacking advancemenu-2.2.3.tar.gz
>>> Unpacking mame063s.zip
/usr/sbin/ebuild.sh: line 43: cd:
/var/tmp/portage/advancemame-0.63.0/work/advmame: No such file or directory
/usr/sbin/ebuild.sh: line 52: cd:
/var/tmp/portage/advancemame-0.63.0/work/advmame/src: No such file or directory

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /var/tmp/portage/advancemame-0.63.0/work/patch


!!! ERROR: app-emulation/advancemame-0.63.0 failed.
!!! Function epatch, Line 163, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-03 13:42:27 UTC
Just add a 'mkdir -p ${S}' to the top of src_unpack().  Sorry, must have deleted
it by mistake just before commit ...  Should be fixed on CVS now.