Hello folks

I seem to have some trouble trying to install Magma on a fresh Pharo 1.2.1 image (both cogVM and Squeak)

steps I follow were

open the external project workspace by executing

DEVImageWorkspaces openExternalProjectWorkspace

run

Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfMagma';
load.

as suggested by the workspace, and then

((Smalltalk at: #ConfigurationOfMagma) project latestVersion) load

also as said in the workspace.
I ended up with an error window saying

MetacelloProjectSpecLoadError: No version found for "4.4.0" of ConfigurationOfOSProcess


Judging��for the error I'm guessing that OSProcess 4.4.0 is not on the MetacelloRepository but nothing indicates an alternative way to install it.


By the way, everything installs fine if I try to install Magma using the file provided for Pharo 1.2 in Magma's page (http://wiki.squeak.org/squeak/2657). And tests suggest everything is running normally.


So, don''t know if this is a bug, or expected behavior (Surely��does not seem like one). If it is a bug, where should I report it (Pharo's, Magma's, MetacelloRepository admins, cuz its seems a MetacelloRepository problem to me)

Cheers
--
Alan Rodas Bonjour