Opened 30 hours ago

Closed 27 hours ago

Last modified 27 hours ago

#70925 closed defect (duplicate)

cmake-bootstrap configure fails

Reported by: murrayE Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: sequoia arm64 Cc:
Port: cmake-bootstrap

Description

Configure of cmake-bootstrap @3.9.6 failed during sudo port migrate from Sonoma to Sequoia 15.0. From main.log:

:info:configure CMake 3.9.6, Copyright 2000-2017 Kitware, Inc. and Contributors
:info:configure C compiler on this system is: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -std=gnu11
:info:configure ---------------------------------------------
:info:configure Error when bootstrapping CMake:
:info:configure Cannot find appropriate C++ compiler on this system.
:info:configure Please specify one using environment variable CXX.

As a result, a bunch of ports depending on cmake-bootstrap also failed to be restored: OpenBLAS, R-rsvg, emacs, ffmpeg, freeglut, graphviz, graphviz-gui, gtk3, latex2html, libavif, libheif, `....

Attachments (1)

cmake-bootstrap_main.log (47.6 KB) - added by murrayE 30 hours ago.
main.log

Download all attachments as: .zip

Change History (5)

Changed 30 hours ago by murrayE

Attachment: cmake-bootstrap_main.log added

main.log

comment:1 Changed 30 hours ago by ryandesign (Ryan Carsten Schmidt)

This will also probably be #70750. See ProblemHotlist#clts16 for the solution.

comment:2 Changed 27 hours ago by kencu (Ken)

Indeed, we have confirmed that cmake-bootstrap builds just fine on Sequoia, once the CLTs are fixed:

 % port -v installed cmake-bootstrap
The following ports are currently installed:
  cmake-bootstrap @3.9.6_0 requested_variants='' platform='darwin 24' archs='arm64' date='2024-09-21T09:50:29-0700'

comment:3 Changed 27 hours ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed

comment:4 Changed 27 hours ago by murrayE

Yes, after the old c++ directory is removed from CLT, cmake-bootstrap built just fine for me under Sequoia.

Last edited 27 hours ago by murrayE (previous) (diff)
Note: See TracTickets for help on using tickets.