I am trying to build a new PharoVM So, I took the master branch and as I have a 3.0 vm that works on my box, I commented out the +vm in get newImage.sh. So, I get the new image and code loads in there. Then I get this: external plugin UnixOSProcessPlugin generated as UnixOSProcessPlugin 7 November 2014 10:14:53 am + cd /extradisk/philippeback/workspace/PharoVM2/pharo-vm/scripts/.. + /extradisk/philippeback/workspace/PharoVM2/pharo-vm/scripts/extract-commit-info.sh + cd /extradisk/philippeback/workspace/PharoVM2/pharo-vm/scripts/../build + bash ./build.sh -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done Configuring thirdparty package: libssh2 Downloading http://files.pharo.org/vm/src/lib/libssh2-1.4.3.tar.gz CMake Error at CMakeLists.txt:25 (add_dependencies): add_dependencies Adding dependency to non-existent target: /extradisk/philippeback/workspace/PharoVM2/pharo-vm/build/..//results/libssh2.so.1.0.1 Configuring thirdparty package: libgit2 Downloading http://files.pharo.org/vm/src/lib/v0.21.1.tar.gz CMake Error at CMakeLists.txt:32 (add_dependencies): add_dependencies Adding dependency to non-existent target: /extradisk/philippeback/workspace/PharoVM2/pharo-vm/build/..//results/libgit2.so.0.21.0 Configuring thirdparty package: libsdl2 Downloading http://files.pharo.org/vm/src/lib/SDL2-2.0.3.tar.gz CMake Error at CMakeLists.txt:39 (add_dependencies): add_dependencies Adding dependency to non-existent target: /extradisk/philippeback/workspace/PharoVM2/pharo-vm/build/..//results/libSDL2-2.0.so.0.2.1 Adding internal plugin: ADPCMCodecPlugin Adding internal plugin: AsynchFilePlugin Adding internal plugin: B2D Looks like something changed in way CMake gets generated. Any idea why it fails? I had a look at https://travis-ci.org/pharo-project/pharo-vm to see how things are normally going on. TIA Phil