<div dir="ltr"><div>Even when doing a dry run (the -n flag):</div><div><br></div><div>cd ~/b/QGIS<br>git switch release-3_36<br>git pull<br>git status -s # yep, its up to date<br>mkdir build-dry-3_36<br>cd build-dry-3_36<br>cmake .. > log_cmake.txt 2>&1<br>make -n > log_make.txt 2>&1</div><div><br></div><div>make fails with the following error:</div><div><br></div><div><font face="monospace" size="1">(...)</font></div><div><font face="monospace" size="1">cd /home/velle/b/QGIS/build-dry-3_36 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/velle/b/QGIS /home/velle/b/QGIS/src/core /home/velle/b/QGIS/build-dry-3_36 /home/velle/b/QGIS/build-dry-3_36/src/core /home/velle/b/QGIS/build-dry-3_36/src/core/CMakeFiles/qgis_core.dir/DependInfo.cmake --color=<br>make -s -f src/core/CMakeFiles/qgis_core.dir/build.make src/core/CMakeFiles/qgis_core.dir/build<br>make[2]: *** No rule to make target 'src/core/qgis_core_autogen/mocs_compilation.cpp', needed by 'src/core/CMakeFiles/qgis_core.dir/qgis_core_autogen/mocs_compilation.cpp.o'.  Stop.<br>make[1]: *** [CMakeFiles/Makefile2:4401: src/core/CMakeFiles/qgis_core.dir/all] Error 2<br>make: *** [Makefile:166: all] Error 2</font><br></div><div><br></div><div>This happens with both release-3_34, release-3_36 and master. </div><div>Using: Ubuntu 22.04, cmake 3.22.1, make 4.3. <br></div><div><br></div><div><div>I first set it up to run a non-dry, which also failed (after a few hours), but unfortunately I discarded the error message. But I expect that if this error arises in a dry run it will also arise in a non-dry run. </div></div><div><br></div><div><div>The odd thing is that I have compiled 3_36 before, and it feels like its no more than a month ago, without any issues. I don't understand what changed, if anything. But maybe I just forgot some detail this time? </div><div></div></div><div><br></div><div>log files here: <a href="https://gist.github.com/velle/a9300a3e6d1a22f87ebbf913029efb6e">https://gist.github.com/velle/a9300a3e6d1a22f87ebbf913029efb6e</a></div><div><br></div><div>Any advice on what to do? Sincerely, Thomas</div><div><br></div></div>