Le 17 sept. 2017 à 05:21, Sean P. DeNigris <sean@clipperadams.com> a écrit :
demarey wrote
Let us know if everything is fine.
Was this issue [1] fixed:
I think I found it. It seems to be a bug in the way Launcher/Pharo unzips the downloaded VM. The symlink libgit2.dylib becomes unlinked and appears as just a regular file. If I delete the Pharo.app and unzip 70.zip (which btw maybe should have been deleted during cleanup after the dl) to ./vms/70, the error disappears!
[1] From http://forum.world.st/Launcher-Error-w-Pharo-7-tt4959777.html#a4960417
Not solved. Indeed, it is a problem of the Zip library that does not unzip properly (no preservation of permissions, does not handle symlinks). It is a workaround but maybe I will add a strategy to use the unzip exe if I can find it on the system. That should solve most problems. WDYT?