Roassal2 in Pharo 6.1 (Win) 137 tests fails
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
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 < hernan.morales@gmail.com> 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-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
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 <i.uhnak@gmail.com>:
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 <hernan.morales@gmail.com> 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-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
_______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Wow!!!! Glad to hear everything works now... Alexandre
On Jul 7, 2018, at 7:01 AM, Hernán Morales Durand <hernan.morales@gmail.com> 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 <i.uhnak@gmail.com>:
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 <hernan.morales@gmail.com> 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-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
_______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
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 <hernan.morales@gmail.com> 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 <Test Runner.png> <Error - External module not found.png>
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 <alexandre.bergel@me.com>:
Dear Hernan,
Likely that you use a VM that does not have the Cairo library. Can you try updating your VM?
Cheers Alexandre
Le 6 juil. 2018 à 18:38, Hernán Morales Durand <hernan.morales@gmail.com> 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
<Test Runner.png>
<Error - External module not found.png>
_______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
participants (3)
-
Alexandre Bergel -
Hernán Morales Durand -
Peter Uhnák