something went wrong with the handling of some pathes in the wine-9999 ebuild, the ebuild does not find the src of wine, so patching and configure fail. I don't know what went wrong, but somehow the ebuild looks in the wrong directory. WORKAROUND: copy the contents of <portagetmpdir>/app-emulation/wine-9999/work/wine to <portagetmpdir>/app-emulation/wine-9999/work and create a symlink wine->./ in the work dir and everyting works great. Reproducible: Always Steps to Reproduce: 1. unmask wine-9999 and emerge it
post the output out: ls -al <portagetmpdir>/app-emulation/wine-9999/work/ ls -al <portagetmpdir>/app-emulation/wine-9999/work/*
Ok, here's the output (done on the original/failing version): (In reply to comment #1) > post the output out: > ls -al <portagetmpdir>/app-emulation/wine-9999/work/ total 12 drwx------ 3 root root 4096 2007-03-27 15:42 ./ drwxrwxr-x 7 portage portage 4096 2007-03-27 15:42 ../ drwxr-xr-x 12 root root 4096 2007-03-27 15:42 wine/ > ls -al <portagetmpdir>/app-emulation/wine-9999/work/* > total 2920 drwxr-xr-x 12 root root 4096 2007-03-27 15:42 ./ drwx------ 3 root root 4096 2007-03-27 15:42 ../ -rw-r--r-- 1 root root 5395 2007-03-27 15:42 aclocal.m4 -rw-r--r-- 1 root root 28765 2007-03-27 15:42 ANNOUNCE -rw-r--r-- 1 root root 13053 2007-03-27 15:42 AUTHORS -rw-r--r-- 1 root root 2027694 2007-03-27 15:42 ChangeLog -rwxr-xr-x 1 root root 640924 2007-03-27 15:42 configure* -rw-r--r-- 1 root root 66838 2007-03-27 15:42 configure.ac -rw-r--r-- 1 root root 26434 2007-03-27 15:42 COPYING.LIB drwxr-xr-x 209 root root 4096 2007-03-27 15:42 dlls/ drwxr-xr-x 2 root root 4096 2007-03-27 15:42 documentation/ drwxr-xr-x 2 root root 4096 2007-03-27 15:42 fonts/ drwxr-xr-x 7 root root 4096 2007-03-27 15:42 .git/ -rw-r--r-- 1 root root 24317 2007-03-27 15:42 .gitignore drwxr-xr-x 5 root root 8192 2007-03-27 15:42 include/ drwxr-xr-x 5 root root 4096 2007-03-27 15:42 libs/ -rw-r--r-- 1 root root 824 2007-03-27 15:42 LICENSE -rw-r--r-- 1 root root 1324 2007-03-27 15:42 LICENSE.OLD drwxr-xr-x 2 root root 4096 2007-03-27 15:42 loader/ -rw-r--r-- 1 root root 36038 2007-03-27 15:42 Makefile.in -rw-r--r-- 1 root root 9192 2007-03-27 15:42 Make.rules.in drwxr-xr-x 40 root root 4096 2007-03-27 15:42 programs/ -rw-r--r-- 1 root root 6670 2007-03-27 15:42 README drwxr-xr-x 2 root root 4096 2007-03-27 15:42 server/ drwxr-xr-x 9 root root 4096 2007-03-27 15:42 tools/ -rw-r--r-- 1 root root 20 2007-03-27 15:42 VERSION
ebuild was still using $ECVS_MODULE rather than $EGIT_PROJECT fixed in cvs, cheers