Changes between Initial Version and Version 1 of Ticket #70884


Ignore:
Timestamp:
Sep 23, 2024, 9:58:23 PM (3 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

This may be a duplicate of #70716 which is a duplicate of #70750. Please try the solution in ProblemHotlist#clts16. If that doesn't work, please attach the cmake_bootstrap.log file mentioned in your error message.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70884

    • Property Port cmake-bootstrap added
  • Ticket #70884 – Description

    initial v1  
    11I just upgraded to Mac OSX 10.15 Sequoia with XCode 16. I have the command line tools installed. I deleted my old `/opt/local` and reinstalled MacPorts from scratch using the file `MacPorts-2.10.1-15-Sequoia.pkg`. The build fails when trying to install cmake-bootstrap. The build log for cmake-bootstrap is attached. I think the relevant lines are:
    2 ```
     2{{{
    33:info:configure Error when bootstrapping CMake:
    44:info:configure Cannot find appropriate C++ compiler on this system.
    55:info:configure Please specify one using environment variable CXX.
    66:info:configure See cmake_bootstrap.log for compilers attempted.
    7 ```
     7}}}
    88
    99The main.log file is attached.