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

Bug 69141

Summary: little bug in johntheripper-1.6.37-r1.ebuild "file not found"
Product: Gentoo Linux Reporter: Christian Häßler <christian>
Component: New packagesAssignee: Daniel Black (RETIRED) <dragonheart>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christian Häßler 2004-10-27 07:47:53 UTC
When you try to emerge johntheripper-1.6.37-r1 you will get the following failure:

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/portage/distfiles/john-1.6.37-r1-gentoo.patch

the problem ist this part of the ebuild:

src_unpack() {
    unpack ${A}
    epatch ${DISTDIR}/${PF/theripper/}-gentoo.patch
}

this part should look like this:

src_unpack() {
    unpack ${A}
    epatch ${DISTDIR}/${PF/theripper/}-gentoo.patch.bz2
}

Reproducible: Always
Steps to Reproduce:
1. emerge johntheripper
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-12-31 15:28:26 UTC
this was fixed on 1 Nov 2004 by Lars,

Thanks for the bug report. Sorry it took me so long.