on /build.linux32x86/pharo.cog.spur/build I run ./mvm and get

make[3]: *** No rule to make target '/usr/lib/i386-linux-gnu/libssl.so', needed by 'libgit2.so.0.25.1'. Stop.

I worked around it by running sudo ln -s /lib/i386-linux-gnu/libssl.so.1.0.0 /usr/lib/i386-linux-gnu/libssl.so but shouldn't be necessary as libssl is downloaded and built by the script.

The same happens with libcrypto


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.