(Sorry if this is a repost. I have a problem with Nabble.com.)
Whenever i try to load ConfigurationOfGlamour in a 20621 Pharo image i get the following error:
Error: Could not resolve: CollectionExtensions [CollectionExtensions-TudorGirba.34.mcz] in /Users/wm/Pharo Images/package-cache
So i can no longer load ConfigurationOfGlamour. I tried 2.4 and 2.5-snapshot and i did also empty my package-cache. No difference. Any idea where the problem lies?
-- View this message in context: http://forum.world.st/Problem-loading-ConfigurationOfGlamour-tp4711634.html Sent from the Moose mailing list archive at Nabble.com.
The problem seems to be in ConfigurationOfGlamour-DiegoLont.120 or ConfigurationOfGlamour-DiegoLont.119
When i use ConfigurationOfGlamour-TudorGirba.118
everything works well.
MartinW wrote
(Sorry if this is a repost. I have a problem with Nabble.com.)
Whenever i try to load ConfigurationOfGlamour in a 20621 Pharo image i get the following error:
Error: Could not resolve: CollectionExtensions [CollectionExtensions-TudorGirba.34.mcz] in /Users/wm/Pharo Images/package-cache
So i can no longer load ConfigurationOfGlamour. I tried 2.4 and 2.5-snapshot and i did also empty my package-cache. No difference. Any idea where the problem lies?
-- View this message in context: http://forum.world.st/Problem-loading-ConfigurationOfGlamour-tp4711634p47116... Sent from the Moose mailing list archive at Nabble.com.
I will take a look at it.
What was your base configuration? An empty pharo image?
Regards, Diego
On Oct 1, 2013, at 4:22 PM, MartinW wrote:
The problem seems to be in ConfigurationOfGlamour-DiegoLont.120 or ConfigurationOfGlamour-DiegoLont.119
When i use ConfigurationOfGlamour-TudorGirba.118
everything works well.
MartinW wrote
(Sorry if this is a repost. I have a problem with Nabble.com.)
Whenever i try to load ConfigurationOfGlamour in a 20621 Pharo image i get the following error:
Error: Could not resolve: CollectionExtensions [CollectionExtensions-TudorGirba.34.mcz] in /Users/wm/Pharo Images/package-cache
So i can no longer load ConfigurationOfGlamour. I tried 2.4 and 2.5-snapshot and i did also empty my package-cache. No difference. Any idea where the problem lies?
-- View this message in context: http://forum.world.st/Problem-loading-ConfigurationOfGlamour-tp4711634p47116... Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
DiegoLont wrote
What was your base configuration? An empty pharo image?
Yes, a fresh Pharo 2.0 #20621 image. Thanks.
-- View this message in context: http://forum.world.st/Problem-loading-ConfigurationOfGlamour-tp4711634p47116... Sent from the Moose mailing list archive at Nabble.com.
I tried to reproduce the error, but all I got was 2 warnings:
HealthReportProducer-Ivan_Rojas.13 ==> relies on BlockContext Magritte-Model-AvO.408 ==> relies on BlockContext
These packages both define methods in BlockContext, that is no longer there in Pharo2.0, and therefor give a warning when loading. But other then that it loads fine. Maybe your problem coincided with some troubles at Smalltalkhub?
Regards, Diego
On Oct 1, 2013, at 5:13 PM, MartinW wrote:
DiegoLont wrote
What was your base configuration? An empty pharo image?
Yes, a fresh Pharo 2.0 #20621 image. Thanks.
-- View this message in context: http://forum.world.st/Problem-loading-ConfigurationOfGlamour-tp4711634p47116... Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Ok, i could narrow down the error a bit:
It occurs if you try: (ConfigurationOfGlamour project version: '2.5-snapshot') load
but it does not occur if you do: ConfigurationOfGlamour loadDevelopment
DiegoLont wrote
I tried to reproduce the error, but all I got was 2 warnings:
What was your base configuration? An empty pharo image?
Yes, a fresh Pharo 2.0 #20621 image. Thanks.
-- View this message in context: http://forum.world.st/Problem-loading-ConfigurationOfGlamour-tp4711634p47141... Sent from the Moose mailing list archive at Nabble.com.