Skip to content
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

Bug: Huntergate is broken #4377

Closed
kimkulling opened this issue Feb 7, 2022 · 0 comments · Fixed by #4378
Closed

Bug: Huntergate is broken #4377

kimkulling opened this issue Feb 7, 2022 · 0 comments · Fixed by #4378
Labels
Bug Global flag to mark a deviation from expected behaviour Build Global flag to mark build relates topics

Comments

@kimkulling
Copy link
Member

Describe the bug
No PR can be build, the hunter gate has problems with the VS-version:

Generate project files with CMake
  -- [hunter] Initializing Hunter workspace (1a82b9b73055879181cb1466b2ab5d48ee8ae410)
  -- [hunter]   https://github.com/cpp-pm/hunter/archive/v0.23.311.tar.gz
  -- [hunter]   -> C:/.hunter/_Base/Download/Hunter/0.23.311/1a82b9b
  -- [polly] Used toolchain: Ninja / Visual Studio / x64 / C++17
  -- The C compiler identification is MSVC 19.30.30709.0
  -- The CXX compiler identification is MSVC 19.30.30709.0
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  -- Shared libraries disabled
  -- [hunter] Calculating Toolchain-SHA1
  -- [hunter] Calculating Config-SHA1
  -- [hunter] HUNTER_ROOT: C:/.hunter
  -- [hunter] [ Hunter-ID: 1a82b9b | Toolchain-ID: 5d2b678 | Config-ID: 6a6548a ]
  
  [hunter ** INTERNAL **] Unexpected MSVC_VERSION: '1930'
  [hunter ** INTERNAL **] [Directory:D:/a/assimp/assimp]

  ------------------------------ ERROR -----------------------------
      https://hunter.readthedocs.io/en/latest/reference/errors/error.internal.html
  ------------------------------------------------------------------
  
  CMake Error at C:/.hunter/_Base/Download/Hunter/0.23.311/1a82b9b/Unpacked/cmake/modules/hunter_error_page.cmake:12 (message):
  Call Stack (most recent call first):
    C:/.hunter/_Base/Download/Hunter/0.23.311/1a82b9b/Unpacked/cmake/modules/hunter_internal_error.cmake:13 (hunter_error_page)
    C:/.hunter/_Base/Download/Hunter/0.23.311/1a82b9b/Unpacked/cmake/modules/hunter_setup_msvc.cmake:91 (hunter_internal_error)
    C:/.hunter/_Base/Download/Hunter/0.23.311/1a82b9b/Unpacked/cmake/modules/hunter_finalize.cmake:117 (hunter_setup_msvc)
    C:/.hunter/_Base/Download/Hunter/0.23.311/1a82b9b/Unpacked/cmake/modules/hunter_add_package.cmake:23 (hunter_finalize)
    CMakeLists.txt:4[69](https://github.com/assimp/assimp/runs/5089856554?check_suite_focus=true#step:13:69) (hunter_add_package)

To Reproduce
Just create a new PR.

Expected behavior
PR works fine

Platform (please complete the following information):

  • OS: Windows hunter build
@kimkulling kimkulling added Build Global flag to mark build relates topics Bug Global flag to mark a deviation from expected behaviour labels Feb 7, 2022
@kimkulling kimkulling changed the title Bug: Huntergate is bloken Bug: Huntergate is broken Feb 7, 2022
kimkulling added a commit that referenced this issue Feb 7, 2022
- Temporary disable hunter for windows
- closes #4377
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Global flag to mark a deviation from expected behaviour Build Global flag to mark build relates topics
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant