Aha! I am new at python and misunderstood how hg was working. All the file "hg" does is import stuff from python, so it doesn't matter which copy of hg I use, it matters which copy of python. The debian supplied hg is broken, but the sage-2.6 version of hg works fine.
Sorry for misidentifying the problem earlier! $ cd ~/sage/sage-2.7/sage-2.7 $ ~/sage/sage-2.6/sage -hg verify checking changesets checking manifests crosschecking files in changesets and manifests checking files 1556 files, 5407 changesets, 15786 total revisions $ On Jul 21, 11:47 pm, Jack Schmidt <[EMAIL PROTECTED]> wrote: > This appears to be an amd64 related bug. > > The 64bit version: > > $ wget -qhttp://www.sagemath.org/dist/src/sage-2.7.tar > $ md5sum sage-2.7.tar > 31209ee51f2aace7e9df1a33e46fa89d sage-2.7.tar > $ tar -xf sage-2.7.tar > $ cd sage-2.7 > $ tar -xf spkg/standard/sage-2.7.spkg > $ md5sum spkg/standard/sage-2.7.spkg > 07de6836d75b3fab84555d130f7d5f38 spkg/standard/sage-2.7.spkg > $ cd sage-2.7 > $ hg verify > checking changesets > checking manifests > crosschecking files in changesets and manifests > checking files > 0 files, 0 changesets, 0 total revisions > $ hg up > abort: 00changelog.i: no node > ec597fe01fda8eeb062b808e989c2f5c1ed29698! > $ > > On the 32bit ubuntu machine: > > $ wget -qhttp://www.sagemath.org/dist/src/sage-2.7.tar > $ md5sum sage-2.7.tar > 31209ee51f2aace7e9df1a33e46fa89d sage-2.7.tar > $ tar -xf sage-2.7.tar > $ cd sage-2.7 > $ md5sum spkg/standard/sage-2.7.spkg > 07de6836d75b3fab84555d130f7d5f38 spkg/standard/sage-2.7.spkg > $ tar -xf spkg/standard/sage-2.7.spkg > $ cd sage-2.7 > $ hg verify > checking changesets > checking manifests > crosschecking files in changesets and manifests > checking files > 1556 files, 5407 changesets, 15786 total revisions > $ hg up > 14 files updated, 0 files merged, 0 files removed, 0 files unresolved > $ > > Confusingly the version of hg in ~/sage/sage-2.6/local/bin/hg differs > on the two machines, 0.9.1 versus 0.9.3. I don't know if that is > significant. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---