Hi
Sorry should be:
./update_personality.pl --os-version="12" --compiler-version="12.2.0"
as the os is:
Raspbian GNU/Linux 12 (bookworm)
and compiler is:
$ gcc --version
gcc (Raspbian 12.2.0-14+rpi1) 12.2.0
right?
/Mikael
On 2025-03-07 10:07, Mikael Kjellström wrote:
>
> On 2025-03-07 10:02, Álvaro Herrera wrote:
>> Hello
>>
>> On 2025-Mar-07, Mikael Kjellström wrote:
>>
>>> For example look at:
>>>
>>> morepork = OpenBSD OpenBSD 6.9 clang clang 10.0.1 x64
>>>
>>> It should say:
>>>
>>> morepork = OpenBSD 6.9 clang 10.0.1 x64
>>>
>>> i used update_personality.pl to change that once (several years ago)
>>> and
>>> that is how it displays after sending in:
>>>
>>> $ update_personality.pl --os-version="OpenBSD 6.9"
>>> --compiler-version="clang
>>> 10.0.1 x64"
>> You have to give only the version *number*, not the operating
>> system/compiler names.
>>
>> The fact that the compiler itself cannot be changed (say from gcc to
>> clang, which you appear to be trying to do for sidewinder) appears to be
>> on purpose. I suppose you should submit a new request and abandon the
>> old animal name, if you wanted to make such a conversion. (I don't
>> necessarily agree with this view of things, but it's how it is at
>> present.)
>
> Aha! So there is where I went wrong.
>
> So for my grison update I should send in:
>
> ./update_personality.pl --os-version="6.9" --compiler-version="12.2.0"
>
> is that correct?
>
>> Thanks for keeping these animals running,
>
> No problem.
>
> /Mikael
>
>
>