New VM builds available on Hudson

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

New VM builds available on Hudson

Igor Stasenko

There  is a new builds of Cog and Stack VMs available on Hudson.
It contains latest commits made by Eliot, and also integrates
configuration fixes
made by Mariano.

Couple previous builds were failing because of minor bugs and because
Mariano renamed configuration classes,
which i forgot to sync in Hudson jobs config.

(Mac Cocoa builds are controlled by Esteban, so, push him to update
configuration as well ;)

#31 (May 3, 2011 4:11:08 PM)

    ConfigurationOfCog v2.0 (dev) — Igor Stasenko / detail

#30 (May 3, 2011 3:29:12 PM)

    HAVE_NANOSLEEP disabled — Esteban Lorenzano / detail
    using worker thread (fixes a nanosleep problem) — Esteban Lorenzano / detail
    new version with IA32ABI plugin — Esteban Lorenzano / detail
    -clipboard extended — Esteban Lorenzano / detail
    OSCogVM as per VMMaker.oscog-eem.55.  Implement shallowCopy
(primitiveClone) and — eliot / detail
    Fix snafu in cloneContext:. — eliot / detail
    Fix egregious object overwriting bug in sqUnixLocale.c. — eliot / detail
    Fix comment typo. — eliot / detail
    Update working configuration for building VM to ConfigurationOfCog
v1.9 — Igor Stasenko / detail

https://pharo-ic.lille.inria.fr/hudson/view/Cog/job/Cog%20Mac%20Carbon/
https://pharo-ic.lille.inria.fr/hudson/view/Cog/job/StackVM%20Mac%20Carbon/

https://pharo-ic.lille.inria.fr/hudson/view/Cog/job/Cog%20Unix/
https://pharo-ic.lille.inria.fr/hudson/view/Cog/job/Stack%20VM%20Unix/

P.S. we still don't have Windows slaves awailable :(
But this is not related to cmake configs (they are working well) and
you can build VMs on windows using cmake configs..

--
Best regards,
Igor Stasenko AKA sig.
Reply | Threaded
Open this post in threaded view
|

Re: New VM builds available on Hudson

Mariano Martinez Peck
 


On Tue, May 3, 2011 at 4:38 PM, Igor Stasenko <[hidden email]> wrote:

There  is a new builds of Cog and Stack VMs available on Hudson.
It contains latest commits made by Eliot,

Thanks Igor!!

Now...are you sure latest commits by Eliot are included????
As I can see:

version20: spec
    <version: '2.0' imports: #('1.4-baseline') >
   
    spec for: #common do: [
        spec blessing: #development.
        spec
            package: 'FFI-Pools' with: 'FFI-Pools-eem.3';
            package: 'SharedPool-Speech' with: 'SharedPool-Speech-dtl.2';
            package: 'Balloon-Engine-Pools' with: 'Balloon-Engine-Pools-JB.2';
            package: 'Qwaq-VMProfiling-Plugins' with: 'Qwaq-VMProfiling-Plugins-JB.5';
            package: 'Sound' with: 'Sound-StephaneDucasse.62';
            package: 'VMMaker-oscog' with: 'VMMaker-oscog-MarianoMartinezPeck.66';
            package: 'Alien-Core' with: 'Alien-Core-IgorStasenko.68';
            package: 'Cog' with: 'Cog-eem.44';
            package: 'CMakeVMMaker' with: 'CMakeVMMaker-IgorStasenko.103'.
    ].


You are including MY version of 'VMMaker-oscog-MarianoMartinezPeck.66'   which has never been merged with the latest from Eliot: VMMaker.oscog-eem.56
 
P.S. we still don't have Windows slaves awailable :(
But this is not related to cmake configs (they are working well) and
you can build VMs on windows using cmake configs..


Yes, in fact, Damien Cassou could successfully build on Windows too :)


--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: New VM builds available on Hudson

Igor Stasenko

On 3 May 2011 16:50, Mariano Martinez Peck <[hidden email]> wrote:

>
>
>
> On Tue, May 3, 2011 at 4:38 PM, Igor Stasenko <[hidden email]> wrote:
>>
>> There  is a new builds of Cog and Stack VMs available on Hudson.
>> It contains latest commits made by Eliot,
>
> Thanks Igor!!
>
> Now...are you sure latest commits by Eliot are included????
> As I can see:
>
> version20: spec
>     <version: '2.0' imports: #('1.4-baseline') >
>
>     spec for: #common do: [
>         spec blessing: #development.
>         spec
>             package: 'FFI-Pools' with: 'FFI-Pools-eem.3';
>             package: 'SharedPool-Speech' with: 'SharedPool-Speech-dtl.2';
>             package: 'Balloon-Engine-Pools' with: 'Balloon-Engine-Pools-JB.2';
>             package: 'Qwaq-VMProfiling-Plugins' with: 'Qwaq-VMProfiling-Plugins-JB.5';
>             package: 'Sound' with: 'Sound-StephaneDucasse.62';
>             package: 'VMMaker-oscog' with: 'VMMaker-oscog-MarianoMartinezPeck.66';
>             package: 'Alien-Core' with: 'Alien-Core-IgorStasenko.68';
>             package: 'Cog' with: 'Cog-eem.44';
>             package: 'CMakeVMMaker' with: 'CMakeVMMaker-IgorStasenko.103'.
>     ].
>
>
> You are including MY version of 'VMMaker-oscog-MarianoMartinezPeck.66'   which has never been merged with the latest from Eliot: VMMaker.oscog-eem.56
>

hmm.. i thought you been merged those to your version, since its
number are greater than 66 > 56.
okay. i will do the merge and update the configs accordingly.

>>
>> P.S. we still don't have Windows slaves awailable :(
>> But this is not related to cmake configs (they are working well) and
>> you can build VMs on windows using cmake configs..
>>
>
> Yes, in fact, Damien Cassou could successfully build on Windows too :)
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
>
>



--
Best regards,
Igor Stasenko AKA sig.
Reply | Threaded
Open this post in threaded view
|

Re: New VM builds available on Hudson

Mariano Martinez Peck
 


On Tue, May 3, 2011 at 4:57 PM, Igor Stasenko <[hidden email]> wrote:

On 3 May 2011 16:50, Mariano Martinez Peck <[hidden email]> wrote:
>
>
>
> On Tue, May 3, 2011 at 4:38 PM, Igor Stasenko <[hidden email]> wrote:
>>
>> There  is a new builds of Cog and Stack VMs available on Hudson.
>> It contains latest commits made by Eliot,
>
> Thanks Igor!!
>
> Now...are you sure latest commits by Eliot are included????
> As I can see:
>
> version20: spec
>     <version: '2.0' imports: #('1.4-baseline') >
>
>     spec for: #common do: [
>         spec blessing: #development.
>         spec
>             package: 'FFI-Pools' with: 'FFI-Pools-eem.3';
>             package: 'SharedPool-Speech' with: 'SharedPool-Speech-dtl.2';
>             package: 'Balloon-Engine-Pools' with: 'Balloon-Engine-Pools-JB.2';
>             package: 'Qwaq-VMProfiling-Plugins' with: 'Qwaq-VMProfiling-Plugins-JB.5';
>             package: 'Sound' with: 'Sound-StephaneDucasse.62';
>             package: 'VMMaker-oscog' with: 'VMMaker-oscog-MarianoMartinezPeck.66';
>             package: 'Alien-Core' with: 'Alien-Core-IgorStasenko.68';
>             package: 'Cog' with: 'Cog-eem.44';
>             package: 'CMakeVMMaker' with: 'CMakeVMMaker-IgorStasenko.103'.
>     ].
>
>
> You are including MY version of 'VMMaker-oscog-MarianoMartinezPeck.66'   which has never been merged with the latest from Eliot: VMMaker.oscog-eem.56
>

hmm.. i thought you been merged those to your version, since its
number are greater than 66 > 56.
okay. i will do the merge and update the configs accordingly.


This is just because our branch started by .55 or so..and we went until 66. But Eliot continued with his versions, that is, .56. 
I didn't merge them because I DON'T know WHO has to merge. I don't know how the process is. I would like that if we merge it, then Eliot that that result...otherwise we will be merging all the time.
See my comment in the SVN vs Git thread.

cheers

Mariano
 
>>
>> P.S. we still don't have Windows slaves awailable :(
>> But this is not related to cmake configs (they are working well) and
>> you can build VMs on windows using cmake configs..
>>
>
> Yes, in fact, Damien Cassou could successfully build on Windows too :)
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
>
>



--
Best regards,
Igor Stasenko AKA sig.



--
Mariano
http://marianopeck.wordpress.com