Hi,
I am trying to port an old Genode project (uses Genode 24.02) to Genode 25.05. The problem is that I get build errors due to the fact that genodelabs/api/base/2025-04-09 uses a newer interface for some functions which have not been updated for genodelabs/api/gui_session/2024-10-29 (see the log file for more details).
I checked https://depot.genode.org/ and the latest gui_session depot version is 2024-10-29.
What is the timeframe of updating the gui_session to Genode 25.05? I would like to know if it is worth the effort of porting the project to a less recent version of Genode (e.g. 24.10) or if I should just wait for the update.
Best, Rumen
Hello Rumen,
On Thu, Jul 17, 2025 at 11:23:45 CEST, Rumen Mitov wrote:
What is the timeframe of updating the gui_session to Genode 25.05? I would like to know if it is worth the effort of porting the project to a less recent version of Genode (e.g. 24.10) or if I should just wait for the update.
If you do not aim for building everything Genode by yourself, you have to stay with Sculpt release versions as we publish archives for Sculpt releases only. So, you may try your luck with the sculpt-25.04 Git tag, which reflects the latest Sculpt 25.04 release and is also compatible to the latest Goa.
Regards