[squeak-dev] [ERROR] Metacello update fails Re: [cmfcmf/MagicMouse] Error: could not resolve BaselineOfMagicMouse. (#2)

Robert robert.withers at pm.me
Sun Mar 29 23:12:33 UTC 2020


Hi Fabio,

On 3/27/20 7:36 PM, Fabio Niephaus wrote:

> On Fri, Mar 27, 2020 at 9:35 PM Robert <robert.withers at pm.me> wrote:
>
>> I can't load MagicMouse or my ProCrypto-1-1-1 in Pharo, until Metacello is fixed. k, r
>
> As a workaround, you could try loading the packages from a local checkout:
>
> Terminal:
> $ git clone https://github.com/cmfcmf/MagicMouse
> $ echo "$(pwd)/MagicMouse/packages"

Alright, I did so.

> Squeak:
> Metacello new
>   baseline: 'AutoTDD';
>   repository: 'filetree:///path/to/MagicMouse/packages';
>
>   load

This is unclear. Is the baseline: supposed to be 'MagicMouse'? This wants to update Metacello which has been failing in my image. So I try to create a Monticello repository filetree: on the MagicMouse/packages directory. This also fails and looking at the fileout I don't see how to file in with file list or through the Monticello Browser. I can't load it.

k, r

> Hope this helps,
> Fabio
>
>> On 3/27/20 11:43 AM, Fabio Niephaus wrote:
>>
>>> Hi Robert,
>>>
>>> what happens when you run `Installer ensureRecentMetacello.` before everything else?
>>>
>>> Fabio
>>>
>>> On Fri, Mar 27, 2020 at 4:41 PM Robert via Squeak-dev <squeak-dev at lists.squeakfoundation.org> wrote:
>>>
>>>> Ack! Here is the issue I am having...sending to the list.
>>>>
>>>> On 3/27/20 6:34 AM, Robert wrote:
>>>>
>>>>> So I tried to load MagicMouse again:
>>>>>
>>>>> Metacello new
>>>>>     baseline: 'MagicMouse';
>>>>>     repository: 'github://cmfcmf/MagicMouse:master/packages';
>>>>>     load.
>>>>>
>>>>> and again it failed. It is failing when trying to load from this spec:
>>>>>
>>>>> spec
>>>>>     name: 'BaselineOfMetacello';
>>>>>     repository: 'github://Metacello/metacello:master/repository'.
>>>>>
>>>>> I was able to load BaselineOfMetacello from 'http://seaside.gemtalksystems.com/ss/metacello', but when I restarted the original load process it again hung up on loading from 'github://Metacello/metacello:master/repository'.
>>>>>
>>>>> So I am stuck. k, r
>>>>>
>>>>> On 3/27/20 5:03 AM, Patrick R wrote:
>>>>>
>>>>>> Hm... just worked for me right now in Squeak 5.3. [@RobWithers](https://github.com/RobWithers) Have you tried it since then? It might really have been an issue with Metacello.
>>>>>>
>>>>>>>>>>>> You are receiving this because you were mentioned.
>>>>>> Reply to this email directly, [view it on GitHub](https://github.com/cmfcmf/MagicMouse/issues/2#issuecomment-604891298), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AH7NNSQWIRGV432NZZP3ZYTRJRTUXANCNFSM4LSZYEFQ).
>>>>>
>>>>> --
>>>>> Kindly,
>>>>> Robert
>>>>
>>>> --
>>>> Kindly,
>>>> Robert
>>
>> --
>> Kindly,
>> Robert

--
Kindly,
Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200329/9e8afa1b/attachment.html>


More information about the Squeak-dev mailing list