You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
CMake Error:
Running
'/usr/local/bin/ninja' '-C' '/usr/local/tmp/crew/ninja.20220929184056.dir/ninja-1.11.1/builddir/CMakeFiles/CMakeTmp' '-t' 'recompact'
failed with:
ninja: fatal: unknown tool 'recompact'
CMake Error:
Running
'/usr/local/bin/ninja' '-C' '/usr/local/tmp/crew/ninja.20220929184056.dir/ninja-1.11.1/builddir/CMakeFiles/CMakeTmp' '-t' 'restat' 'build.ninja'
failed with:
ninja: fatal: unknown tool 'restat'
CMake Error at /usr/local/share/cmake-3.24/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile):
Failed to generate test project build system.
Call Stack (most recent call first):
/usr/local/share/cmake-3.24/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)
CMakeLists.txt:6 (project)
The text was updated successfully, but these errors were encountered:
satmandu
changed the title
ninja 1.11.1 cmake generated binary broken on x86_64, unable to build self
ninja 1.11.1 cmake or python3 generated binary broken on x86_64, unable to build self
Sep 29, 2022
Weirdly this only breaks on x86_64, not i686 or armv7l.
I get
The text was updated successfully, but these errors were encountered: