MaClientProcess class/variable not found on method MagmaRepositoryController>>fullBackupTo:

Chris Muller asqueaker at gmail.com
Tue Aug 25 23:34:58 UTC 2009


Fixed.  Sorry about that.

2009/8/25 Miguel Enrique Cobá Martinez <miguel.coba at gmail.com>:
> Hi Chris,
>
> I'm trying to load magma from squeaksource.org/Magma with the code:
>
> Installer ss project: 'Magma';
>  install: '1.0r42 (server)'.
>
> When creating a repository with:
>
>    MagmaRepositoryController
>      create: '/home/miguel/pharo/magma/'
>      root: Dictionary new.
>
>
> I got the following error:
>
> UndefinedObject(Object)>>doesNotUnderstand: #doBlock:
> [] in MagmaRepositoryController>>fullBackupTo:
> BlockClosure>>ensure
> ...
>
> and the method fullBackupTo: has a reference to
>
> MaClientProcess doBlock:
>
> that I can resolve to a class var or a class name.
>
> I have also loaded 1.0r42 (tester).mcm but I can't find the class
> anywhere in the image.
> Does a package is missing in the mcms?
>
> This was done on a update 10418 PharoCoreImage.
>
> Cheers
>
>
> --
> Miguel Cobá
> http://miguel.leugim.com.mx
>
> _______________________________________________
> Magma mailing list
> Magma at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/magma
>


More information about the Magma mailing list