Robert Dodier
2017-07-10 05:45:35 UTC
I've built Maxima from current sources + GCL 2.6.12 (as built from
gcl-2.6.12.tar.gz) and I'm getting hundreds of errors in the test suite
which all seem to be:
Condition in MACSYMA-TOP-LEVEL [or a callee]:
INTERNAL-SIMPLE-TYPE-ERROR: NIL is not of type INTEGER:
Not sure what that's about. Here's an example. I figured out that one
error was in RATTIMES. Loading it means that it will be interpreted and
more debug info is available.
load ("rat3e.lisp");
factor(x^3 - 3*x);
Error:
Fast links are on: do (si::use-fast-links nil) for debugging
Signalled by RATTIMES.
Condition in RATTIMES [or a callee]: INTERNAL-SIMPLE-TYPE-ERROR: NIL is
not of type INTEGER:
At this point I can get a stack trace via :bt. Dunno what to make of it.
I think I was able to build with GCL in the recent past. Has there been
any change that would globally affect GCL?
best
Robert Dodier
gcl-2.6.12.tar.gz) and I'm getting hundreds of errors in the test suite
which all seem to be:
Condition in MACSYMA-TOP-LEVEL [or a callee]:
INTERNAL-SIMPLE-TYPE-ERROR: NIL is not of type INTEGER:
Not sure what that's about. Here's an example. I figured out that one
error was in RATTIMES. Loading it means that it will be interpreted and
more debug info is available.
load ("rat3e.lisp");
factor(x^3 - 3*x);
Error:
Fast links are on: do (si::use-fast-links nil) for debugging
Signalled by RATTIMES.
Condition in RATTIMES [or a callee]: INTERNAL-SIMPLE-TYPE-ERROR: NIL is
not of type INTEGER:
At this point I can get a stack trace via :bt. Dunno what to make of it.
I think I was able to build with GCL in the recent past. Has there been
any change that would globally affect GCL?
best
Robert Dodier