Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61804 - johntheripper ebuild tries to unpack the patch file
Summary: johntheripper ebuild tries to unpack the patch file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aaron Walker (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-26 06:32 UTC by Gregg Barbato
Modified: 2004-10-02 16:04 UTC (History)
1 user (show)

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 Gregg Barbato 2004-08-26 06:32:09 UTC
>>> md5 src_uri ;-) john-1.6.37.tar.gz
>>> md5 src_uri ;-) john-1.6.37-r1-gentoo.patch
>>> Unpacking source...
>>> Unpacking john-1.6.37.tar.gz to /var/tmp/portage/johntheripper-1.6.37-r1/work
>>> Unpacking john-1.6.37-r1-gentoo.patch to /var/tmp/portage/johntheripper-1.6.37-r1/work
unpack john-1.6.37-r1-gentoo.patch: file format not recognized. Ignoring.

Reproducible: Always
Steps to Reproduce:
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2004-08-26 07:31:43 UTC
The reason it attempts to extract the patch is because the patch was retrieved 
from a mirror.  All files downloaded from the mirror are listed in the ${A} 
variable inside the ebuild, so when unpack ${A} is called... the patch applies
anyways, but IMO it should be compressed.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-08-27 16:05:26 UTC
I'll add this to bug 51528 and bug 59195 on the things to fix with john
Comment 3 Aaron Walker (RETIRED) gentoo-dev 2004-10-02 16:04:52 UTC
Fixed.  Thanks for the report.