Opened 9 days ago
Last modified 9 days ago
#71188 closed defect
cmake-bootstrap fails to configure on Sequoia 15.1 - all three mirrors are missing cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2 — at Initial Version
Reported by: | nicksan2c | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.10.2 |
Keywords: | sequoia | Cc: | |
Port: | cmake-bootstrap |
Description
This error existing back in macOS 15.0 as well just reporting it now.
$ sw_vers ProductName: macOS ProductVersion: 15.1 BuildVersion: 24B83
$ sudo port install cmake-bootstrap ---> Fetching archive for cmake-bootstrap ---> Attempting to fetch cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2 from https://packages.macports.org/cmake-bootstrap ---> Attempting to fetch cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2 from http://mirror.fcix.net/macports/packages/cmake-bootstrap ---> Attempting to fetch cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/cmake-bootstrap ---> Configuring cmake-bootstrap Error: Failed to configure cmake-bootstrap: configure failure: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/main.log for details. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port cmake-bootstrap failed $
Look at each of these mirrors and they all have cmake-bootstrap-3.9.6_0.darwin_24.x86_64.tbz2 but don't have cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2
https://packages.macports.org/cmake-bootstrap/ http://mirror.fcix.net/macports/packages/cmake-bootstrap/ https://ywg.ca.packages.macports.org/mirror/macports/packages/cmake-bootstrap/
relevant lines from log follows:
:info:archivefetch ---> cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2 doesn't seem to exist in /opt/local/var/ macports/incoming/verified :msg:archivefetch ---> Attempting to fetch cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2 from https://packages. macports.org/cmake-bootstrap :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 :msg:archivefetch ---> Attempting to fetch cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2 from http://mirror.fcix. net/macports/packages/cmake-bootstrap :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 :msg:archivefetch ---> Attempting to fetch cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2 from https://ywg.ca. packages.macports.org/mirror/macports/packages/cmake-bootstrap :debug:archivefetch Fetching archive failed: The requested URL returned error: 404
Note: See
TracTickets for help on using
tickets.