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

Fabio Niephaus lists at fniephaus.com
Fri Mar 27 23:36:19 UTC 2020


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"

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

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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200328/e2a8126e/attachment-0001.html>


More information about the Squeak-dev mailing list