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
- Release version v0.8.224 Metacello new baseline: 'GToolkit'; repository: 'github://feenkcom/gtoolkit:v0.8.224/src'; load All commits (inlcuding upstream repositories) since last build: ht... — committed to feenkcom/gtoolkit by deleted user 4 years ago
- Release version v0.8.552 Metacello new baseline: 'GToolkit'; repository: 'github://feenkcom/gtoolkit:v0.8.552/src'; load All commits (including upstream repositories) since last build: ht... — committed to feenkcom/gtoolkit by deleted user 3 years ago
- Release version v0.8.1363 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v0.8.1363/src'; load All commits (including upstream repositories) since la... — committed to feenkcom/gtoolkit by deleted user 2 years ago
- Release version v1.0.253 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.253/src'; load All commits (including upstream repositories) since last... — committed to feenkcom/gtoolkit by deleted user 8 months ago
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.