Building kconfig with python bindings fails about 50% of the times due to a race condition sip: Unable to find file "conversioncheck.sip" make[2]: *** [src/gui/CMakeFiles/sip_generated_KConfigGui_files.dir/build.make:65: src/gui/pybuild/PyKF5/KConfigGui/unifiedKConfigGui.cpp] Error 1 make[1]: *** [CMakeFiles/Makefile2:4009: src/gui/CMakeFiles/sip_generated_KConfigGui_files.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Would be nice if there was a way to make sure that the sip file has been generated before trying to use it.
Haven't seen it in a while