Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332423 - dev-lang\php-5.2.14 - Cannot find $EPATCH_SOURCE!
Summary: dev-lang\php-5.2.14 - Cannot find $EPATCH_SOURCE!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-12 13:13 UTC by Dobril Dobrilov
Modified: 2010-08-12 18:08 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 Dobril Dobrilov 2010-08-12 13:13:31 UTC
I try to update php version from 5.2.13 to 5.2.14
emerge -vau php ....

Cannot find $EPATCH_SOURCE! the system can't find imap-kolab-annotations.patch

The solution of this problem is to edit file /usr/portage/dev-lang/php/files/eblits/src_prepare-v1.eblit to change line 19 from:
use kolab && epatch "${WORKDIR}/${PV}/opt/imap-kolab-annotations.patch"
to:
use kolab && epatch "${WORKDIR}/${PV}/opt/kolab-imap-annotations.patch"

Now rebuild and emerge:
ebuild /usr/portage/dev-lang/php/php-5.2.14.ebuild manifest
emerge -vau php


Reproducible: Always
Comment 1 Matti Bickel (RETIRED) gentoo-dev 2010-08-12 18:08:57 UTC
Which now reveals I'm not using kolab. Thanks, fixed. Just resync, the updated tarball should be on the mirrors along with an updated php-5.2.14.ebuild.

Btw: this will be in a stock php version, sometime.