https://bugs.winehq.org/show_bug.cgi?id=38859
Bug ID: 38859 Summary: CMake hangs when detecting msvc10 compiler Product: Wine Version: 1.7.46 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xantares09@hotmail.com Distribution: ---
Created attachment 51786 --> https://bugs.winehq.org/attachment.cgi?id=51786 winedbg backtrace
I'm trying to use microsoft compiler along with cmake (vc2010express+cmake from winetricks) and it hangs configuring an hello world project. It succeeds the second time the build is run, or as long as the wineserver process is alive, ie if killed, it will fail another time.
Actual output:
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release .
-- The C compiler identification is MSVC 16.0.30319.1 -- The CXX compiler identification is MSVC 16.0.30319.1 -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio 10.0/VC/bin/cl.exe
CMake hangs here, but it should output the rest: -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio 10.0/VC/bin/cl.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio 10.0/VC/bin/cl.exe -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio 10.0/VC/bin/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: Z:/home/xantares/projects/msvc-wine
I use these install/build scripts for you to reproduce the problem: https://github.com/xantares/msvc-wine
https://bugs.winehq.org/show_bug.cgi?id=38859
--- Comment #1 from xantares xantares09@hotmail.com --- Created attachment 51787 --> https://bugs.winehq.org/attachment.cgi?id=51787 project sample and scripts
https://bugs.winehq.org/show_bug.cgi?id=38859
--- Comment #2 from Austin English austinenglish@gmail.com --- Likely a duplicate of bug 21259.
https://bugs.winehq.org/show_bug.cgi?id=38859
--- Comment #3 from xantares xantares09@hotmail.com --- yes, the same workaround is effective: start mspdbsrv.exe -start -spawn -shutdowntime -1
https://bugs.winehq.org/show_bug.cgi?id=38859
--- Comment #4 from xantares xantares09@hotmail.com --- maybe this one is easier to debug than #21259 as it's 100% reproducible
https://bugs.winehq.org/show_bug.cgi?id=38859
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |austinenglish@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38859
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=21259
https://bugs.winehq.org/show_bug.cgi?id=38859
xantares xantares09@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|UNCONFIRMED |RESOLVED
--- Comment #5 from xantares xantares09@hotmail.com --- no one uses vc10 anymore
https://bugs.winehq.org/show_bug.cgi?id=38859
--- Comment #6 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=38859
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Austin English austinenglish@gmail.com --- Closing.