I’ve been unable to `cmake` recently, I keep getti...
# core
s
I’ve been unable to
cmake
recently, I keep getting things like:
Copy code
-- Importing: source/libarchive
Submodule 'libraries/cmake/source/libarchive/src' (<https://github.com/libarchive/libarchive>) registered for path 'src'
fatal: remote error: upload-pack: not our ref ba80276ccc3c941c4918ec6e2460059f0c525c43
fatal: Fetched in submodule path 'src', but it did not contain ba80276ccc3c941c4918ec6e2460059f0c525c43. Direct fetching of that commit failed.
CMake Error at libraries/cmake/source/modules/utils.cmake:54 (message):
  Failed to update the following git submodule:
  "/Users/seph/checkouts/osquery/osquery/libraries/cmake/source/libarchive/src"
Call Stack (most recent call first):
  libraries/cmake/source/modules/utils.cmake:148 (initializeGitSubmodule)
  libraries/cmake/source/modules/Findlibarchive.cmake:10 (importSourceSubmodule)
  CMakeLists.txt:167 (find_package)
  CMakeLists.txt:57 (importLibraries)
  CMakeLists.txt:217 (main)
I don’t know if it’s github nonsense (they’ve had a bunch of issues) or something else.