Transferring Image and Changes

2019-Mar-19 - When opening PharoLauncher on RedHat 73, it brings up an error:

Error: External module not found

The stack has: LGitLibrary>>libgit2_init, the version installed is:

[jborden@localhost Documents]$ git --version
git version 1.8.3.1
[jborden@localhost Documents]$

Copied a Pier image from MacOS to:

~/Pharo/images/PierOn7

When starting, it brings up the warning:

PrimitiveFailed: primitive #createDirectory: in MacStore failed

2019-Mar-21 - Even after returning to the old image, it still is failing to open a browser:

MacStore browseHierarchy

This leads immediatly to an:

Error: Instances of SourceFileArray are not indexable.

Running this resolved the MacStore problem:

UnixStore initialize

Still having the SourceFileArray error.

Posted by John Borden link