Re: OS Platform mismatch - while installing stm32flash

2021-03-12 Thread Christoph Kukulies
You (Chris) may be right on this point. I might have overseen to do a migration 
when I went from Catalina to BigSur. 

Thanks anyway for commenting.

—
Christoph




> Am 11.03.2021 um 19:19 schrieb Chris Jones :
> 
> Hi,
> 
>> On 11 Mar 2021, at 6:16 pm, James Secan  wrote:
>> 
>> Not sure I understand this.  Do we now need to “migrate” when we update 
>> from x.x.y to x.x.y+1?  Has Apple fouled things up that badly?  I thought 
>> migration was only needed in a major OS upgrade, which I would consider to 
>> be from macOS x to maxOS x+1.
> 
> You are correct, for a minor update it is not required.
> 
> The issue is the OP must not have followed the migration instructions 
> correctly when updating from Darwin19 to Darwin20 (macOS 10.15 to 11.0), as I 
> don’t see any other way he could have got those errors messages.
> 
> Chris
> 
>> 
>> Jim
>> 3222 NE 89th St
>> Seattle, WA 98115
>> (206) 430-0109
>> 
>>> On Mar 11, 2021, at 6:44 AM, Chris Jones  wrote:
>>> 
>>> Hi,
>>> 
>>> Looks like at some point you did not follow the migration instructions 
>>> correctly. You should do so now.
>>> 
>>> Chris
>>> 
> On 11 Mar 2021, at 2:41 pm, Christoph P.U. Kukulies  
> wrote:
 
 Of course the error (OS platform mismatch) occurs on every command I'm
 running on port,
 
 like
 
 port info
 
> Am 11.03.2021 um 14:20 schrieb Christoph Kukulies:
> Tried to do
> 
> 
> $ sudo port install stm32flash
> Password:
> Error: Current platform "darwin 20" does not match expected platform 
> "darwin 19"
> Error: If you upgraded your OS, please follow the migration instructions: 
> https://trac.macports.org/wiki/Migration
> OS platform mismatch
> while executing
> "mportinit ui_options global_options global_variations"
> Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform 
> mismatch
> 
> 
> Did an os update from macOS 12.2.2 to 12.2.3 right before.
> 
> 
> —
> Christoph
> 
> 
 
>>> 
>> 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Ryan Schmidt
On Mar 11, 2021, at 12:04, Christoph Kukulies wrote:

> Seemed like brute force reinstalling from the installer solved the OS 
> mismatch.

Reinstalling using the installer is step 2 in the Migration instructions, so it 
should not surprise you that you needed to do that.



Re: OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Chris Jones
Hi,

> On 11 Mar 2021, at 6:16 pm, James Secan  wrote:
> 
> Not sure I understand this.  Do we now need to “migrate” when we update from 
> x.x.y to x.x.y+1?  Has Apple fouled things up that badly?  I thought 
> migration was only needed in a major OS upgrade, which I would consider to be 
> from macOS x to maxOS x+1.

You are correct, for a minor update it is not required.

The issue is the OP must not have followed the migration instructions correctly 
when updating from Darwin19 to Darwin20 (macOS 10.15 to 11.0), as I don’t see 
any other way he could have got those errors messages.

Chris

> 
> Jim
> 3222 NE 89th St
> Seattle, WA 98115
> (206) 430-0109
> 
>> On Mar 11, 2021, at 6:44 AM, Chris Jones  wrote:
>> 
>> Hi,
>> 
>> Looks like at some point you did not follow the migration instructions 
>> correctly. You should do so now.
>> 
>> Chris
>> 
 On 11 Mar 2021, at 2:41 pm, Christoph P.U. Kukulies  
 wrote:
>>> 
>>> Of course the error (OS platform mismatch) occurs on every command I'm
>>> running on port,
>>> 
>>> like
>>> 
>>> port info
>>> 
 Am 11.03.2021 um 14:20 schrieb Christoph Kukulies:
 Tried to do
 
 
 $ sudo port install stm32flash
 Password:
 Error: Current platform "darwin 20" does not match expected platform 
 "darwin 19"
 Error: If you upgraded your OS, please follow the migration instructions: 
 https://trac.macports.org/wiki/Migration
 OS platform mismatch
  while executing
 "mportinit ui_options global_options global_variations"
 Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform 
 mismatch
 
 
 Did an os update from macOS 12.2.2 to 12.2.3 right before.
 
 
 —
 Christoph
 
 
>>> 
>> 
> 



Re: OS Platform mismatch - while installing stm32flash

2021-03-11 Thread James Secan
Not sure I understand this.  Do we now need to “migrate” when we update from 
x.x.y to x.x.y+1?  Has Apple fouled things up that badly?  I thought migration 
was only needed in a major OS upgrade, which I would consider to be from macOS 
x to maxOS x+1.

Jim
3222 NE 89th St
Seattle, WA 98115
(206) 430-0109

> On Mar 11, 2021, at 6:44 AM, Chris Jones  wrote:
> 
> Hi,
> 
> Looks like at some point you did not follow the migration instructions 
> correctly. You should do so now.
> 
> Chris
> 
>> On 11 Mar 2021, at 2:41 pm, Christoph P.U. Kukulies  
>> wrote:
>> 
>> Of course the error (OS platform mismatch) occurs on every command I'm
>> running on port,
>> 
>> like
>> 
>> port info
>> 
>>> Am 11.03.2021 um 14:20 schrieb Christoph Kukulies:
>>> Tried to do
>>> 
>>> 
>>> $ sudo port install stm32flash
>>> Password:
>>> Error: Current platform "darwin 20" does not match expected platform 
>>> "darwin 19"
>>> Error: If you upgraded your OS, please follow the migration instructions: 
>>> https://trac.macports.org/wiki/Migration
>>> OS platform mismatch
>>>   while executing
>>> "mportinit ui_options global_options global_variations"
>>> Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform 
>>> mismatch
>>> 
>>> 
>>> Did an os update from macOS 12.2.2 to 12.2.3 right before.
>>> 
>>> 
>>> —
>>> Christoph
>>> 
>>> 
>> 
> 



Re: OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Christoph Kukulies
Seemed like brute force reinstalling from the installer solved the OS mismatch. 
I can
do

port list

and 

port install stm32flash


All seems to be back again.

—
Christoph


> Am 11.03.2021 um 18:58 schrieb Christoph Kukulies :
> 
> It looks like I cannot do any command on macports. That way it is not even 
> possible to uninstall macports from the uninstall instructions,
> not to mention making a list of currently  installed ports.
> 
> I’m locked up. 
> 
> —
> Christoph
> 
> 
> 
>> Am 11.03.2021 um 15:44 schrieb Chris Jones :
>> 
>> Hi,
>> 
>> Looks like at some point you did not follow the migration instructions 
>> correctly. You should do so now.
>> 
>> Chris
>> 
>>> On 11 Mar 2021, at 2:41 pm, Christoph P.U. Kukulies  
>>> wrote:
>>> 
>>> Of course the error (OS platform mismatch) occurs on every command I'm
>>> running on port,
>>> 
>>> like
>>> 
>>> port info
>>> 
 Am 11.03.2021 um 14:20 schrieb Christoph Kukulies:
 Tried to do
 
 
 $ sudo port install stm32flash
 Password:
 Error: Current platform "darwin 20" does not match expected platform 
 "darwin 19"
 Error: If you upgraded your OS, please follow the migration instructions: 
 https://trac.macports.org/wiki/Migration
 OS platform mismatch
  while executing
 "mportinit ui_options global_options global_variations"
 Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform 
 mismatch
 
 
 Did an os update from macOS 12.2.2 to 12.2.3 right before.
 
 
 —
 Christoph
 
 
>>> 
>> 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Christoph Kukulies
It looks like I cannot do any command on macports. That way it is not even 
possible to uninstall macports from the uninstall instructions,
not to mention making a list of currently  installed ports.

I’m locked up. 

—
Christoph



> Am 11.03.2021 um 15:44 schrieb Chris Jones :
> 
> Hi,
> 
> Looks like at some point you did not follow the migration instructions 
> correctly. You should do so now.
> 
> Chris
> 
>> On 11 Mar 2021, at 2:41 pm, Christoph P.U. Kukulies  
>> wrote:
>> 
>> Of course the error (OS platform mismatch) occurs on every command I'm
>> running on port,
>> 
>> like
>> 
>> port info
>> 
>>> Am 11.03.2021 um 14:20 schrieb Christoph Kukulies:
>>> Tried to do
>>> 
>>> 
>>> $ sudo port install stm32flash
>>> Password:
>>> Error: Current platform "darwin 20" does not match expected platform 
>>> "darwin 19"
>>> Error: If you upgraded your OS, please follow the migration instructions: 
>>> https://trac.macports.org/wiki/Migration
>>> OS platform mismatch
>>>   while executing
>>> "mportinit ui_options global_options global_variations"
>>> Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform 
>>> mismatch
>>> 
>>> 
>>> Did an os update from macOS 12.2.2 to 12.2.3 right before.
>>> 
>>> 
>>> —
>>> Christoph
>>> 
>>> 
>> 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Chris Jones
Hi,

Looks like at some point you did not follow the migration instructions 
correctly. You should do so now.

Chris

> On 11 Mar 2021, at 2:41 pm, Christoph P.U. Kukulies  wrote:
> 
> Of course the error (OS platform mismatch) occurs on every command I'm
> running on port,
> 
> like
> 
> port info
> 
>> Am 11.03.2021 um 14:20 schrieb Christoph Kukulies:
>> Tried to do
>> 
>> 
>> $ sudo port install stm32flash
>> Password:
>> Error: Current platform "darwin 20" does not match expected platform "darwin 
>> 19"
>> Error: If you upgraded your OS, please follow the migration instructions: 
>> https://trac.macports.org/wiki/Migration
>> OS platform mismatch
>>while executing
>> "mportinit ui_options global_options global_variations"
>> Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform 
>> mismatch
>> 
>> 
>> Did an os update from macOS 12.2.2 to 12.2.3 right before.
>> 
>> 
>> —
>> Christoph
>> 
>> 
> 



Re: OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Christoph P.U. Kukulies
Of course the error (OS platform mismatch) occurs on every command I'm
running on port,

like

port info

Am 11.03.2021 um 14:20 schrieb Christoph Kukulies:
> Tried to do
>
>
> $ sudo port install stm32flash
> Password:
> Error: Current platform "darwin 20" does not match expected platform "darwin 
> 19"
> Error: If you upgraded your OS, please follow the migration instructions: 
> https://trac.macports.org/wiki/Migration
> OS platform mismatch
> while executing
> "mportinit ui_options global_options global_variations"
> Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform 
> mismatch
>
>
> Did an os update from macOS 12.2.2 to 12.2.3 right before.
>
>
> —
> Christoph
>
>



OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Christoph Kukulies
Tried to do


$ sudo port install stm32flash
Password:
Error: Current platform "darwin 20" does not match expected platform "darwin 19"
Error: If you upgraded your OS, please follow the migration instructions: 
https://trac.macports.org/wiki/Migration
OS platform mismatch
while executing
"mportinit ui_options global_options global_variations"
Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform mismatch


Did an os update from macOS 12.2.2 to 12.2.3 right before.


—
Christoph




smime.p7s
Description: S/MIME cryptographic signature