Hello Sergii,
I have more time now to go back on trying and testing NEXTSPACE evolving.
So I began from a fresh Debian Stable Lite (Trixie 13.3) on my new arm64 architecture (pi 500).
My thought was to duplicate debian-12 deps to debian-13 and check dependencies step by step.
- I first installed
binutils-gold and clang to fix first missing messages.
- Then I tried to build again
libdispatch (stage 0) but I was early stuck at 13%:
Apply.c:366:4: error:cast from 'dispatch_function_t' (aka 'void()void _Nullable') to dispatch_apply_function_t' (aka 'void (*) void *, unsigned ling)') converts to incompatible function type [-Werror, -Wcast-function-type-mismatch]
366 | (dispatch_apply_function_t)_dispatch_Block_invoke(work));
|
1 error generated
(...)
Hello Sergii,
I have more time now to go back on trying and testing NEXTSPACE evolving.
So I began from a fresh Debian Stable Lite (Trixie 13.3) on my new arm64 architecture (pi 500).
My thought was to duplicate debian-12 deps to debian-13 and check dependencies step by step.
binutils-goldandclangto fix first missing messages.libdispatch(stage 0) but I was early stuck at 13%: