https://bugs.winehq.org/show_bug.cgi?id=46680 --- Comment #3 from Nathan <version2013(a)protonmail.com> --- (In reply to Nathan from comment #1) regression testing in racy puppy 5.5 # 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.1 # git bisect run ../compile_fail.sh ---'compile_fail.sh' begins--- #!/bin/sh CC="gcc -m32" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x --libdir=/usr/lib32 CFLAGS="-O2 -march=i486 -mtune=i686" --verbose || exit 125 make ---'compile_fail.sh' ends--- dca175b2565353e4ec99822f0590d4dabedf05b2 is the first bad commit commit dca175b2565353e4ec99822f0590d4dabedf05b2 Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Tue Jan 22 22:10:30 2019 -0600 setupapi: Don't use the devnode to allocate driver keys. The devnode is a local handle, but driver keys should be unique to the device. (Note that MSDN, confusingly, refers to this number as a "device instance ID".) Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> :040000 040000 c2ac61995d5c9bf1db1e41f19f068c96e6292f6b ccb88ecbecc0d30974cf187c77eb9d54df1b2162 M dlls bisect run success -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.