Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103757 - app-editors/leo-4.2 gets an $EPATCH_SOURCE error
Summary: app-editors/leo-4.2 gets an $EPATCH_SOURCE error
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Rob Cakebread (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 15:00 UTC by Erik Musick
Modified: 2006-06-25 11:07 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 Erik Musick 2005-08-25 15:00:21 UTC
When compiling, errors with the following:

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/local/portage/app-editors/leo/files/leoConfig.py.patch
 *   ( leoConfig.py.patch )

!!! ERROR: app-editors/leo-4.2 failed.
!!! Function epatch, Line 217, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2005-08-25 15:58:23 UTC
(In reply to comment #0)
>  * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
>  * 
>  *   /usr/local/portage/app-editors/leo/files/leoConfig.py.patch

Is this the ebuild in portage or a local copy in your overlay? You probably need
to copy the patch to your overlay.
Comment 2 Erik Musick 2005-08-25 16:01:32 UTC
It was a copy in the overlay since amd64 isn't a keyword. I tried unpacking
leo-4.2-final.zip found in distfiles and didn't see the patch. Maybe I looked in
the wrong place?
Comment 3 Rob Cakebread (RETIRED) gentoo-dev 2005-08-25 16:51:03 UTC
Try:

cp /usr/portage/app-editors/leo/files/leoConfig.py.patch
/usr/local/portage/app-editors/leo/files/leoConfig.py.patch
Comment 4 Erik Musick 2005-08-25 20:41:18 UTC
Ok, that does work. Not sure why I didn't try looking in /usr/portage in the
first place.

This now compiles on ~amd64. However, to get it to run, I needed to recompile
python with tcltk and X support before it would run. It seems to run fine.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-06-25 11:07:43 UTC
Closing a stale bug.