Jay,
Jay Scherrer wrote: > Attached is my make test output from my laptop running Fedora Core 3 > x86_64bit: makeTest.txt > Is there any other way I can help? >
Thanks for that Jay. What's happened is that in the last week a new test has gone into CVS, but I haven't had access to systems besides an i386 to test it, which is why it will be skipped on unfamiliar platforms. It's the 3rd md5 test which is new, and the one that I am interested in making sure works:
t/library/dumper...............ok t/library/getopt_long..........ok t/library/md5..................ok <-- t/library/parrotlib............ok ...
If you can get a newer parrot (from CVS or rsync'd), then I would be grateful if you could try the following.
$ md5sum ABI_CHANGES 84195669527b120240cdd20a02edd63b ABI_CHANGES $ ./parrot examples/assembly/md5sum.imc ABI_CHANGES 84195669527b120240cdd20a02edd63b ABI_CHANGES
You'll probably get a warning that you're on a 64-system, but if the checksums are the same, then I can remove the warning, and enable the test.
Thanks in advance,
Nick