On sam. 21 avr. 2018 at 16:30, phideaux <[email protected]> wrote: > I am trying to build a Pharo VM on Linux using the opensmalltalk vm git. I > just want to make sure I can reproduce the current system before > tinkering. > > I cloned the git and built the linux64x64/pharocog threaded vm (using > ./msm). The build runs fine but the vm produced when started with a current > (6.1) image says (in debug log) "vm too old for image" I have verified that > the vm level of the source in the git is the same as the latest vm > downloadable from files.pharo..org (VMMaker.oscog-eem.2361). What > additional > parameters do I need to produce a vm that matches the current latest/stable > that is 6.0/61 compatible? >
Hello, Your VM is missing some metadatas. To get them execute ./scripts/updateSCCSVersions Then recompile the VM. Note that your compiled VM will still work. > Thanks in advance. > Jay+ > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html > > -- Cyril Ferlicot https://ferlicot.fr
