Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69583 - wine-20041019-r2 doesn't unpack (typo)
Summary: wine-20041019-r2 doesn't unpack (typo)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-31 01:32 UTC by Marien Zwart (RETIRED)
Modified: 2004-10-31 01:38 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 Marien Zwart (RETIRED) gentoo-dev 2004-10-31 01:32:23 UTC
-r2 changes STAMP to STAMP1 and STAMP2 in src_uri. Unfortunately it doesn't change this in src_unpack. So the unpack fails. Replacing:

        unpack ${PN}-${STAMP}-fake_windows.tar.bz2
        mkdir misc ; cd misc
        unpack ${PN}-${STAMP}-misc.tar.bz2

with

        unpack ${PN}-${STAMP1}-fake_windows.tar.bz2
        mkdir misc ; cd misc
        unpack ${PN}-${STAMP2}-misc.tar.bz2

should fix it.

Reproducible: Always
Steps to Reproduce:
1. emerge wine (after unmasking the ebuild)
2.
3.

Actual Results:  
bzip2: Can't open input file /usr/portage/distfiles/wine--fake_windows.tar.bz2: 
No such file or directory.
>>> Unpacking wine--misc.tar.bz2 to /var/tmp/portage/wine-20041019-r2/work/misc
bzip2: Can't open input file /usr/portage/distfiles/wine--misc.tar.bz2: No such
file or directory.

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /var/tmp/portage/wine-20041019-r2/work/misc/config.patch


Expected Results:  
installed fresh wine.
Comment 1 SpanKY gentoo-dev 2004-10-31 01:38:48 UTC
just aint my day

fixed in cvs, thanks ;)