https://bugs.winehq.org/show_bug.cgi?id=49208
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression CC| |austinenglish@gmail.com
--- Comment #26 from Austin English austinenglish@gmail.com --- I've hit this myself, though I only see the problem if I run make install, doesn't show if I run from the build directory.
Anyway, bisected it to:
austin@laptop ~/wine-git ((no branch, bisect started on master)) $ git bisect bad e36a9c459d7d1644f401eb49f3684c6fe42f7948 is the first bad commit commit e36a9c459d7d1644f401eb49f3684c6fe42f7948 Author: Alexandre Julliard julliard@winehq.org Date: Tue May 5 11:54:11 2020 +0200
kernel32: Move volume functions to kernelbase.
Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/kernel32/kernel32.spec | 40 +- dlls/kernel32/volume.c | 1675 +----------------------------------- dlls/kernelbase/Makefile.in | 3 +- dlls/kernelbase/kernelbase.spec | 40 +- dlls/kernelbase/volume.c | 1777 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 1851 insertions(+), 1684 deletions(-)
Since it's build dependent, this without mingw installed (didn't notice it occur the one time I tried, may try more later), and: austin@laptop ~ $ gcc-v ... gcc version 9.3.0 (Gentoo 9.3.0 p2) austin@laptop ~ $ ld -v GNU ld (Gentoo 2.32 p3) 2.32.0 austin@laptop ~ $ as -v GNU assembler version 2.32.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.32 p3) 2.32.0
to reproduce, used: # build $ ./configure --disable-tests && make -j$(nproc) && sudo make install # test: $ wineserver -k ; rm -rf ~/.wine ; timeout 30s wineboot ; echo $?