Hi Jerome, On Jul 12, 2012, at 2:17 AM, Jerome Caffaro wrote: > For the sake of understanding what happened, if you still have the > tarball you used for installing Invenio (sources) you could try: > $ cd ~/invenio-1.0.1 > $ grep 'VERSION=' * > If you still have the original tarball: > $ md5sum invenio-1.0.1.tar.gz > (There might have been some silent update of the tarball if the > version had not been bumped up when initially released)
It looks like the md5 sum is correct, and here is the output of the grep command. ------ [root@lnx19 ~]# cd /opt/invenio/src/ [root@lnx19 src]# md5sum invenio-1.0.1.tar.gz |grep 84a0d8de60ba181a5514e75bae19ab1d 84a0d8de60ba181a5514e75bae19ab1d invenio-1.0.1.tar.gz [root@lnx19 src]# cd invenio-1.0.1 [root@lnx19 invenio-1.0.1]# grep 'VERSION=' * config.guess:UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown config.log:DEFS='-DPACKAGE_NAME=\"invenio\" -DPACKAGE_TARNAME=\"invenio\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"invenio\ 1.0.1\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"invenio\" -DVERSION=\"1.0.1\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1' config.log:GETTEXT_MACRO_VERSION='0.18' config.log:PACKAGE_VERSION='1.0.1' config.log:VERSION='1.0.1' config.status:S["DEFS"]="-DPACKAGE_NAME=\\\"invenio\\\" -DPACKAGE_TARNAME=\\\"invenio\\\" -DPACKAGE_VERSION=\\\"1.0.1\\\" -DPACKAGE_STRING=\\\"invenio\\ 1.0.1\\\" -DPACKAGE_BUGREPORT=\\\"info@"\ config.status:"invenio-software.org\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"invenio\\\" -DVERSION=\\\"1.0.1\\\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1" configure:PACKAGE_VERSION='1.0.1' configure: VERSION='1.0.1' configure: GETTEXT_MACRO_VERSION=0.18 Makefile:DEFS = -DPACKAGE_NAME=\"invenio\" -DPACKAGE_TARNAME=\"invenio\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"invenio\ 1.0.1\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"invenio\" -DVERSION=\"1.0.1\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 ------ Thanks, Devin

