http://bugs.winehq.org/show_bug.cgi?id=15338
--- Comment #3 from Arno Schuring aelschuring@hotmail.com 2008-09-21 09:46:19 --- @Austin: yes this is a regression. Unfortunately I haven't used Wine a lot lately, and can only tell you that the issue did not appear in the 1.0 release. I don't think I have used Wine since.
@Vitaly: yes I can reproduce the problem with a native build. After installing several -dev packages, here is my history:
507 ./configure 509 make 511 rm -fr /tmp/test 512 mkdir /tmp/test 513 WINEDEBUG=+tid,+seh,+relay WINEPREFIX=/tmp/test programs/wineboot/wineboot &> /tmp/winelog.txt 514 WINEDEBUG=+tid,+seh,+relay WINEPREFIX=/tmp/test programs/wineboot/wineboot -u &> /tmp/wineboot.txt
I will attach only the second run, which should have been a no-op. The first log (which created the wineprefix) is about 3MB even when compressed with gzip -9, do you want me to attach it or get it to you via some other means? I also saved the config.log, if it is of any interest I can attach it as well.