Opened 9 days ago

Last modified 9 days ago

#71188 closed defect

cmake-bootstrap fails to configure on Sequoia 15.1 on ARM64 - all three mirrors are missing cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2 — at Version 4

Reported by: nicksan2c Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.2
Keywords: sequoia Cc: nicksan2c
Port: cmake-bootstrap

Description (last modified by nicksan2c)

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 (lines 219-225):

 :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

Change History (5)

Changed 9 days ago by nicksan2c

Attachment: main.log added

comment:1 Changed 9 days ago by nicksan2c

Summary: cmake-bootstrap fails to configure on Sequoia 15.1 - all three mirrors are missing cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2cmake-bootstrap fails to configure on Sequoia 15.1 on ARM64 - all three mirrors are missing cmake-bootstrap-3.9.6_0.darwin_24.arm64.tbz2

comment:2 Changed 9 days ago by nicksan2c

updated title to specify CPU arch

comment:3 Changed 9 days ago by nicksan2c

Cc: nicksan2c added

comment:4 Changed 9 days ago by nicksan2c

Description: modified (diff)

Updating problem description to include the lines where the error signature was found.

Note: See TracTickets for help on using tickets.