Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366529 - [gnome-overlay] app-accessibility/orca-3.0.1 ebuild fails to find patches
Summary: [gnome-overlay] app-accessibility/orca-3.0.1 ebuild fails to find patches
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-09 04:17 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2011-05-10 21:35 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 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.