-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.
just aint my day fixed in cvs, thanks ;)