Changes between Version 1 and Version 2 of Ticket #70780


Ignore:
Timestamp:
Sep 18, 2024, 2:00:54 PM (45 hours ago)
Author:
jmroot (Joshua Root)
Comment:

Yes, as mentioned on the Migration wiki page:

Note that this procedure requires MacPorts 2.10.0 or later. If you have an older version of MacPorts installed, you will first need to install the current version (this will not affect your installed ports).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70780 – Description

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