I'm trying to fix the VM acceptance test. I currently have troubles loading moose. What is the standard location of the configuration for Pharo 2.0? +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + ./pharo ./Pharo.image config http://www.smalltalkhub.com/mc/Moose/Moose/main ConfigurationOfMoose --install=stable =============================================================================== Notice: Installing ConfigurationOfMoose stable =============================================================================== ==== Startup Error: GRError: 'Grease-Tests-Pharo-Core' depends on unknown package 'Grease-Pharo-Core' GRPackage class(GRObject class)>>error: GRPackage(GRObject)>>error: GRPackage>>resolveWith: in Block: [self error: self name printString , ' depends on ...etc... Dictionary>>at:ifAbsent: GRPackage>>resolveWith: in Block: [:each | aDictionary... OrderedCollection>>collect: GRPackage>>resolveWith: GRPackage class>>packages in Block: [:each | each resolveWith: packages] ... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hi, We typically load development on the CI server: REPO=http://www.smalltalkhub.com/mc/Moose/Moose/main ./pharo $JOB_NAME.image config $REPO ConfigurationOfMoose --install=development But, I think you are doing something else other than loading the code, and I think the problem is that at least in the version that we load, Grease defines its own package implementation which conflicts with RPackage. Could you confirm? Cheers, Doru On Sep 16, 2013, at 8:51 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
I'm trying to fix the VM acceptance test. I currently have troubles loading moose. What is the standard location of the configuration for Pharo 2.0?
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + ./pharo ./Pharo.image config http://www.smalltalkhub.com/mc/Moose/Moose/main ConfigurationOfMoose --install=stable
=============================================================================== Notice: Installing ConfigurationOfMoose stable ===============================================================================
==== Startup Error: GRError: 'Grease-Tests-Pharo-Core' depends on unknown package 'Grease-Pharo-Core'
GRPackage class(GRObject class)>>error: GRPackage(GRObject)>>error: GRPackage>>resolveWith: in Block: [self error: self name printString , ' depends on ...etc... Dictionary>>at:ifAbsent: GRPackage>>resolveWith: in Block: [:each | aDictionary... OrderedCollection>>collect: GRPackage>>resolveWith: GRPackage class>>packages in Block: [:each | each resolveWith: packages] ... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- www.tudorgirba.com "Every now and then stop and ask yourself if the war you're fighting is the right one."
actually you pointed out the problem :) we previously load seaside into the same image, seems like the grease versions do not like each other very much ;) On 2013-09-16, at 17:26, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
We typically load development on the CI server:
REPO=http://www.smalltalkhub.com/mc/Moose/Moose/main ./pharo $JOB_NAME.image config $REPO ConfigurationOfMoose --install=development
But, I think you are doing something else other than loading the code, and I think the problem is that at least in the version that we load, Grease defines its own package implementation which conflicts with RPackage. Could you confirm?
Cheers, Doru
On Sep 16, 2013, at 8:51 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
I'm trying to fix the VM acceptance test. I currently have troubles loading moose. What is the standard location of the configuration for Pharo 2.0?
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + ./pharo ./Pharo.image config http://www.smalltalkhub.com/mc/Moose/Moose/main ConfigurationOfMoose --install=stable
=============================================================================== Notice: Installing ConfigurationOfMoose stable ===============================================================================
==== Startup Error: GRError: 'Grease-Tests-Pharo-Core' depends on unknown package 'Grease-Pharo-Core'
GRPackage class(GRObject class)>>error: GRPackage(GRObject)>>error: GRPackage>>resolveWith: in Block: [self error: self name printString , ' depends on ...etc... Dictionary>>at:ifAbsent: GRPackage>>resolveWith: in Block: [:each | aDictionary... OrderedCollection>>collect: GRPackage>>resolveWith: GRPackage class>>packages in Block: [:each | each resolveWith: packages] ... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- www.tudorgirba.com
"Every now and then stop and ask yourself if the war you're fighting is the right one."
Indeed. Torsten pointed out the same thing. We will look into it. Doru On Sep 16, 2013, at 11:15 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
actually you pointed out the problem :)
we previously load seaside into the same image, seems like the grease versions do not like each other very much ;)
On 2013-09-16, at 17:26, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
We typically load development on the CI server:
REPO=http://www.smalltalkhub.com/mc/Moose/Moose/main ./pharo $JOB_NAME.image config $REPO ConfigurationOfMoose --install=development
But, I think you are doing something else other than loading the code, and I think the problem is that at least in the version that we load, Grease defines its own package implementation which conflicts with RPackage. Could you confirm?
Cheers, Doru
On Sep 16, 2013, at 8:51 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
I'm trying to fix the VM acceptance test. I currently have troubles loading moose. What is the standard location of the configuration for Pharo 2.0?
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + ./pharo ./Pharo.image config http://www.smalltalkhub.com/mc/Moose/Moose/main ConfigurationOfMoose --install=stable
=============================================================================== Notice: Installing ConfigurationOfMoose stable ===============================================================================
==== Startup Error: GRError: 'Grease-Tests-Pharo-Core' depends on unknown package 'Grease-Pharo-Core'
GRPackage class(GRObject class)>>error: GRPackage(GRObject)>>error: GRPackage>>resolveWith: in Block: [self error: self name printString , ' depends on ...etc... Dictionary>>at:ifAbsent: GRPackage>>resolveWith: in Block: [:each | aDictionary... OrderedCollection>>collect: GRPackage>>resolveWith: GRPackage class>>packages in Block: [:each | each resolveWith: packages] ... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- www.tudorgirba.com
"Every now and then stop and ask yourself if the war you're fighting is the right one."
-- www.tudorgirba.com "What is more important: To be happy, or to make happy?"
participants (2)
-
Camillo Bruni -
Tudor Girba