Changes between Initial Version and Version 1 of Ticket #71092, comment 6


Ignore:
Timestamp:
Mar 18, 2025, 11:17:44 PM (9 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71092, comment 6

    initial v1  
    11I'm running MacOS Sequoia 15.2 on Intel 64-bit macbook pro, and encountered an issue when doing the "port migrate" from MacPorts base version 2.10.1 to 2.10.5, the migrate failed on the tecla package when attempting to fetch from the following URLs the main.log file shows the errors below:
     2{{{
    23:info:archivefetch --->  tecla-1.6.3_0.darwin_24.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
    34:msg:archivefetch --->  Attempting to fetch tecla-1.6.3_0.darwin_24.x86_64.tbz2 from https://packages.macports.org/tecla
     
    89:debug:archivefetch Fetching archive failed: The requested URL returned error: 404
    910The darwin_24.x86_64 package is missing and causes the ensuing Error 404.
     11}}}
    1012The previous "darwin_23" versions exist at those URLs but the macports migration to 2.10.5 specifically points to darwin_24 versions, as all other packages migrated used darwin_24 versions as well. It seems that building the tecla-1.6.3_0.darwin_24.x86_64.tbz2 and placing it at those URLs would be the fix, or if it's not being developed further, then point the macports migration to the darwin_23 version if its compatible with Sequoia. Is there a way to do that?