https://bugs.winehq.org/show_bug.cgi?id=46892
--- Comment #4 from Nathan version2013@protonmail.com --- (In reply to Nathan from comment #3) wine-4.0 compiled successfully. Since previous regression happened in wine-4.1, causing wine compile to fail, I am unsure, yet, where this new regression started, hence the 'Version' set to 'unspecified'.
Since that compile error (previous regression) happened during the first build of the bisect, I tried patching that commit (after starting over with a fresh wine-git download) after inputting the 'start good bad' commands rather than before.
# cd /opt # git clone git://source.winehq.org/git/wine.git wine-git/ # cd wine-git/ # git bisect start # git bisect good wine-4.0 # git bisect bad wine-4.4
https://bugs.winehq.org/show_bug.cgi?id=46680#c12 create patch.diff file with contents from commit at: https://source.winehq.org/git/wine.git/patch/994976dcb3f42a370f0419fbd3c3fe7...
move patch.diff file into /wine-git/
# git apply patch.diff
I will finish bisecting, but so far this is working.