Is ciPharo20CogVM.sh downloading a VM from December?

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

Is ciPharo20CogVM.sh downloading a VM from December?

Paul DeBruicker
Hi -

I buried this question in another thread and have decided to make it its
own.


Today when I ran this :

curl http://pharo.gforge.inria.fr/ci/script/ciPharo20CogVM.sh | bash


I was left with a VM that claims this is true:

paul@paul-laptop:~/pharo/p2$ ./vm.sh -version
3.9-7 #1 Wed Dec 12 16:08:04 CET 2012 gcc 4.6.3
CoInterpreter VMMaker-oscog-EstebanLorenzano.166 uuid:
5773fcb9-2982-4507-8a9e-4308ec33731e Dec 12 2012
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.166 uuid:
5773fcb9-2982-4507-8a9e-4308ec33731e Dec 12 2012
git://gitorious.org/cogvm/blessed.git Commit:
452863bdfba2ba0b188e7b172e9bc597a2caa928 Date: 2012-12-07 16:49:46 +0100
By: Esteban Lorenzano <[hidden email]> Jenkins build #5922
Linux pharo-linux64 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45
UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
plugin path: /home/paul/pharo/p2/vm/ [default: /home/paul/pharo/p2/vm/]



and also:

paul@paul-laptop:~/pharo/p2/vm$ ls -latr
total 39316
-rw-r--r-- 1 paul paul 16235372 Oct 19  2009 PharoV10.sources
drwxrwxr-x 2 paul paul     4096 Sep 30 03:52 __MACOSX
-rwxrwxr-x 1 paul paul    34420 Dec 12 07:07 libFT2Plugin.so
-rwxrwxr-x 1 paul paul    34639 Dec 12 07:08 libSqueakFFIPrims.so
-rwxrwxr-x 1 paul paul    71180 Dec 12 07:08 libB3DAcceleratorPlugin.so
-rwxrwxr-x 1 paul paul    21929 Dec 12 07:08 libSqueakSSL.so
-rwxrwxr-x 1 paul paul    12230 Dec 12 07:08 libInternetConfigPlugin.so
-rwxrwxr-x 1 paul paul    14461 Dec 12 07:08 vm-display-null
-rwxrwxr-x 1 paul paul  1300278 Dec 12 07:08 CogVM
-rwxrwxr-x 1 paul paul     7773 Dec 12 07:08 vm-sound-null
-rwxrwxr-x 1 paul paul    28640 Dec 12 07:08 vm-sound-ALSA
-rwxrwxr-x 1 paul paul   121415 Dec 12 07:08 vm-display-X11
-rw-r--r-- 1 paul paul 22239552 Mar  4 06:14 PharoV20.sources
drwxrwxr-x 3 paul paul     4096 Mar  7 06:58 .
drwxrwxr-x 4 paul paul     4096 Mar  7 11:00 ..



Is that right and is that actually a VM with the latest updates?

Thanks

Paul

Reply | Threaded
Open this post in threaded view
|

Re: Is ciPharo20CogVM.sh downloading a VM from December?

Camillo Bruni-3
yes this is correct. The CogVM hasn't been properly built since december or so.

The vm for Pharo is the PharoVM, simple ;)

You can easily see that there is indeed no newer build:
        http://pharo.gforge.inria.fr/ci/vm/cog/mac/
but there is here:
        http://pharo.gforge.inria.fr/ci/vm/pharo/mac/

so use the following:

-------------------------------------------------------------------
curl -L http://files.pharo.org/script/ciPharo20PharoVM.sh | bash
-------------------------------------------------------------------


files.pharo.org ~~> forwards to pharo.gforge.inria.fr/ci but is going
                    be replaced with a our own server pretty soon, so it might
                    save you some work when using this url ;)

PharoVM             The official VM for Pharo heavily stressed by our CI ;)
                    https://ci.inria.fr/pharo/view/VM/job/PharoVM/
                    https://ci.inria.fr/pharo/view/VM/job/PharoVM-tests/


I hope this answers your question?

On 2013-03-07, at 20:50, Paul DeBruicker <[hidden email]> wrote:

> Hi -
>
> I buried this question in another thread and have decided to make it its
> own.
>
>
> Today when I ran this :
>
> curl http://pharo.gforge.inria.fr/ci/script/ciPharo20CogVM.sh | bash
>
>
> I was left with a VM that claims this is true:
>
> paul@paul-laptop:~/pharo/p2$ ./vm.sh -version
> 3.9-7 #1 Wed Dec 12 16:08:04 CET 2012 gcc 4.6.3
> CoInterpreter VMMaker-oscog-EstebanLorenzano.166 uuid:
> 5773fcb9-2982-4507-8a9e-4308ec33731e Dec 12 2012
> StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.166 uuid:
> 5773fcb9-2982-4507-8a9e-4308ec33731e Dec 12 2012
> git://gitorious.org/cogvm/blessed.git Commit:
> 452863bdfba2ba0b188e7b172e9bc597a2caa928 Date: 2012-12-07 16:49:46 +0100
> By: Esteban Lorenzano <[hidden email]> Jenkins build #5922
> Linux pharo-linux64 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45
> UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
> plugin path: /home/paul/pharo/p2/vm/ [default: /home/paul/pharo/p2/vm/]
>
>
>
> and also:
>
> paul@paul-laptop:~/pharo/p2/vm$ ls -latr
> total 39316
> -rw-r--r-- 1 paul paul 16235372 Oct 19  2009 PharoV10.sources
> drwxrwxr-x 2 paul paul     4096 Sep 30 03:52 __MACOSX
> -rwxrwxr-x 1 paul paul    34420 Dec 12 07:07 libFT2Plugin.so
> -rwxrwxr-x 1 paul paul    34639 Dec 12 07:08 libSqueakFFIPrims.so
> -rwxrwxr-x 1 paul paul    71180 Dec 12 07:08 libB3DAcceleratorPlugin.so
> -rwxrwxr-x 1 paul paul    21929 Dec 12 07:08 libSqueakSSL.so
> -rwxrwxr-x 1 paul paul    12230 Dec 12 07:08 libInternetConfigPlugin.so
> -rwxrwxr-x 1 paul paul    14461 Dec 12 07:08 vm-display-null
> -rwxrwxr-x 1 paul paul  1300278 Dec 12 07:08 CogVM
> -rwxrwxr-x 1 paul paul     7773 Dec 12 07:08 vm-sound-null
> -rwxrwxr-x 1 paul paul    28640 Dec 12 07:08 vm-sound-ALSA
> -rwxrwxr-x 1 paul paul   121415 Dec 12 07:08 vm-display-X11
> -rw-r--r-- 1 paul paul 22239552 Mar  4 06:14 PharoV20.sources
> drwxrwxr-x 3 paul paul     4096 Mar  7 06:58 .
> drwxrwxr-x 4 paul paul     4096 Mar  7 11:00 ..
>
>
>
> Is that right and is that actually a VM with the latest updates?
>
> Thanks
>
> Paul
>