[Pharo-project] where can I find the latest athens?
You should not even have to ask for it ;) https://ci.inria.fr/rmod/job/Athens/ On 2013-01-20, at 16:00, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Because I want to try boids.
Stef
yes but I could not find it and I looked around. On Jan 20, 2013, at 7:30 PM, Camillo Bruni wrote:
You should not even have to ask for it ;)
https://ci.inria.fr/rmod/job/Athens/
On 2013-01-20, at 16:00, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Because I want to try boids.
Stef
Ok this is the image but where is the vm that I should use? Stef On Jan 20, 2013, at 7:30 PM, Camillo Bruni wrote:
You should not even have to ask for it ;)
https://ci.inria.fr/rmod/job/Athens/
On 2013-01-20, at 16:00, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Because I want to try boids.
Stef
I tried the latest image getLibraryPath (NativeBoost platformId = NativeBoostConstants linux32PlatformId) ifTrue: [ ^ '/usr/lib/libcairo.so' ]. (NativeBoost platformId = NativeBoostConstants mac32PlaformId) ifTrue: [ ^ 'libcairo.2.dylib' ]. self error: 'define your own path' and I got an error NativeBoostConstants mac32PlaformId DNU ? :( I'm sad. Why we do not have a version working with the vm. How can we expect other people to use it? Stef On Jan 25, 2013, at 8:41 PM, Stéphane Ducasse wrote:
Ok this is the image but where is the vm that I should use?
Stef
On Jan 20, 2013, at 7:30 PM, Camillo Bruni wrote:
You should not even have to ask for it ;)
https://ci.inria.fr/rmod/job/Athens/
On 2013-01-20, at 16:00, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Because I want to try boids.
Stef
I opened the MC repository of Athens in the image that we can get from the ci and I do not understand why there are lot of packages that are not the loaded. Are they current development? Is the CI image really holding the latest stable version? Stef
I tried the latest image
getLibraryPath
(NativeBoost platformId = NativeBoostConstants linux32PlatformId) ifTrue: [ ^ '/usr/lib/libcairo.so' ]. (NativeBoost platformId = NativeBoostConstants mac32PlaformId) ifTrue: [ ^ 'libcairo.2.dylib' ]. self error: 'define your own path'
and I got an error NativeBoostConstants mac32PlaformId DNU ?
:(
I'm sad. Why we do not have a version working with the vm. How can we expect other people to use it?
Stef
On Jan 25, 2013, at 8:41 PM, Stéphane Ducasse wrote:
Ok this is the image but where is the vm that I should use?
Stef
On Jan 20, 2013, at 7:30 PM, Camillo Bruni wrote:
You should not even have to ask for it ;)
https://ci.inria.fr/rmod/job/Athens/
On 2013-01-20, at 16:00, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Because I want to try boids.
Stef
I just set up the jenkins job so we have one ;) Check the ci configuration: ./vm.sh $JOB_NAME.image config $REPO ConfigurationOfAthens --install=1.4 so maybe I should change that to stable... then again, this is not my job either I think ;) On 2013-01-26, at 01:03, Stéphane Ducasse <Stephane.Ducasse@inria.fr> wrote:
I opened the MC repository of Athens in the image that we can get from the ci and I do not understand why there are lot of packages that are not the loaded. Are they current development? Is the CI image really holding the latest stable version?
Stef
I tried the latest image
getLibraryPath
(NativeBoost platformId = NativeBoostConstants linux32PlatformId) ifTrue: [ ^ '/usr/lib/libcairo.so' ]. (NativeBoost platformId = NativeBoostConstants mac32PlaformId) ifTrue: [ ^ 'libcairo.2.dylib' ]. self error: 'define your own path'
and I got an error NativeBoostConstants mac32PlaformId DNU ?
:(
I'm sad. Why we do not have a version working with the vm. How can we expect other people to use it?
Stef
On Jan 25, 2013, at 8:41 PM, Stéphane Ducasse wrote:
Ok this is the image but where is the vm that I should use?
Stef
On Jan 20, 2013, at 7:30 PM, Camillo Bruni wrote:
You should not even have to ask for it ;)
https://ci.inria.fr/rmod/job/Athens/
On 2013-01-20, at 16:00, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Because I want to try boids.
Stef
ok, no stable configuration defined ;) https://ci.inria.fr/rmod/job/Athens/18/console so trying #development On 2013-01-26, at 11:14, Camillo Bruni <camillobruni@gmail.com> wrote:
I just set up the jenkins job so we have one ;) Check the ci configuration:
./vm.sh $JOB_NAME.image config $REPO ConfigurationOfAthens --install=1.4
so maybe I should change that to stable... then again, this is not my job either I think ;)
On 2013-01-26, at 01:03, Stéphane Ducasse <Stephane.Ducasse@inria.fr> wrote:
I opened the MC repository of Athens in the image that we can get from the ci and I do not understand why there are lot of packages that are not the loaded. Are they current development? Is the CI image really holding the latest stable version?
Stef
I tried the latest image
getLibraryPath
(NativeBoost platformId = NativeBoostConstants linux32PlatformId) ifTrue: [ ^ '/usr/lib/libcairo.so' ]. (NativeBoost platformId = NativeBoostConstants mac32PlaformId) ifTrue: [ ^ 'libcairo.2.dylib' ]. self error: 'define your own path'
and I got an error NativeBoostConstants mac32PlaformId DNU ?
:(
I'm sad. Why we do not have a version working with the vm. How can we expect other people to use it?
Stef
On Jan 25, 2013, at 8:41 PM, Stéphane Ducasse wrote:
Ok this is the image but where is the vm that I should use?
Stef
On Jan 20, 2013, at 7:30 PM, Camillo Bruni wrote:
You should not even have to ask for it ;)
https://ci.inria.fr/rmod/job/Athens/
On 2013-01-20, at 16:00, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Because I want to try boids.
Stef
=> #last works => Igor you should add a description to the jenkins job with the basics :) On 2013-01-26, at 11:15, Camillo Bruni <camillobruni@gmail.com> wrote:
ok, no stable configuration defined ;)
https://ci.inria.fr/rmod/job/Athens/18/console
so trying #development
On 2013-01-26, at 11:14, Camillo Bruni <camillobruni@gmail.com> wrote:
I just set up the jenkins job so we have one ;) Check the ci configuration:
./vm.sh $JOB_NAME.image config $REPO ConfigurationOfAthens --install=1.4
so maybe I should change that to stable... then again, this is not my job either I think ;)
On 2013-01-26, at 01:03, Stéphane Ducasse <Stephane.Ducasse@inria.fr> wrote:
I opened the MC repository of Athens in the image that we can get from the ci and I do not understand why there are lot of packages that are not the loaded. Are they current development? Is the CI image really holding the latest stable version?
Stef
I checked: https://ci.inria.fr/rmod/job/Athens/? There is no link for a one-click distribution? Apparently the VM is not available? Cheers, Alexandre On Jan 26, 2013, at 7:19 AM, Camillo Bruni <camillobruni@gmail.com> wrote:
=> #last works => Igor you should add a description to the jenkins job with the basics :)
On 2013-01-26, at 11:15, Camillo Bruni <camillobruni@gmail.com> wrote:
ok, no stable configuration defined ;)
https://ci.inria.fr/rmod/job/Athens/18/console
so trying #development
On 2013-01-26, at 11:14, Camillo Bruni <camillobruni@gmail.com> wrote:
I just set up the jenkins job so we have one ;) Check the ci configuration:
./vm.sh $JOB_NAME.image config $REPO ConfigurationOfAthens --install=1.4
so maybe I should change that to stable... then again, this is not my job either I think ;)
On 2013-01-26, at 01:03, Stéphane Ducasse <Stephane.Ducasse@inria.fr> wrote:
I opened the MC repository of Athens in the image that we can get from the ci and I do not understand why there are lot of packages that are not the loaded. Are they current development? Is the CI image really holding the latest stable version?
Stef
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi Igor, Is there any news on this? I would like to show how Roassal perform in Athens, but I cannot find the last VM and a working image... Cheers, Alexandre On Jan 26, 2013, at 10:48 AM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
I checked: https://ci.inria.fr/rmod/job/Athens/? There is no link for a one-click distribution? Apparently the VM is not available?
Cheers, Alexandre
On Jan 26, 2013, at 7:19 AM, Camillo Bruni <camillobruni@gmail.com> wrote:
=> #last works => Igor you should add a description to the jenkins job with the basics :)
On 2013-01-26, at 11:15, Camillo Bruni <camillobruni@gmail.com> wrote:
ok, no stable configuration defined ;)
https://ci.inria.fr/rmod/job/Athens/18/console
so trying #development
On 2013-01-26, at 11:14, Camillo Bruni <camillobruni@gmail.com> wrote:
I just set up the jenkins job so we have one ;) Check the ci configuration:
./vm.sh $JOB_NAME.image config $REPO ConfigurationOfAthens --install=1.4
so maybe I should change that to stable... then again, this is not my job either I think ;)
On 2013-01-26, at 01:03, Stéphane Ducasse <Stephane.Ducasse@inria.fr> wrote:
I opened the MC repository of Athens in the image that we can get from the ci and I do not understand why there are lot of packages that are not the loaded. Are they current development? Is the CI image really holding the latest stable version?
Stef
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
https://ci.inria.fr/rmod/job/Athens/ contains now the latest sources, I change that. Though since no tests are run, there is no guarantee that the image works with the used NBCog vm... On 2013-01-28, at 18:08, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Hi Igor,
Is there any news on this? I would like to show how Roassal perform in Athens, but I cannot find the last VM and a working image...
Cheers, Alexandre
On Jan 26, 2013, at 10:48 AM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
I checked: https://ci.inria.fr/rmod/job/Athens/? There is no link for a one-click distribution? Apparently the VM is not available?
Cheers, Alexandre
On Jan 26, 2013, at 7:19 AM, Camillo Bruni <camillobruni@gmail.com> wrote:
=> #last works => Igor you should add a description to the jenkins job with the basics :)
On 2013-01-26, at 11:15, Camillo Bruni <camillobruni@gmail.com> wrote:
ok, no stable configuration defined ;)
https://ci.inria.fr/rmod/job/Athens/18/console
so trying #development
On 2013-01-26, at 11:14, Camillo Bruni <camillobruni@gmail.com> wrote:
I just set up the jenkins job so we have one ;) Check the ci configuration:
./vm.sh $JOB_NAME.image config $REPO ConfigurationOfAthens --install=1.4
so maybe I should change that to stable... then again, this is not my job either I think ;)
On 2013-01-26, at 01:03, Stéphane Ducasse <Stephane.Ducasse@inria.fr> wrote:
I opened the MC repository of Athens in the image that we can get from the ci and I do not understand why there are lot of packages that are not the loaded. Are they current development? Is the CI image really holding the latest stable version?
Stef
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
https://ci.inria.fr/rmod/job/Athens/
contains now the latest sources, I change that. Though since no tests are run, there is no guarantee that the image works with the used NBCog vm...
Where is the VM ? Why Athens is not properly packaged as it should be? I would like to work with athens, but currently I can't... I have an old VM, but apparently it is not compatible with recent source... Guys, please, take 5 minutes to package Athens Alexandre
On 2013-01-28, at 18:08, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Hi Igor,
Is there any news on this? I would like to show how Roassal perform in Athens, but I cannot find the last VM and a working image...
Cheers, Alexandre
On Jan 26, 2013, at 10:48 AM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
I checked: https://ci.inria.fr/rmod/job/Athens/? There is no link for a one-click distribution? Apparently the VM is not available?
Cheers, Alexandre
On Jan 26, 2013, at 7:19 AM, Camillo Bruni <camillobruni@gmail.com> wrote:
=> #last works => Igor you should add a description to the jenkins job with the basics :)
On 2013-01-26, at 11:15, Camillo Bruni <camillobruni@gmail.com> wrote:
ok, no stable configuration defined ;)
https://ci.inria.fr/rmod/job/Athens/18/console
so trying #development
On 2013-01-26, at 11:14, Camillo Bruni <camillobruni@gmail.com> wrote:
I just set up the jenkins job so we have one ;) Check the ci configuration:
./vm.sh $JOB_NAME.image config $REPO ConfigurationOfAthens --install=1.4
so maybe I should change that to stable... then again, this is not my job either I think ;)
On 2013-01-26, at 01:03, Stéphane Ducasse <Stephane.Ducasse@inria.fr> wrote:
I opened the MC repository of Athens in the image that we can get from the ci and I do not understand why there are lot of packages that are not the loaded. Are they current development? Is the CI image really holding the latest stable version?
Stef
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (4)
-
Alexandre Bergel -
Camillo Bruni -
Stéphane Ducasse -
Stéphane Ducasse