ParaView 5.9.0-RC3 build dependency issue with vtkcatalyst

I have been facing problems building ParaView 5.9.0-RC3 (and RC4, but the example here is from RC3) using a custom script attached here (makeParaView_v59_nompi): makeParaView_v59_nompi (1.0 KB)

The piped output is here (v59_out.txt): v59_out.txt (33.3 KB)

It always stops at vtkcatalyst compilation. I have looked at the loaded ParaView modules (paraview_modules in CMakeLists.txt) and the only missing module is ParaView::InSitu. I could not find an option set to add InSitu to the list of modules. However, specifically deactivating ParaView::InSitu via -DVTK_MODULE_ENABLE_ParaView_InSitu=NO allows the build to complete, but the resulting PV executable is not able to load python state files (python state file still tries to load catalyst modules). Disabling vtkcatalyst via -DVTK_MODULE_ENABLE_ParaView_vtkcatalyst=NO results in a different dependency error.

It would be great if someone could help me with finding the missing options.