I already build a pharovm on linux but now it does not work anymore. I followed the steps from github. newImage.sh worked generating the source with the generator.image worked but calling build.sh results in the following cmake error: Configuring thirdparty package: libssh2 CMake Error at CMakeLists.txt:25 (add_dependencies): add_dependencies Adding dependency to non-existent target: /home/nicolai/devel/pharo-vm/pharo-vm/build/..//results/libssh2.so.1.0.1 Configuring thirdparty package: libgit2 CMake Error at CMakeLists.txt:32 (add_dependencies): add_dependencies Adding dependency to non-existent target: /home/nicolai/devel/pharo-vm/pharo-vm/build/..//results/libgit2.so.0.20.0 I don't understand what is missing. The thirdparty directories are there, the ssh2 and git2 .tar.gz are downloaded. But they aren't unpacked and nor compiled. Did anything changed in the pharovm-linux-build-setup ? nicolai