Changes between Initial Version and Version 1 of Ticket #70780


Ignore:
Timestamp:
Sep 18, 2024, 1:59:29 PM (45 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

First download and run the MacPorts installer for Sequoia from our web site.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70780 – Description

    initial v1  
    11I've updated macOS from Sonoma 14.6 to Sequoia 15.0.
    2 Now I'm trying to update MacPorts and am following the instructions on https://trac.macports.org/wiki/Migration
     2Now I'm trying to update MacPorts and am following the instructions on wiki:Migration
    33
    44This does not work for me, I get an error message in the first call of `port`:
    55
    6 `> sudo port migrate`[[br]]
    7 Error: Current platform "darwin 24" does not match expected platform "darwin 23"[[br]]
    8 Error: If you upgraded your OS, please follow the migration instructions: https://trac.macports.org/wiki/Migration [[br]]
    9 OS platform mismatch[[br]]
    10     while executing[[br]]
    11 "mportinit ui_options global_options global_variations"[[br]]
    12 Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform mismatch`
     6{{{
     7> sudo port migrate
     8Error: Current platform "darwin 24" does not match expected platform "darwin 23"
     9Error: If you upgraded your OS, please follow the migration instructions: https://trac.macports.org/wiki/Migration
     10OS platform mismatch
     11    while executing
     12"mportinit ui_options global_options global_variations"
     13Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform mismatch
     14}}}
    1315
    1416Does this occur because I'm still on MacPorts 2.9.3 instead of 2.10.1?