This interpreter (vers. X) cannot read image file (vers. Y)

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

This interpreter (vers. X) cannot read image file (vers. Y)

hernanmd
 
Hello,

I'm using Pharo images obtained from get.pharo.org for different OSes (GLIBCs).

Is there any way to query VM and image file version from CLI?

Or

Is there any table matching the OS versus Supported/Unsupported VM + Image?

Cheers,

Hernán
Reply | Threaded
Open this post in threaded view
|

Re: This interpreter (vers. X) cannot read image file (vers. Y)

stes
 

I am relatively new to Squeak and I have no experience with "Pharo" but in
Squeak 4.x there is:

ckformat:

# /usr/lib/squeak/4.16.7-3775/ckformat   Squeak4.6-15102.image
6504

-version (see man squeak.1):

# /usr/lib/squeak/4.16.7-3775/squeakvm -version
4.16.7-3775 #1 XShm Tue Mar 31 10:36:25 CEST 2020 cc

The -version switch also works in 5.0 squeak "Spur" 64bit VM.




--
Sent from: http://forum.world.st/Squeak-VM-f104410.html
Reply | Threaded
Open this post in threaded view
|

Re: This interpreter (vers. X) cannot read image file (vers. Y)

Guillermo Polito
 
Hi Hernan, there is some documentation in here

https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/ImageFileFormat.md

El 2 abr 2020, a las 8:45, stes <[hidden email]> escribió:



I am relatively new to Squeak and I have no experience with "Pharo" but in
Squeak 4.x there is:

ckformat:

# /usr/lib/squeak/4.16.7-3775/ckformat   Squeak4.6-15102.image
6504

-version (see man squeak.1):

# /usr/lib/squeak/4.16.7-3775/squeakvm -version
4.16.7-3775 #1 XShm Tue Mar 31 10:36:25 CEST 2020 cc

The -version switch also works in 5.0 squeak "Spur" 64bit VM.




--
Sent from: http://forum.world.st/Squeak-VM-f104410.html

Reply | Threaded
Open this post in threaded view
|

Re: This interpreter (vers. X) cannot read image file (vers. Y)

hernanmd
 
Thank you Guille!!


El jue., 2 abr. 2020 a las 3:49, Guillermo Polito (<[hidden email]>) escribió:
 
Hi Hernan, there is some documentation in here

https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/ImageFileFormat.md

El 2 abr 2020, a las 8:45, stes <[hidden email]> escribió:



I am relatively new to Squeak and I have no experience with "Pharo" but in
Squeak 4.x there is:

ckformat:

# /usr/lib/squeak/4.16.7-3775/ckformat   Squeak4.6-15102.image
6504

-version (see man squeak.1):

# /usr/lib/squeak/4.16.7-3775/squeakvm -version
4.16.7-3775 #1 XShm Tue Mar 31 10:36:25 CEST 2020 cc

The -version switch also works in 5.0 squeak "Spur" 64bit VM.




--
Sent from: http://forum.world.st/Squeak-VM-f104410.html