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

CI Failure Conda&Homebrew&vcpkg : Latest CMake 3.23 regression End of March 2022 #1074

Closed
traversaro opened this issue Mar 30, 2022 · 2 comments

Comments

@traversaro
Copy link
Member

traversaro commented Mar 30, 2022

Bootstrapping with the latest CMake is failing with error:

CMake Error: File /usr/share/miniconda3/envs/test/share/cmake-3.23/Modules/RepositoryInfo.txt.in does not exist.
CMake Error at build/CMakeFiles/ExternalProject.cmake:2517 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  build/CMakeFiles/ExternalProject.cmake:3264 (_ep_add_download_command)
  build/CMakeFiles/YCMEPHelper.cmake:1038 (ExternalProject_Add)
  build/CMakeFiles/YCMEPHelper.cmake:1346 (ycm_ep_helper)
  cmake/YCMBootstrap.cmake:102 (ycm_bootstrap)
  CMakeLists.txt:56 (include)


-- Performing download step (git clone) for 'YCM'
CMake Error at build/CMakeFiles/YCMEPHelper.cmake:1358 (message):
  Cannot clone YCM repository (1)
Call Stack (most recent call first):
  cmake/YCMBootstrap.cmake:102 (ycm_bootstrap)
  CMakeLists.txt:56 (include)

Probably it is a regression caused by the embedded copy of ExternalProject in YCM (see robotology/ycm-cmake-modules#50).

@traversaro
Copy link
Member Author

Probably the problem is this PR https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6888 that moved Modules/RepositoryInfo.txt.in to Modules/ExternalProject/RepositoryInfo.txt.in.

@traversaro traversaro changed the title Latest CMake 3.23 regression CI Failure Conda&Homebrew&vcpkg : Latest CMake 3.23 regression Mar 30, 2022
@traversaro traversaro changed the title CI Failure Conda&Homebrew&vcpkg : Latest CMake 3.23 regression CI Failure Conda&Homebrew&vcpkg : Latest CMake 3.23 regression End of March 2022 Mar 30, 2022
@traversaro
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant