errors in make check



Hi,

when i run make check I get the following errors in the testsuite with
gcl 2.6.6 ANSI (clisp, sbcl and cmucl work fine):

Running tests in rtestmt19937.mac: 
********************** Problem 4 ***************
Input:
                                16       32       64
map(fix, map(random, [1.0, 1.0 2  , 1.0 2  , 1.0 2  ])

                                                    52   52 - 16   52 - 32
                                                  [2  , 2       , 2       , 1])


Result:
[2768446261559296, 3043776213811200, 3684428568068096, 4125697480903884800]

This differed from the expected result:
[1832214229593881, 3554405100599231, 36172692743681, 705526283404820480]

********************** Problem 6 ***************
Input:
apply(+, L makelist(i, i, 1, 1000))


Result:
1047370103732997

This differed from the expected result:
1047661644052859

********************** Problem 7 ***************
Input:
              16   32   64   128
map(random, [2  , 2  , 2  , 2   ])


Result:
[43046, 2657919161, 18048340941747789077, 

                                        95952372975483484858677600915861204811]
This differed from the expected result:
[61259, 1512147836, 5201588561757929978, 

                                        55876996326958407997738817869273087742]

********************** Problem 8 ***************
Input:
                                16       32       64    52
map(fix, map(random, [1.0, 1.0 2  , 1.0 2  , 1.0 2  ]) 2  )


Result:
[554015347703808, 152501172056996446208, 11595621018890814932123648, 

                                            6177558480521590364759410509611008]

This differed from the expected result:
[3378087623307407, 950036134838534144, 12401473179864865699790848, 

                                           31898738619930029950889265274552320]

********************** Problem 11 ***************
Input:
                                16       32       64
map(fix, map(random, [1.0, 1.0 2  , 1.0 2  , 1.0 2  ])

                                                    52   52 - 16   52 - 32
                                                  [2  , 2       , 2       , 1])


Result:
[2768446261559296, 3043776213811200, 3684428568068096, 4125697480903884800]

This differed from the expected result:
[1832214229593881, 3554405100599231, 36172692743681, 705526283404820480]

********************** Problem 13 ***************
Input:
apply(+, L makelist(i, i, 1, 1000))


Result:
1047370103732997

This differed from the expected result:
1047661644052859

********************** Problem 14 ***************
Input:
              16   32   64   128
map(random, [2  , 2  , 2  , 2   ])


Result:
[43046, 2657919161, 18048340941747789077, 

                                        95952372975483484858677600915861204811]

This differed from the expected result:
[61259, 1512147836, 5201588561757929978, 

                                        55876996326958407997738817869273087742]

********************** Problem 15 ***************
Input:
                                16       32       64    52
map(fix, map(random, [1.0, 1.0 2  , 1.0 2  , 1.0 2  ]) 2  )


Result:
[554015347703808, 152501172056996446208, 11595621018890814932123648, 

                                            6177558480521590364759410509611008]

This differed from the expected result:
[3378087623307407, 950036134838534144, 12401473179864865699790848, 

                                           31898738619930029950889265274552320]

7/15 tests passed.
The following 8 problems failed: (15 14 13 11 8 7 6 4)
Error summary:
Errors found in /home/are/maxima/maxima/tests/rtestmt19937.mac, problems:
(4 6 7 8 11 13 14 15)
Maxima encountered a Lisp error:

 Error in MACSYMA-TOP-LEVEL [or a callee]: NIL is not of type NUMBER.

Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.


Is this a known prblem?

Andreas

-- 
Wherever I lay my .emacs, there's my $HOME.