RE: Lots of port failures today?

From: Mark Millard <marklmi_at_yahoo.com>
Date: Thu, 18 Aug 2022 21:28:58 UTC
Larry Rosenman <ler_at_lerctr.org> wrote on
Date: Thu, 18 Aug 2022 19:45:10 UTC :

> https://home.lerctr.org:8888/build.html?mastername=live-host_ports&build=2022-08-18_13h12m51s
> 
> circa 97ecdc00ac5 on main
> Ideas?

Unsure but . . .

A bunch of your errors start with text looking like:

QUOTE
CMake Error:
  The detected version of Ninja () is less than the version of Ninja required
  by CMake (1.3).
END QUOTE

After that is some variety across such examples, for example:

CMake Error at /usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:49 (try_compile):
  Failed to generate test project build system.
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)
  CMakeLists.txt:5 (project)

vs.

CMake Error at /usr/local/share/cmake/Modules/CheckFunctionExists.cmake:92 (try_compile):
  Failed to generate test project build system.
Call Stack (most recent call first):
  CMakeLists.txt:90 (check_function_exists)

vs.

CMake Error at /usr/local/share/cmake/Modules/CheckSymbolExists.cmake:148 (try_compile):
  Failed to generate test project build system.
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/CheckSymbolExists.cmake:71 (__CHECK_SYMBOL_EXISTS_IMPL)
  src/CMakeLists.txt:44 (check_symbol_exists)

vs.

CMake Error at /usr/local/share/cmake/Modules/CheckIncludeFile.cmake:95 (try_compile):
  Failed to generate test project build system.
Call Stack (most recent call first):
  cmake/config-ix.cmake:60 (check_include_file)
  CMakeLists.txt:732 (include)

and so on.

But those are after the Ninja report and might be consequences
of whatever is going on for the Ninja reports.

===
Mark Millard
marklmi at yahoo.com