that’s because you need to generate commit info. this is usually a hook, but is not working super fine. I have thi script in my root:
genVersion.sh: #! /bin/bash echo "`cat opensmalltalk-vm/platforms/Cross/vm/sqSCCSVersion.h | opensmalltalk-vm/.git_filters/RevDateURL.smudge`" > opensmalltalk-vm/platforms/Cross/vm/sqSCCSVersion.h echo "`cat opensmalltalk-vm/platforms/Cross/plugins/sqPluginsSCCSVersion.h | opensmalltalk-vm/.git_filters/RevDateURL.smudge`" > opensmalltalk-vm/platforms/Cross/plugins/sqPluginsSCCSVersion.h :P Esteban > On 29 Mar 2017, at 15:02, Alistair Grant <akgrant0...@gmail.com> wrote: > > Hi Ben, > > On 27 March 2017 at 01:37, Ben Coman <b...@openinworld.com> wrote: >> On Mon, Mar 27, 2017 at 5:25 AM, Alistair Grant <akgrant0...@gmail.com> >> wrote: >>> Trying to use the VM produces: >>> >>> THERE_BE_DRAGONS_HERE >>> Your VM is too old for this image. Please download the latest VM. >>> 26 March 2017 10:54:36.099174 pm >> >> Last night I built the 64-bit pharo-vm on OSX >> and then trying to run 60451-64.image gave me the same error. >> I didn't have time to look into it. > > Did you get a chance to resolve this? > > If not, can you (or someone) point me to where the VM prints its > version information, i.e.: > > pharo --version > > I think I'll be able to trace back from there what the problem is. > > Thanks very much, > Alistair >