Errors in test suite



Robert:

OK, I really, really, got it figured out this time...

As you might have noticed from my last three posts, I haven't used git 
for a long time, and I forgot all I ever knew about it, which wasn't much.

I finally figured out that I needed to "git checkout branch-5_29" from 
within the "master" directory that I just downloaded. After I did that, 
I built it and installed it the same as before and then I ran the test 
suite.

Notice that it's still identifying itself as Maxima version: 
"5.28.0_179_g3ddde46" even though I checked out
the branch-5_29. The "3ddde46" tells me that it is in fact branch-5_29. 
There must be a command to change the name, but I don't know what it is.

(%i1) build_info ();
(%o1)
Maxima version: "5.28.0_179_g3ddde46"
Maxima build date: "2013-02-24 19:32:23"
Host type: "x86_64-unknown-linux-gnu"
Lisp implementation type: "SBCL"
Lisp implementation version: "1.1.4"

(%i2) run_testsuite();
.
.
.
No unexpected errors found out of 9,519 tests.
Evaluation took:
   196.900 seconds of real time
   196.776297 seconds of total run time (195.636226 user, 1.140071 system)
   [ Run times consist of 6.068 seconds GC time, and 190.709 seconds 
non-GC time. ]
   99.94% CPU
   16,530 forms interpreted
   8,548 lambdas converted
   622,891,819,316 processor cycles
   27,408,726,960 bytes consed

(%o0)                                done

Thanks for all your help,

Paul Bowyer