On 17/09/17 05:21, Sean P. DeNigris wrote:
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!
With todays bleedingEdge PharoLauncher on mac I was able to download and start 60510. When trying to load GToolKit Iceberg enableMetacelloIntegration: true. Metacello new baseline: 'GToolkit'; repository: 'github://feenkcom/gtoolkit/src'; load. I ran into some problem with libgit2 that I could solve by doing the unzipping of the downloaded vm zipfile with the Archive Utility and replacing the vm (and re-adding the sources). Stephan