http://bugs.winehq.org/show_bug.cgi?id=11488
--- Comment #16 from Dan Kegel dank@kegel.com 2008-02-10 02:52:30 --- For me, git checkout 43083236c428e968a7fa1c54470a67cd89674034 ./configure --prefix=/usr/local/wine-20080207 make depend && make ./wine ../winetrickscache/arial32.exe reproduces the error, i.e. arial32 hangs after the progress window showing the copying files goes away.
I chose that because it was said to be the parent of 6d59ddf67b6beb8862a4b784c9a52e8a34b5c13d. And indeed, then doing a git checkout of that revision and then building shows only kernel32/path.c was rebuilt. So I think your bisect might have been wrong, the real problem is earlier. Unless we're chasing different problems.
BTW, I'm having trouble doing a bisect: $ git checkout wine-0.9.54 HEAD is now at 8f954cc... Release 0.9.54. $ git bisect start fatal: ref HEAD is not a symbolic ref Bad HEAD - I need a symbolic ref
gaah! Any tips? This is a fairly fresh source tree, the only funky thing I've done with it is do a few 'git checkout nnnnn's.