Compiling using the latest Raspbian available will fail with
E: Unable to locate package libconfig9
Which is being used when GUI_INCLUDE_ACCELERATION is yes (which it is by default)
The workaround for this is either modify the CustomPiOS\src\modules\gui\start_chroot_script file and changing libconfig9 by libconfig11 (not possible if you're using Docker as I do), or by setting GUI_INCLUDE_ACCELERATION to no (which shouldn't impact on headless system, otherwise would not be ideal)
build.log
Compiling using the latest Raspbian available will fail with
Which is being used when
GUI_INCLUDE_ACCELERATIONisyes(which it is by default)The workaround for this is either modify the
CustomPiOS\src\modules\gui\start_chroot_scriptfile and changinglibconfig9bylibconfig11(not possible if you're using Docker as I do), or by settingGUI_INCLUDE_ACCELERATIONtono(which shouldn't impact on headless system, otherwise would not be ideal)build.log