gtoolkit: Loading Fails

In a clean Pharo 6.1 image, GT load in macos with

Metacello new
      baseline: 'GToolkit';
      repository: 'github://feenkcom/gtoolkit/src';
      load.

repeatedly fails in MetacelloCommonMCSpecLoader>>retryingResolvePackageSpecReferences: packageSpec gofer: gofer with 'Could not resolve: BaselineOfGToolkit' .

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 26 (15 by maintainers)

Commits related to this issue

Most upvoted comments

Oh, bugger! None of the proposed fixes did work for me with Pharo 6.1 on macOS Mojave 10.14. And, when I removed stand alone Pharoes from my computer, I can’t now get any of them to work anymore! So if I download Pharo fresh and start it, I’m presented with a dialogue saying “this application is broken and should be moved to trash”. And I’m in a middle of giving lectures about OOD & OOP using Pharo as example. Challenges - yummy! 😃

Anyway, Pharo Launcher works, and using it with 7.0 32bit does run GToolkit, so I’m happy with that, and, just to be safe, will not change anything now, until the lectures are over.

Thanks for all the help! I’m now pretty sure the problems lie within my Pharo configuration hidden somewhere.