-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[tcl, anyrpc, ois, osgearth] Build Fixes 2020-12-09 #15030
Conversation
These results are from the build https://dev.azure.com/vcpkg/public/_build/results?buildId=46238 PASSING, REMOVE FROM FAIL LIST: tcl:x64-osx (.\scripts\ci.baseline.txt) Unknown, maybe the vcpkg_fixup_cmake_targets change? REGRESSION: anyrpc:x64-windows CMake Error at CMakeLists.txt:90 (CONFIGURE_FILE): CONFIGURE_FILE Problem configuring file Added DISABLE_PARALLEL_CONFIGURE. REGRESSION: geotrans:x64-uwp Will be fixed by microsoft#14412 -- Downloading http://earth-info.nga.mil/GandG/geotrans/geotrans3.7/linux_dev.tgz... -- Downloading http://earth-info.nga.mil/GandG/geotrans/geotrans3.7/linux_dev.tgz... Failed. Status: 28;"Timeout was reached" CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:184 (message): REGRESSION: ois:x64-windows-static CMake Error at CMakeLists.txt:22 (configure_file): configure_file Problem configuring file Added DISABLE_PARALLEL_CONFIGURE. REGRESSION: osgearth:x64-windows REGRESSION: osgearth:x86-windows Unknown and this port has never passed in CI. After discussion with the team we are skipping this one. REGRESSION: qt5-tools:x64-windows-static Remains unknown.
@JackBoosY where was the comment how to reproduce that issue? It had something to do with dxsdk being installed if i remember correctly. here is the comment: #13566 (comment) |
@Neumann-A I believe the trigger was:
I'm trying that myself now to double check. |
@Neumann-A Indeed:
Build errors are like the following:
[...] |
please attache the prl file for |
|
|
If qt needs directxsdk then how is it succeeding when that isn't installed? |
Windows Kits. dxguid and the other libraries are in the LIB and LIBPATH env variables. Which is the same reason opengl-registry is not needed for Qt on windows. the main difference in the prl file is: |
@Neumann-A Same issue when I building
|
LGTM. |
These results are from the build https://dev.azure.com/vcpkg/public/_build/results?buildId=46238
PASSING, REMOVE FROM FAIL LIST: tcl:x64-osx (.\scripts\ci.baseline.txt)
Unknown, maybe the vcpkg_fixup_cmake_targets change?
REGRESSION: anyrpc:x64-windows
Added DISABLE_PARALLEL_CONFIGURE.
REGRESSION: geotrans:x64-uwp
Will be fixed by #14412
REGRESSION: ois:x64-windows-static
Added DISABLE_PARALLEL_CONFIGURE.
REGRESSION: osgearth:x64-windows
REGRESSION: osgearth:x86-windows
Unknown and this port has never passed in CI. After discussion with the team we are skipping this one.
REGRESSION: qt5-tools:x64-windows-static
Remains unknown.