[Pharo-users] Problem installing Magma

Mariano Martinez Peck marianopeck at gmail.com
Fri Jun 10 17:17:57 UTC 2011


ConfigurationOfOSProcess (used by Magma) was wrong:

version440: spec
    <version: '4.4.2' imports: #('4.4-baseline' )>

    spec for: #'common' do: [
        spec blessing: #'release'.
        spec description: 'Version 4.4.2'.
        spec author: 'MiguelCoba'.
        spec timestamp: '5/29/2011 12:34'.
        spec
            package: 'OSProcess' with: 'OSProcess-dtl.61';
            package: 'OSProcess-Tests' with: 'OSProcess-Tests-dtl.4'. ].


Now it seems to be fixed:

Name: ConfigurationOfOSProcess-mt.16
Author: mt
Time: 9 June 2011, 1:28:23.772 pm
UUID: 7155a747-e91a-194e-9030-8e211f37b1a9
Ancestors: ConfigurationOfOSProcess-AdrienBarreau.15

- recovered 4.4.0
- added 4.4.2 as stable (like it was in AdrienBarreau.15 in modified
#version440)
reason: to not break dependent projects assumptions (i.e., version 4.4.0
could not be found anymore)


On Fri, Jun 10, 2011 at 5:26 PM, Guillermo Polito <guillermopolito at gmail.com
> wrote:

> Nope, the typo is in the ConfigurationOfMagma class, which is looking for a
> version 4.4.0 of OSProcess, which actually does not exist :/.
> I'll see if I can fix it in a while.
>
> Guille
>
>
> On Fri, Jun 10, 2011 at 12:19 PM, Alan Rodas <alanrodas at gmail.com> wrote:
>
>> Sorry Mariano, didn't catch you there.
>> Do you mean a typo in this sentence?
>>
>> ((Smalltalk at: #ConfigurationOfMagma) project latestVersion) load
>>
>> beacause even if I try to use the stable version, it still does not work.
>> So
>>
>> ((Smalltalk at: #ConfigurationOfMagma) project version: #stable) load
>>
>> gives the same result.
>>
>> So I don't get where the typo is, although you may be refering to a typo
>> somewhere else.
>>
>> Cheers
>> --
>> Alan Rodas Bonjour
>>
>>
>


-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/magma/attachments/20110610/0f10ff13/attachment.htm


More information about the Magma mailing list