Launcher: VM Problem

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

Launcher: VM Problem

Sean P. DeNigris
Administrator
I have a recent working VM in ~/Documents/Pharo/vms/60. Instead of using it,
the last Launcher release downloaded another one to
~/Documents/Pharo/vms/60-x86. However, this seems to be an older one which
does not support Iceberg (I get a message about outdated libgit). Per the
System Reporter:

~/Documents/Pharo/vms/60-x86/Pharo.app/Contents/MacOS/Pharo
CoInterpreter VMMaker.oscog-eem.2231 uuid:
de62947a-7f40-4977-a232-e06a3a80c939 May 31 2017
StackToRegisterMappingCogit VMMaker.oscog-eem.2227 uuid:
7ea146b4-39ce-4de7-afa3-a76ed1d1da35 May 31 2017
VM: 201705310241 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
Date: Tue May 30 19:41:27 2017 -0700 $ Plugins: 201705310241
https://github.com/OpenSmalltalk/opensmalltalk-vm.git $



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Launcher: VM Problem

CyrilFerlicot
Le 20/10/2017 à 20:51, Sean P. DeNigris a écrit :

> I have a recent working VM in ~/Documents/Pharo/vms/60. Instead of using it,
> the last Launcher release downloaded another one to
> ~/Documents/Pharo/vms/60-x86. However, this seems to be an older one which
> does not support Iceberg (I get a message about outdated libgit). Per the
> System Reporter:
>
> ~/Documents/Pharo/vms/60-x86/Pharo.app/Contents/MacOS/Pharo
> CoInterpreter VMMaker.oscog-eem.2231 uuid:
> de62947a-7f40-4977-a232-e06a3a80c939 May 31 2017
> StackToRegisterMappingCogit VMMaker.oscog-eem.2227 uuid:
> 7ea146b4-39ce-4de7-afa3-a76ed1d1da35 May 31 2017
> VM: 201705310241 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
> Date: Tue May 30 19:41:27 2017 -0700 $ Plugins: 201705310241
> https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
>
Are you sure you launch a Pharo 6.1 image and not a Pharo 6.0 image?

Pharo 6.0 -> build number < 60509
Pharo 6.1 -> build number >= 60509

IIRC.

>
>
> -----
> Cheers,
> Sean
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
>


--
Cyril Ferlicot
https://ferlicot.fr

http://www.synectique.eu
2 rue Jacques Prévert 01,
59650 Villeneuve d'ascq France


signature.asc (836 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Launcher: VM Problem

Sean P. DeNigris
Administrator
In reply to this post by Sean P. DeNigris
Aha! I just had to change {imageFolder}/pharo.version to from `06` to `61`



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Launcher: VM Problem

bestlem
In reply to this post by CyrilFerlicot
Cyril Ferlicot D.
<[hidden email]> wrote:

>
> Le 20/10/2017 à 20:51, Sean P. DeNigris a écrit :
> > I have a recent working VM in ~/Documents/Pharo/vms/60. Instead of using it,
> > the last Launcher release downloaded another one to
> > ~/Documents/Pharo/vms/60-x86. However, this seems to be an older one which
> > does not support Iceberg (I get a message about outdated libgit). Per the
> > System Reporter:
> >
> > ~/Documents/Pharo/vms/60-x86/Pharo.app/Contents/MacOS/Pharo
> > CoInterpreter VMMaker.oscog-eem.2231 uuid:
> > de62947a-7f40-4977-a232-e06a3a80c939 May 31 2017
> > StackToRegisterMappingCogit VMMaker.oscog-eem.2227 uuid:
> > 7ea146b4-39ce-4de7-afa3-a76ed1d1da35 May 31 2017
> > VM: 201705310241 https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
> > Date: Tue May 30 19:41:27 2017 -0700 $ Plugins: 201705310241
> > https://github.com/OpenSmalltalk/opensmalltalk-vm.git $
> >
>
> Are you sure you launch a Pharo 6.1 image and not a Pharo 6.0 image?
>
> Pharo 6.0 -> build number < 60509
> Pharo 6.1 -> build number >= 60509
>
Ah reminds me I wanted to report a bug. I think PharoLauncher says 6.1
but then launcehes an image 6.0 or some version info is messed up

The image start screen title is "Welcome to Pharo 6.0 but the text says
Pharo 6.1

Smalltalk versioin prints as Pharo 6.0
So does SmalltalkImage current

I would give the results if print in  Playground could be copied but
evey time I try to select the output it goes away and you can't select
and copy from an inspector either  In all GUI text should be select able
the only reason it is not is to annoy people

I think somewher I got a build daye of May 2017

I was trying to load iceberg as well I think I was trying to creat a bug
report but fiorst I need the version number and as that seems buggy I
gave up.







--
Mark