Hi,
I am trying to load Moose in a fresh Pharo 2.0 image by doing
Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDevelopment
and it does not load correctly (i.e., there is an error after some minutes)
I also tried #loadMinimal but it does not work either and I got:
MetacelloProjectSpecLoadError: No version found for 'default' of ConfigurationOfMooseAlgos MetacelloMCProjectSpec>>loadVersion: MetacelloMCProjectSpec>>load MetacelloProjectReferenceSpec>>loadUsing:gofer: MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer] OrderedCollection>>do:
Can anyone please take a look at the issue and fix the ConfigurationOfMoose?
Cheers, R
Hi,
ConfigurationOfMoose works fine because this is what the Jenkins job is using.
But, did you encounter by any chance something with a SmallInteger in the stack?
Cheers, Doru
On Apr 29, 2013, at 4:11 PM, "roberto.minelli@usi.ch" roberto.minelli@usi.ch wrote:
Hi,
I am trying to load Moose in a fresh Pharo 2.0 image by doing
Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDevelopment
and it does not load correctly (i.e., there is an error after some minutes)
I also tried #loadMinimal but it does not work either and I got:
MetacelloProjectSpecLoadError: No version found for 'default' of ConfigurationOfMooseAlgos MetacelloMCProjectSpec>>loadVersion: MetacelloMCProjectSpec>>load MetacelloProjectReferenceSpec>>loadUsing:gofer: MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer] OrderedCollection>>do:
Can anyone please take a look at the issue and fix the ConfigurationOfMoose?
Cheers, R _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Hi,
At the second or third time, in the end, it loaded fine (after some looong time)…
On Apr 29, 2013, at 9:20 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
ConfigurationOfMoose works fine because this is what the Jenkins job is using.
But, did you encounter by any chance something with a SmallInteger in the stack?
Yes!! I remember I had something with SmallInteger in the stack!
Do you know where the problem could be?
Cheers, Roby
Cheers, Doru
On Apr 29, 2013, at 4:11 PM, "roberto.minelli@usi.ch" roberto.minelli@usi.ch wrote:
Hi,
I am trying to load Moose in a fresh Pharo 2.0 image by doing
Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDevelopment
and it does not load correctly (i.e., there is an error after some minutes)
I also tried #loadMinimal but it does not work either and I got:
MetacelloProjectSpecLoadError: No version found for 'default' of ConfigurationOfMooseAlgos MetacelloMCProjectSpec>>loadVersion: MetacelloMCProjectSpec>>load MetacelloProjectReferenceSpec>>loadUsing:gofer: MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer] OrderedCollection>>do:
Can anyone please take a look at the issue and fix the ConfigurationOfMoose?
Cheers, R _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
This is a well known problem, and it is related with the VM.
Please search for the mails from Esteban on this list.
Cheers, Doru
On Tue, Apr 30, 2013 at 3:32 PM, roberto.minelli@usi.ch < roberto.minelli@usi.ch> wrote:
Hi,
At the second or third time, in the end, it loaded fine (after some looong time)…
On Apr 29, 2013, at 9:20 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
ConfigurationOfMoose works fine because this is what the Jenkins job is
using.
But, did you encounter by any chance something with a SmallInteger in
the stack?
Yes!! I remember I had something with SmallInteger in the stack!
Do you know where the problem could be?
Cheers, Roby
Cheers, Doru
On Apr 29, 2013, at 4:11 PM, "roberto.minelli@usi.ch" <
roberto.minelli@usi.ch> wrote:
Hi,
I am trying to load Moose in a fresh Pharo 2.0 image by doing
Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDevelopment
and it does not load correctly (i.e., there is an error after some
minutes)
I also tried #loadMinimal but it does not work either and I got:
MetacelloProjectSpecLoadError: No version found for 'default' of
ConfigurationOfMooseAlgos
MetacelloMCProjectSpec>>loadVersion: MetacelloMCProjectSpec>>load MetacelloProjectReferenceSpec>>loadUsing:gofer:
MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer]
OrderedCollection>>do:
Can anyone please take a look at the issue and fix the
ConfigurationOfMoose?
Cheers, R _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
there is a problem with the vm.
see https://pharo.fogbugz.com/f/cases/10395/
for explanation + workaround (bug is still there, but you can overcome it)
Esteban
On Apr 30, 2013, at 3:32 PM, roberto.minelli@usi.ch wrote:
Hi,
At the second or third time, in the end, it loaded fine (after some looong time)…
On Apr 29, 2013, at 9:20 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
ConfigurationOfMoose works fine because this is what the Jenkins job is using.
But, did you encounter by any chance something with a SmallInteger in the stack?
Yes!! I remember I had something with SmallInteger in the stack!
Do you know where the problem could be?
Cheers, Roby
Cheers, Doru
On Apr 29, 2013, at 4:11 PM, "roberto.minelli@usi.ch" roberto.minelli@usi.ch wrote:
Hi,
I am trying to load Moose in a fresh Pharo 2.0 image by doing
Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDevelopment
and it does not load correctly (i.e., there is an error after some minutes)
I also tried #loadMinimal but it does not work either and I got:
MetacelloProjectSpecLoadError: No version found for 'default' of ConfigurationOfMooseAlgos MetacelloMCProjectSpec>>loadVersion: MetacelloMCProjectSpec>>load MetacelloProjectReferenceSpec>>loadUsing:gofer: MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer] OrderedCollection>>do:
Can anyone please take a look at the issue and fix the ConfigurationOfMoose?
Cheers, R _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Can I get acces to the bug tracker?
On Tue, Apr 30, 2013 at 4:02 PM, Esteban Lorenzano estebanlm@gmail.comwrote:
there is a problem with the vm.
see https://pharo.fogbugz.com/f/cases/10395/
for explanation + workaround (bug is still there, but you can overcome it)
Esteban
On Apr 30, 2013, at 3:32 PM, roberto.minelli@usi.ch wrote:
Hi,
At the second or third time, in the end, it loaded fine (after some
looong time)…
On Apr 29, 2013, at 9:20 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
ConfigurationOfMoose works fine because this is what the Jenkins job is
using.
But, did you encounter by any chance something with a SmallInteger in
the stack?
Yes!! I remember I had something with SmallInteger in the stack!
Do you know where the problem could be?
Cheers, Roby
Cheers, Doru
On Apr 29, 2013, at 4:11 PM, "roberto.minelli@usi.ch" <
roberto.minelli@usi.ch> wrote:
Hi,
I am trying to load Moose in a fresh Pharo 2.0 image by doing
Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDevelopment
and it does not load correctly (i.e., there is an error after some
minutes)
I also tried #loadMinimal but it does not work either and I got:
MetacelloProjectSpecLoadError: No version found for 'default' of
ConfigurationOfMooseAlgos
MetacelloMCProjectSpec>>loadVersion: MetacelloMCProjectSpec>>load MetacelloProjectReferenceSpec>>loadUsing:gofer:
MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer]
OrderedCollection>>do:
Can anyone please take a look at the issue and fix the
ConfigurationOfMoose?
Cheers, R _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Apr 30, 2013, at 5:02 PM, Dennis Schenk d.schenk@students.unibe.ch wrote:
Can I get acces to the bug tracker?
sure you should register to it.
Stef
On Tue, Apr 30, 2013 at 4:02 PM, Esteban Lorenzano estebanlm@gmail.com wrote: there is a problem with the vm.
see https://pharo.fogbugz.com/f/cases/10395/
for explanation + workaround (bug is still there, but you can overcome it)
Esteban
On Apr 30, 2013, at 3:32 PM, roberto.minelli@usi.ch wrote:
Hi,
At the second or third time, in the end, it loaded fine (after some looong time)…
On Apr 29, 2013, at 9:20 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
ConfigurationOfMoose works fine because this is what the Jenkins job is using.
But, did you encounter by any chance something with a SmallInteger in the stack?
Yes!! I remember I had something with SmallInteger in the stack!
Do you know where the problem could be?
Cheers, Roby
Cheers, Doru
On Apr 29, 2013, at 4:11 PM, "roberto.minelli@usi.ch" roberto.minelli@usi.ch wrote:
Hi,
I am trying to load Moose in a fresh Pharo 2.0 image by doing
Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDevelopment
and it does not load correctly (i.e., there is an error after some minutes)
I also tried #loadMinimal but it does not work either and I got:
MetacelloProjectSpecLoadError: No version found for 'default' of ConfigurationOfMooseAlgos MetacelloMCProjectSpec>>loadVersion: MetacelloMCProjectSpec>>load MetacelloProjectReferenceSpec>>loadUsing:gofer: MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer] OrderedCollection>>do:
Can anyone please take a look at the issue and fix the ConfigurationOfMoose?
Cheers, R _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Well I did, but never got any mail, as far as I understood someone has to add me manually?
On Tue, Apr 30, 2013 at 5:08 PM, stephane ducasse stephane.ducasse@free.frwrote:
On Apr 30, 2013, at 5:02 PM, Dennis Schenk d.schenk@students.unibe.ch wrote:
Can I get acces to the bug tracker?
sure you should register to it.
Stef
On Tue, Apr 30, 2013 at 4:02 PM, Esteban Lorenzano estebanlm@gmail.comwrote:
there is a problem with the vm.
see https://pharo.fogbugz.com/f/cases/10395/
for explanation + workaround (bug is still there, but you can overcome it)
Esteban
On Apr 30, 2013, at 3:32 PM, roberto.minelli@usi.ch wrote:
Hi,
At the second or third time, in the end, it loaded fine (after some
looong time)…
On Apr 29, 2013, at 9:20 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
ConfigurationOfMoose works fine because this is what the Jenkins job
is using.
But, did you encounter by any chance something with a SmallInteger in
the stack?
Yes!! I remember I had something with SmallInteger in the stack!
Do you know where the problem could be?
Cheers, Roby
Cheers, Doru
On Apr 29, 2013, at 4:11 PM, "roberto.minelli@usi.ch" <
roberto.minelli@usi.ch> wrote:
Hi,
I am trying to load Moose in a fresh Pharo 2.0 image by doing
Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDevelopment
and it does not load correctly (i.e., there is an error after some
minutes)
I also tried #loadMinimal but it does not work either and I got:
MetacelloProjectSpecLoadError: No version found for 'default' of
ConfigurationOfMooseAlgos
MetacelloMCProjectSpec>>loadVersion: MetacelloMCProjectSpec>>load MetacelloProjectReferenceSpec>>loadUsing:gofer:
MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer]
OrderedCollection>>do:
Can anyone please take a look at the issue and fix the
ConfigurationOfMoose?
Cheers, R _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Apr 30, 2013, at 3:32 PM, roberto.minelli@usi.ch wrote:
Hi,
At the second or third time, in the end, it loaded fine (after some looong time)…
On Apr 29, 2013, at 9:20 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
ConfigurationOfMoose works fine because this is what the Jenkins job is using.
But, did you encounter by any chance something with a SmallInteger in the stack?
Yes!! I remember I had something with SmallInteger in the stack!
Do you know where the problem could be?
VM bug esteban is working on it.
Cheers, Roby
Cheers, Doru
On Apr 29, 2013, at 4:11 PM, "roberto.minelli@usi.ch" roberto.minelli@usi.ch wrote:
Hi,
I am trying to load Moose in a fresh Pharo 2.0 image by doing
Gofer new smalltalkhubUser: 'Moose' project: 'Moose'; package: 'ConfigurationOfMoose'; load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDevelopment
and it does not load correctly (i.e., there is an error after some minutes)
I also tried #loadMinimal but it does not work either and I got:
MetacelloProjectSpecLoadError: No version found for 'default' of ConfigurationOfMooseAlgos MetacelloMCProjectSpec>>loadVersion: MetacelloMCProjectSpec>>load MetacelloProjectReferenceSpec>>loadUsing:gofer: MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer] OrderedCollection>>do:
Can anyone please take a look at the issue and fix the ConfigurationOfMoose?
Cheers, R _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev