Re: [Pharo-users] [Moose-dev] Re: Roassal2 in Pharo 6.1 (Win) 137 tests fails

2018-07-08 Thread Alexandre Bergel via Pharo-users
--- Begin Message ---
Wow

Glad to hear everything works now...

Alexandre

> On Jul 7, 2018, at 7:01 AM, Hernán Morales Durand  
> wrote:
> 
> Hi Peter,
> 
> I don't know why but restarted the PC and it worked! On a new image
> and Roassal2 installation.
> Thank you,
> 
> Cheers,
> 
> Hernán
> 
> 2018-07-06 12:52 GMT-03:00 Peter Uhnák :
>>> May be Roassal2 is broken on Windows?
>> 
>> Sometimes Pharo on Windows decides that it will not load external library.
>> 
>> Try to restart your PC and see if it persists.
>> 
>> Peter
>> 
>> On Fri, Jul 6, 2018 at 5:38 PM, Hernán Morales Durand
>>  wrote:
>>> 
>>> In a clean Pharo 6.1 (Windows 8) I loaded Roassal2 with the following
>>> spec in a baseline:
>>> 
>>>spec
>>>project: 'Roassal2'
>>>with: [
>>>spec
>>>className: #ConfigurationOfRoassal2;
>>>versionString: #stable;
>>>repository:
>>> 'http://www.smalltalkhub.com/mc/ObjectProfile/Roassal2' ].
>>> 
>>> But many Trachel tests fails because of "External module not found"
>>> error (Screenshots attached).
>>> May be Roassal2 is broken on Windows?
>>> 
>>> I tried loading Roassal2 from the Catalog browser and the same 137 tests
>>> fails.
>>> 
>>> Any idea what could be missing?
>>> 
>>> Cheers,
>>> 
>>> Hernán
>>> 
>>> ___
>>> Moose-dev mailing list
>>> moose-...@list.inf.unibe.ch
>>> https://www.list.inf.unibe.ch/listinfo/moose-dev
>>> 
>> 
>> 
>> ___
>> Moose-dev mailing list
>> moose-...@list.inf.unibe.ch
>> https://www.list.inf.unibe.ch/listinfo/moose-dev
>> 
> 


--- End Message ---


Re: [Pharo-users] [Moose-dev] Re: Roassal2 in Pharo 6.1 (Win) 137 tests fails

2018-07-06 Thread Hernán Morales Durand
Hi Peter,

I don't know why but restarted the PC and it worked! On a new image
and Roassal2 installation.
Thank you,

Cheers,

Hernán

2018-07-06 12:52 GMT-03:00 Peter Uhnák :
>>  May be Roassal2 is broken on Windows?
>
> Sometimes Pharo on Windows decides that it will not load external library.
>
> Try to restart your PC and see if it persists.
>
> Peter
>
> On Fri, Jul 6, 2018 at 5:38 PM, Hernán Morales Durand
>  wrote:
>>
>> In a clean Pharo 6.1 (Windows 8) I loaded Roassal2 with the following
>> spec in a baseline:
>>
>> spec
>> project: 'Roassal2'
>> with: [
>> spec
>> className: #ConfigurationOfRoassal2;
>> versionString: #stable;
>> repository:
>> 'http://www.smalltalkhub.com/mc/ObjectProfile/Roassal2' ].
>>
>> But many Trachel tests fails because of "External module not found"
>> error (Screenshots attached).
>> May be Roassal2 is broken on Windows?
>>
>> I tried loading Roassal2 from the Catalog browser and the same 137 tests
>> fails.
>>
>> Any idea what could be missing?
>>
>> Cheers,
>>
>> Hernán
>>
>> ___
>> Moose-dev mailing list
>> moose-...@list.inf.unibe.ch
>> https://www.list.inf.unibe.ch/listinfo/moose-dev
>>
>
>
> ___
> Moose-dev mailing list
> moose-...@list.inf.unibe.ch
> https://www.list.inf.unibe.ch/listinfo/moose-dev
>



Re: [Pharo-users] [Moose-dev] Re: Roassal2 in Pharo 6.1 (Win) 137 tests fails

2018-07-06 Thread Hernán Morales Durand
Hi Alex,

I used the VM which is provided by the zeroconf, i.e.:

wget -O- https://get.pharo.org | bash

This VM is Cog Spur VM 5.0 (release) from May 9 2018.
gcc 6.4.0

Could happen that loading a library on Windows sometimes fails?
It would be nice to have the path or additional information on the
loading error.

Cheers,

Hernán


2018-07-06 13:55 GMT-03:00 Alexandre Bergel :
> Dear Hernan,
>
> Likely that you use a VM that does not have the Cairo library. Can you try
> updating your VM?
>
> Cheers
> Alexandre
>
> http://bergel.eu
>
> Le 6 juil. 2018 à 18:38, Hernán Morales Durand  a
> écrit :
>
> In a clean Pharo 6.1 (Windows 8) I loaded Roassal2 with the following
> spec in a baseline:
>
>spec
>project: 'Roassal2'
>with: [
>spec
>className: #ConfigurationOfRoassal2;
>versionString: #stable;
>repository:
> 'http://www.smalltalkhub.com/mc/ObjectProfile/Roassal2' ].
>
> But many Trachel tests fails because of "External module not found"
> error (Screenshots attached).
> May be Roassal2 is broken on Windows?
>
> I tried loading Roassal2 from the Catalog browser and the same 137 tests
> fails.
>
> Any idea what could be missing?
>
> Cheers,
>
> Hernán
>
> 
>
> 
>
>
> ___
> Moose-dev mailing list
> moose-...@list.inf.unibe.ch
> https://www.list.inf.unibe.ch/listinfo/moose-dev
>