No, downloading works. Tested again with cleaned up directories: 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: /home/nicolai/devel/pharo-vm/pharo-vm/build/..//results/libssh2.so.1.0.1 it looks like the following steps for unpacking and compiling just aren't done. But there is no error (at least I can not find any error messages). Nicolai 2014-09-22 23:13 GMT+02:00 Esteban Lorenzano <estebanlm@gmail.com>:
nothing changed even today I built a linux version so it should be working.
maybe a download problem? can you try removing the thirdParty directory and trying again?
Esteban
On 22 Sep 2014, at 23:10, Nicolai Hess <nicolaihess@web.de> wrote:
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