Opened 18 months ago

Last modified 18 months ago

#66340 closed defect

cmake 3.24.3 fails on 10.7, 10.8 and 10.9 — at Version 1

Reported by: catap (Kirill A. Korinsky) Owned by: michaelld (Michael Dickens)
Priority: High Milestone:
Component: ports Version:
Keywords: Cc:
Port: cmake

Description (last modified by catap (Kirill A. Korinsky))

It fails to build with the first error:

/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_cmake/cmake/work/cmake-3.24.3/Source/cmWindowsRegistry.cxx:768:36: error: no matching constructor for initialization of 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >')
  return std::vector<std::string>{ std::string{ expression } };
                                   ^          ~~~~~~~~~~~~~~

Thus, this failed build broke build of all cmake-based ports by buildbots on this platforms.

See:

Change History (1)

comment:1 Changed 18 months ago by catap (Kirill A. Korinsky)

Description: modified (diff)
Priority: NormalHigh
Note: See TracTickets for help on using tickets.