Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 366529

Summary: [gnome-overlay] app-accessibility/orca-3.0.1 ebuild fails to find patches
Product: Gentoo Linux Reporter: Alexandre Rostovtsev (RETIRED) <tetromino>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-05-09 04:17:09 UTC
app-accessibility/orca-3.0.1 from Gnome overlay fails to emerge because it cannot find patches:

# emerge orca
[...]
 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/local/layman/gnome/app-accessibility/orca/files/orca-3.0.1-fix-gnomespeech-traceback.patch
 *   ( orca-3.0.1-fix-gnomespeech-traceback.patch )

 * ERROR: app-accessibility/orca-3.0.1 failed (prepare phase):
 *   Cannot find $EPATCH_SOURCE!

This is because when orca was version bumped from 3.0.0 to 3.0.1, the ${P} part of patch file names in src_prepare() was not replaced with ${PN}-3.0.1 (see http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commitdiff;h=f67d1367cdda268d47345acccc436435b31048dd).
Comment 1 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-05-10 21:35:12 UTC
Fixed, thanks for reporting.