> Wiadomość napisana przez Michael Tokarev <m...@tls.msk.ru> w dniu 25 kwi
> 2025, o godz. 13:17:
>
> On 25.04.2025 12:33, Zygmunt Krynicki wrote:
>
>>> /usr/include/image-garden.mk:919: warning: undefined variable
>>> 'QEMU_SYSTEM_X86_64_MACHINE_FOR_VERSION_10'
>>> /usr/include/image-garden.mk:919: *** please define
>>> QEMU_SYSTEM_X86_64_MACHINE_FOR_VERSION_10. Stop.
>> Ah, I knew this was a bad idea and I meant to remove it but I lost track.
>
> What was the idea behind using version-specific variable names anyway?
It's like a poor man's dict/map for make
ITEMS_a = foo
ITEMS_b = bar
$(info $(ITEMS_$(key)))
> Qemu does not change interfaces often enough to warrant version-specific
> invocations for simple things.
Yeah, I realised this later and forgot to get rid of that code. I wanted to use
the latest version available and didn't notice that q35 is just an alias for
"latest".
>
>
>> This is now fixed in image-garden 0.2-2 and uploaded moments ago,
>> autopkgtests CI tests on salsa are green.
>
> Thank you for the quick response!
>
> I don't see the new package being uploaded yet, though.
> It should be there already after a few hours, I guess :)
>
I got notification that the package has been accepted recently so I think it
should get through. CI was green so fingers crossed.
> Thanks,
>
Thank you for the notice :-)
Best regards
ZK