-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS2019 glbinding hangs at Building x64 windows rel #6824
Comments
I met the same problem, but I don't know how to solve it. Good luck. |
Try deleting the buildtrees/glbinding folder along with any other built trees touched by a VS2017 build and try again. vcpkg build trees tend to be reused unless they are removed. If it's happening on a clean pull of vcpkg, then here is the offending port: https://github.com/microsoft/vcpkg/tree/master/ports/glbinding |
The VS2017 compiles fine, just takes a while, it is using VS2019 that seems to hang up, runs overnight and stops using any computer resources, no CPU, no I/Os, no memory after about 2 hours, basically it appears to just stop with the aforementioned programs still in task manager not doing anything. |
I have the same problem:
The screen stop here long long time. |
This hanging issue is still around for glbinding, I'm using Visual Studio 2019 Enterprise on Windows 10 1909:
|
For me it appears this issue has been corrected - I'm now on Windows Pro Version 1909 (OS Build 18363.476) and VS 2019 v16.3.9 and it builds flawlessly now - I believe this issue is resolved! ** Visual Studio 2019 Developer Command Prompt v16.3.9 [vcvarsall.bat] Environment initialized for: 'x64' SYSTEM@ANDROMEDA 11/13/2019 16:34:50 D:\Git\vs2019 Total elapsed time: 6.393 min The package glbinding:x64-windows provides CMake targets:
|
|
Compared to never completing as it was in the past on my machine, 6 to 7 minutes is fixed. Especially when other packages like the opencv with all options, ffmpeg with all options and a few others take well over 30 minutes to close to an hour to complete the compile, link and install. |
install-x64-windows-dbg-out.log
install-x64-windows-rel-out.log
config-x64-windows-out.log
As subject states, in VS2019 Community v16.1.2 hangs at step Building x64-windows-rel
I don't believe it is a loop, as no I/O or CPU time is being used and my system stays about 84% idle in about 2 minutes once reaching this step, maybe something is not signaling the tracker.exe to let MSBuild, link and vctip to continue on with the next task???? Just an educated guess.
Note: the VS2017 Enterprise v15.9.12 takes a couple hours to complete the same task, but does complete and the formentioned taskmanager exe's get CPU time and perform actual I/O's, which ultimately installs glbinding properly.
Attached files which may aid in troubleshooting or recognizing the problem.
** Visual Studio 2019 Developer Command Prompt v16.1.2
** Copyright (c) 2019 Microsoft Corporation
[vcvarsall.bat] Environment initialized for: 'x64'
06/08/2019 17:11:14 D:\GitHub\vs2019
->vcpkg install forge glbinding --keep-going
The following packages will be built and installed:
forge[core]:x64-windows
glbinding[core]:x64-windows
Additional packages (*) will be modified to complete this operation.
Starting package 3/10: glbinding:x64-windows
Building package glbinding[core]:x64-windows...
-- Using cached D:/GitHub/vcpkg.downloads/cginternals-glbinding-v3.1.0.tar.gz
-- Using source at D:/GitHub/vs2019/buildtrees/glbinding/src/v3.1.0-cda543f4bc
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
^C
Thank you and have a wonderful day.
The text was updated successfully, but these errors were encountered: