http://bugs.winehq.org/show_bug.cgi?id=20963
--- Comment #13 from Larry Johnson keepitsimpleengineer@gmail.com 2009-12-11 10:40:16 --- (In reply to comment #12)
http://wiki.winehq.org/RegressionTesting#head-05e42bb1e9c9659783d6280064efa1... or http://wiki.winehq.org/GitWine might be useful to you. Basically you do
git bisect reset git fetch git rebase origin
and make a build. You can also just wait for the 1.1.35 release, but that's expected for next week Friday.
I followed the process at http://wiki.winehq.org/RegressionTesting#head-efe98a3aade37d2588b7f64cb72cc2...
git bisect start git bisect good wine-1.1.33 git bisect bad wine-1.1.34 compile-test-git bisect good/bad=repeat until…
The first bisect regression failed probably because of the mpegl3.c. The second seemed successful. The bisect logs were attached.
My current resources are: http://wiki.winehq.org/RegressionTesting http://source.winehq.org/git/?p=wine.git;a=tags http://wiki.winehq.org/WineOn64bit#head-d0fe1b547cf65ae6e1b166debd309bd5189a... http://ubuntuforums.org/showthread.php?p=8285328 file:///usr/share/doc/git-doc/git.html file:///usr/share/doc/git-doc/user-manual.html file:///usr/share/doc/git-doc/user-manual.html#git-quick-start file:///usr/share/doc/git-doc/everyday.html file:///usr/share/doc/git-doc/gittutorial.html http://wiki.winehq.org/winetricks http://wiki.winehq.org/WineOn64bit http://wiki.winehq.org/GitWine