Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69141 - little bug in johntheripper-1.6.37-r1.ebuild "file not found"
Summary: little bug in johntheripper-1.6.37-r1.ebuild "file not found"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 07:47 UTC by Christian Häßler
Modified: 2004-12-31 15:28 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 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.